mirror of
https://git.cloudron.io/cloudron/freshrss-app
synced 2025-09-25 22:37:25 +00:00
New base image, extensions
This commit is contained in:
7
start.sh
7
start.sh
@@ -25,6 +25,13 @@ EOF
|
||||
echo "Done."
|
||||
fi
|
||||
|
||||
mkdir -p /app/data/extensions
|
||||
for f in $(ls /app/code/extensions-orig); do
|
||||
if ! [ -e "/app/data/extensions/$f" ]; then
|
||||
ln -s "/app/code/extensions-orig/$f" "/app/data/extensions/$f"
|
||||
fi
|
||||
done
|
||||
|
||||
echo "Creating config file"
|
||||
SALT=$(cat /app/data/.salt)
|
||||
cat > /app/data/config.php <<EOF
|
||||
|
Reference in New Issue
Block a user