PermissionError: [Errno 13] Permission denied: '/app/data/archive'
-
Hello, trying to deploy this on portainer and keep getting this error even with correct UID/GID specified.
using this stack config:
services:
bambuddy:
image: ghcr.io/maziggy/bambuddy:latest
container_name: Bambuddy
healthcheck:
test: timeout 10s bash -c ':> /dev/tcp/127.0.0.1/8109' || exit 1
interval: 10s
timeout: 5s
retries: 3
start_period: 90s
user: 1000:1000
network_mode: host
volumes:
- /volume1/docker/bambuddy/data:/app/data:rw
- /volume1/docker/bambuddy/logs:/app/logs:rw
- /volume1/docker/bambuddy/virtual_printer:/app/data/virtual_printer:rw
environment:
TZ: Pacific/Honolulu
PORT: 8109
cap_add:
- NET_BIND_SERVICE
restart: on-failure:5 -
This is not Bambuddy's Docker file?!
-
So i tried following Option B from install guide using powershell:
mkdir bambuddy
cd bambuddy
Invoke-WebRequest -Uri https://raw.githubusercontent.com/maziggy/bambuddy/main/docker-compose.yml -OutFile docker-compose.yml
docker compose up -dHave docker container running successfully on my win 11 machine and unable to access via browser using machine IP & port 8000. Browser shows refused to connect. No FW or anything special for app blocking in browser.
Logging to file: /app/logs/bambuddy.logBambuddy starting - debug=False, log_level=INFOINFO: Started server process [19]
INFO: Waiting for application startup.
MQTT relay disabledBackground dispatch dispatcher startedSmart plug scheduler startedSmart plug energy snapshot loop startedPrint scheduler startedNotification digest scheduler startedStarting GitHub backup schedulerStarting local backup schedulerStarting Obico detection serviceStarting library trash sweeperStarting archive auto-purge sweeperAMS history recording startedPrinter runtime tracking startedSpoolBuddy watchdog startedCamera stream cleanup startedExpected prints cleanup startedAuth periodic cleanup startedVirtual printer manager synced from databaseINFO: Application startup complete.
INFO: Uvicorn running on http://0.0.0.0:8000 (Press CTRL+C to quit)
-
You didn't follow the install instructions.

Hello! It looks like you're interested in this conversation, but you don't have an account yet.
Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.
With your input, this post could be even better 💗
Register Login