add-ntfy #54

Merged
sophie merged 5 commits from add-ntfy into main 2022-10-23 13:15:12 +00:00
Owner

Hab mal wieder ein neues Bundle geschrieben.

Push Notification Stuff für Tusky, Element und evtl mehr.

Hab mal wieder ein neues Bundle geschrieben. Push Notification Stuff für Tusky, Element und evtl mehr.
sophie added 3 commits 2022-10-19 14:35:15 +00:00
kunsi reviewed 2022-10-19 14:41:23 +00:00
PORT_MAP.md Outdated
@ -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 |
Owner

Bisher hatten wir für Anwendungen immer 10 Ports reserviert, die Anwendung müsste also auf 22100 laufen.

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': {}
Owner

Huch?

Huch?
Author
Owner

Das war doppelt. Ist weiter unten nochmal definiert.

Das war doppelt. Ist weiter unten nochmal definiert.
@ -0,0 +34,4 @@
'directory:/var/lib/ntfy',
},
},
'tank/ntfy/attachmetns': {
Owner

Typo?

Typo?
sophie added 1 commit 2022-10-19 15:24:15 +00:00
sophie added 1 commit 2022-10-23 13:13:22 +00:00
sophie merged commit 1bed137116 into main 2022-10-23 13:15:12 +00:00
Sign in to join this conversation.
No reviewers
No Milestone
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: kunsi/bundlewrap#54
No description provided.