diff --git a/conf/log/run b/conf/log/run index 04eec15..0d04579 100644 --- a/conf/log/run +++ b/conf/log/run @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/sh exec logger -t syncthing diff --git a/conf/nginx.conf b/conf/nginx.conf index 3f01d4d..be78f75 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -1,4 +1,4 @@ -location PATHTOCHANGE/syncthing { +location PATHTOCHANGE/syncthing { proxy_pass http://127.0.0.1:8080PATHTOCHANGE/syncthing; # Include SSOWAT user panel. diff --git a/conf/run b/conf/run index 15f2b5c..57f5192 100644 --- a/conf/run +++ b/conf/run @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/sh export USERNAME=debian-syncthing export HOME="/home/yunohost.syncthing" diff --git a/manifest.json b/manifest.json index be75aac..f186318 100644 --- a/manifest.json +++ b/manifest.json @@ -1,4 +1,4 @@ -{ +{ "name": "Syncthing", "id": "syncthing", "description": { diff --git a/scripts/remove b/scripts/remove index 4382751..3962c2d 100644 --- a/scripts/remove +++ b/scripts/remove @@ -1,4 +1,4 @@ -#!/bin/bash +#!/bin/bash syncSyncport=22000 diff --git a/scripts/upgrade b/scripts/upgrade index ca6c6a2..58fd396 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -1,4 +1,4 @@ -#!/bin/bash +#!/bin/bash # Configurable variables syncSyncport=22000