Skip to content

Commit

Permalink
Update fertiscan-backend-deployment.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
SonOfLope authored Oct 24, 2024
1 parent fc8dc50 commit 7843714
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,9 @@ spec:
- "/bin/sh"
- "-c"
- |
[ ! -f /db/database.db ] && touch /db/database.db && /filebrowser config init --database=/db/database.db && \
if [ ! -f /db/database.db ]; then
/filebrowser config init --database=/db/database.db;
fi
/filebrowser config set --auth.method=proxy --auth.header=X-Vouch-Token && \
/filebrowser -r /srv -d /database.db
volumes:
Expand Down

0 comments on commit 7843714

Please sign in to comment.