mirror of
https://github.com/YunoHost-Apps/syncthing_ynh.git
synced 2024-09-03 20:26:23 +02:00
correction de bug
This commit is contained in:
parent
c95b46258b
commit
f8f2ae1564
6 changed files with 6 additions and 6 deletions
|
@ -1,4 +1,4 @@
|
|||
#!/bin/sh
|
||||
#!/bin/sh
|
||||
|
||||
exec logger -t syncthing
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
location PATHTOCHANGE/syncthing {
|
||||
location PATHTOCHANGE/syncthing {
|
||||
proxy_pass http://127.0.0.1:8080PATHTOCHANGE/syncthing;
|
||||
|
||||
# Include SSOWAT user panel.
|
||||
|
|
2
conf/run
2
conf/run
|
@ -1,4 +1,4 @@
|
|||
#!/bin/sh
|
||||
#!/bin/sh
|
||||
|
||||
export USERNAME=debian-syncthing
|
||||
export HOME="/home/yunohost.syncthing"
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
{
|
||||
{
|
||||
"name": "Syncthing",
|
||||
"id": "syncthing",
|
||||
"description": {
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#!/bin/bash
|
||||
#!/bin/bash
|
||||
|
||||
syncSyncport=22000
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#!/bin/bash
|
||||
#!/bin/bash
|
||||
|
||||
# Configurable variables
|
||||
syncSyncport=22000
|
||||
|
|
Loading…
Add table
Reference in a new issue