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