Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Legal Notice
  • Privacy Policy
Collapse
Brand Logo
H

han_yol0

@han_yol0
About
Posts
2
Topics
1
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent

  • PermissionError: [Errno 13] Permission denied: '/app/data/archive'
    H han_yol0

    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 -d

    Have 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.log

    Bambuddy starting - debug=False, log_level=INFO

    INFO: Started server process [19]

    INFO: Waiting for application startup.

    MQTT relay disabled

    Background dispatch dispatcher started

    Smart plug scheduler started

    Smart plug energy snapshot loop started

    Print scheduler started

    Notification digest scheduler started

    Starting GitHub backup scheduler

    Starting local backup scheduler

    Starting Obico detection service

    Starting library trash sweeper

    Starting archive auto-purge sweeper

    AMS history recording started

    Printer runtime tracking started

    SpoolBuddy watchdog started

    Camera stream cleanup started

    Expected prints cleanup started

    Auth periodic cleanup started

    Virtual printer manager synced from database

    INFO: Application startup complete.

    INFO: Uvicorn running on http://0.0.0.0:8000 (Press CTRL+C to quit)

    Help

  • PermissionError: [Errno 13] Permission denied: '/app/data/archive'
    H han_yol0

    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

    Help
  • Login

  • Don't have an account? Register

  • Login or register to search.
Powered by NodeBB Contributors
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • Legal Notice
  • Privacy Policy