Merge branch 'imcsk8/notify_push_nextcloud_url' into 'master'

Agregué notify_push_nextcloud_url a archivo de systemd de notify push

See merge request strepsirrhini/lemur!16
This commit is contained in:
Renich Bon Ćirić 2023-09-23 20:29:14 +00:00
commit 65208c67f0

View file

@ -3,7 +3,7 @@ Description = Push daemon for Nextcloud clients
Documentation=https://github.com/nextcloud/notify_push
[Service]
Environment = NEXTCLOUD_URL=http://{{ nextcloud_fqdn }}
Environment = NEXTCLOUD_URL={{ notify_push_nextcloud_url }}
ExecStart = /usr/local/bin/notify_push {{ nextcloud_path }}/config/config.php
User={{ web_user }}