feat: Add new Portainer stacks, setup scripts, and configurations for various services including filebrowser, paperless, and firefly.
This commit is contained in:
9
firefly/create_fireflyiii_folders.sh
Normal file
9
firefly/create_fireflyiii_folders.sh
Normal file
@@ -0,0 +1,9 @@
|
||||
# Define base path
|
||||
BASE="/volume1/docker/fireflyiii"
|
||||
|
||||
# Create folders
|
||||
mkdir -p "${BASE}/upload" "${BASE}/db"
|
||||
|
||||
# Set ownership and permissions
|
||||
chown -R 1040:65538 "${BASE}"
|
||||
chmod -R 750 "${BASE}"
|
||||
Reference in New Issue
Block a user