mirror of
https://codeberg.org/icewind/haze.git
synced 2026-06-03 17:14:08 +02:00
add notify_push service
This commit is contained in:
parent
3cac4e4679
commit
93c20bc530
10 changed files with 224 additions and 45 deletions
|
|
@ -4,5 +4,6 @@
|
|||
'memcache.distributed' => '\\OC\\Memcache\\APCu',
|
||||
'memcache.locking' => '\\OC\\Memcache\\APCu',
|
||||
'allow_local_remote_servers' => true,
|
||||
'trusted_domains' => ['cloud'],
|
||||
//PLACEHOLDER
|
||||
];
|
||||
|
|
|
|||
|
|
@ -61,5 +61,5 @@ then
|
|||
fi
|
||||
|
||||
/usr/sbin/cron -f &
|
||||
/usr/bin/redis-server &
|
||||
/usr/bin/redis-server --protected-mode no &
|
||||
/usr/local/bin/bootstrap-nginx.sh
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue