Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/nextcloudpi.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorthecalcaholic <6317548+theCalcaholic@users.noreply.github.com>2022-07-20 01:23:25 +0300
committerthecalcaholic <6317548+theCalcaholic@users.noreply.github.com>2022-07-20 01:23:25 +0300
commit9a142d13d71b4804d99e779e2fc2e2fdd11319d3 (patch)
treef1ac78e33d4e8c7c498b32cd78daa8e0c191653f /bin
parent0648ea36d34ee63c8666647afc240d371b8022e6 (diff)
ncp-update-nc: Ensure notify_push is using localhost as NC URL
Diffstat (limited to 'bin')
-rwxr-xr-xbin/ncp-update-nc1
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/ncp-update-nc b/bin/ncp-update-nc
index 9c476b66..87128913 100755
--- a/bin/ncp-update-nc
+++ b/bin/ncp-update-nc
@@ -203,6 +203,7 @@ After = mysql.service
[Service]
Environment = PORT=7867
+Environment=NEXTCLOUD_URL=https://localhost
ExecStart = /var/www/nextcloud/apps/notify_push/bin/"${arch}"/notify_push --allow-self-signed /var/www/nextcloud/config/config.php
User=www-data