add-ntfy #54
No reviewers
Labels
No labels
bug
duplicate
enhancement
help wanted
invalid
Monitoring
question
wontfix
No milestone
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: kunsi/bundlewrap#54
Loading…
Reference in a new issue
No description provided.
Delete branch "add-ntfy"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Hab mal wieder ein neues Bundle geschrieben.
Push Notification Stuff für Tusky, Element und evtl mehr.
@ -46,6 +46,7 @@ Rule of thumb: keep ports below 10000 free for stuff that reserves ports.
| 22070 | paperless-ng | gunicorn |
| 22080 | netbox | gunicorn |
| 22090 | openhab | http |
| 22091 | ntfy | http |
Bisher hatten wir für Anwendungen immer 10 Ports reserviert, die Anwendung müsste also auf 22100 laufen.
@ -1,9 +1,5 @@
repo.libs.tools.require_bundle(node, 'nodejs')
directories = {
'/opt/hedgedoc': {}
Huch?
Das war doppelt. Ist weiter unten nochmal definiert.
@ -0,0 +34,4 @@
'directory:/var/lib/ntfy',
},
},
'tank/ntfy/attachmetns': {
Typo?