Compare commits
6 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
67c0130efb
|
|||
|
130f67a098
|
|||
|
00cb96f2fa
|
|||
| 0622d89c3c | |||
| 62884f8086 | |||
|
1fd12cf4d2
|
@@ -1,4 +1,3 @@
|
|||||||
DOMAIN=
|
DOMAIN=
|
||||||
VAPID=
|
|
||||||
EMAIL=
|
EMAIL=
|
||||||
SECRET=
|
SECRET=
|
||||||
1
.gitignore
vendored
1
.gitignore
vendored
@@ -1 +1,2 @@
|
|||||||
.env
|
.env
|
||||||
|
config/
|
||||||
13
README.md
13
README.md
@@ -11,18 +11,5 @@ Change following files:
|
|||||||
| What to change | Note |
|
| What to change | Note |
|
||||||
| --- | --- |
|
| --- | --- |
|
||||||
| `DOMAIN=` | Insert final domain name |
|
| `DOMAIN=` | Insert final domain name |
|
||||||
| `VAPID=` | Used for notifications. Currently broken. |
|
|
||||||
| `EMAIL=` | Insert your email. Needed for SSL. |
|
| `EMAIL=` | Insert your email. Needed for SSL. |
|
||||||
| `SECRET=` | Used for encrypting sessions. |
|
| `SECRET=` | Used for encrypting sessions. |
|
||||||
- `./config/`:
|
|
||||||
- `keys.json`:
|
|
||||||
| What to change | Note |
|
|
||||||
| --- | --- |
|
|
||||||
| `publicKey` | Add your own VAPID keys |
|
|
||||||
| `privateKey` | Add your own VAPID keys |
|
|
||||||
- `options.json`:
|
|
||||||
Change your desired modules by swapping between `true` and `false` next to their name.
|
|
||||||
- `usettings.json`:
|
|
||||||
Most things can be changed on the fly inside of the app. `menu` is not done yet.
|
|
||||||
- `./ipwa`:
|
|
||||||
- (Optional) `src/assets/icons/*` - You can change the icons to your own
|
|
||||||
|
|||||||
@@ -1,4 +0,0 @@
|
|||||||
{
|
|
||||||
"publicKey": "BDuV8yH8c43aIRGgNFYSWDNnEpHFhAiReg88gBO3GuxMjNKzpW78zuQs4HJ_2Kq1YScCMuJK5KUS10MioV0VJEU",
|
|
||||||
"privateKey": "_LG6861NbOCq9vngXwVeo2fHdoyVTZdGhZDnWUT4BAs"
|
|
||||||
}
|
|
||||||
@@ -1,8 +0,0 @@
|
|||||||
{
|
|
||||||
"news": true,
|
|
||||||
"menu": true,
|
|
||||||
"notif": true,
|
|
||||||
"groups": true,
|
|
||||||
"clean": true,
|
|
||||||
"key": true
|
|
||||||
}
|
|
||||||
@@ -1,30 +0,0 @@
|
|||||||
{
|
|
||||||
"keyrooms": [],
|
|
||||||
"cleanThings": [
|
|
||||||
"test 1",
|
|
||||||
"test 2",
|
|
||||||
"test 3"
|
|
||||||
],
|
|
||||||
"rooms": [
|
|
||||||
1,
|
|
||||||
2,
|
|
||||||
3
|
|
||||||
],
|
|
||||||
"menu": {
|
|
||||||
"defaultItems": {
|
|
||||||
"sn": [
|
|
||||||
"Pieczywo 2",
|
|
||||||
"Masło 1",
|
|
||||||
"Herbata",
|
|
||||||
"Cytryna"
|
|
||||||
],
|
|
||||||
"kol": [
|
|
||||||
"Pieczywo 2",
|
|
||||||
"Masło 1",
|
|
||||||
"Dżem",
|
|
||||||
"Herbata",
|
|
||||||
"Cytryna"
|
|
||||||
]
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
2
ipwa
2
ipwa
Submodule ipwa updated: 6ab3598d38...46f351ec5b
Submodule ipwa-backend updated: 8f0f1efb88...aac85e3679
Reference in New Issue
Block a user