initial commit

This commit is contained in:
melonarc
2023-12-24 00:33:54 +01:00
parent 9d6b690c28
commit 359fff9362
23 changed files with 110 additions and 101 deletions
@@ -0,0 +1,10 @@
#!/usr/bin/with-contenv bash
export NEXTCLOUD_URL="https://localhost"
export ALLOW_SELF_SIGNED=true
NEXTCLOUD_BASE="/config/www/nextcloud"
NOTIFY_PUSH_BIN="$NEXTCLOUD_BASE/apps/notify_push/bin/$(arch)/notify_push"
# run notify-push binary
echo "**** Starting notify-push ****"
s6-setuidgid abc "$NOTIFY_PUSH_BIN" "$NEXTCLOUD_BASE/config/config.php"