This commit is contained in:
2021-06-29 12:37:08 +03:00
commit 12fdc96d20
282 changed files with 13627 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
#!/usr/bin/with-contenv bashio
set -e
bashio::log.info 'Setup config'
mkdir -p /data/config

View File

@@ -0,0 +1,10 @@
#!/usr/bin/with-contenv bashio
set -e
# Enable Jemalloc for better memory handling
export LD_PRELOAD="/usr/local/lib/libjemalloc.so.2"
export STNOUPGRADE=1
bashio::log.info 'Start syncthing'
syncthing -no-browser -no-restart -home=/data/config -gui-address=0.0.0.0:8384