7 Commits
v1.0.1 ... main

Author SHA1 Message Date
394c7402bf fix: v1.1.1-1 2025-06-12 12:16:36 +02:00
67c0130efb fix: proper v1.1.1 2025-06-06 16:44:31 +02:00
130f67a098 fix: renamed env file. Users should rename it back to .env when deploying 2025-06-06 10:24:41 +02:00
00cb96f2fa v1.1.1 2025-06-06 10:09:23 +02:00
0622d89c3c Update .env
VAPID is no longer a valid property
2025-06-04 09:45:18 +02:00
62884f8086 Update README.md 2025-06-03 16:37:30 +02:00
1fd12cf4d2 v1.1.0 2025-06-03 13:31:47 +02:00
8 changed files with 5 additions and 60 deletions

View File

@@ -1,4 +1,3 @@
DOMAIN=
VAPID=
EMAIL=
SECRET=

1
.gitignore vendored
View File

@@ -1 +1,2 @@
.env
config/

View File

@@ -11,18 +11,5 @@ Change following files:
| What to change | Note |
| --- | --- |
| `DOMAIN=` | Insert final domain name |
| `VAPID=` | Used for notifications. Currently broken. |
| `EMAIL=` | Insert your email. Needed for SSL. |
| `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

View File

@@ -1,4 +0,0 @@
{
"publicKey": "BDuV8yH8c43aIRGgNFYSWDNnEpHFhAiReg88gBO3GuxMjNKzpW78zuQs4HJ_2Kq1YScCMuJK5KUS10MioV0VJEU",
"privateKey": "_LG6861NbOCq9vngXwVeo2fHdoyVTZdGhZDnWUT4BAs"
}

View File

@@ -1,8 +0,0 @@
{
"news": true,
"menu": true,
"notif": true,
"groups": true,
"clean": true,
"key": true
}

View File

@@ -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

Submodule ipwa updated: 6ab3598d38...b7f2f35acb