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