Add configuration support

This commit is contained in:
2023-02-11 16:05:20 -05:00
parent 04e59e53f3
commit 7b513b2b97
4 changed files with 28 additions and 2 deletions

8
start.sh Executable file
View File

@@ -0,0 +1,8 @@
#!/bin/bash
set -ex
cp -n /app/pkg/rsshub.env /app/data/.env
echo "Start RSSHub"
chown -R cloudron:cloudron /app/data
exec /usr/local/bin/gosu cloudron:cloudron npm start --prefix /app/code