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