[GH-ISSUE #4837] Broken PWD in Alpine-Traefik #1033

Closed
opened 2026-02-26 12:47:29 +03:00 by kerem · 0 comments
Owner

Originally created by @Redplcs on GitHub (May 29, 2025).
Original GitHub issue: https://github.com/community-scripts/ProxmoxVE/issues/4837

Have you read and understood the above guidelines?

yes

📜 What is the name of the script you are using?

alpine-traefik

📂 What was the exact command used to execute the script?

bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/alpine-traefik.sh)"

⚙️ What settings are you using?

  • Default Settings
  • Advanced Settings

🖥️ Which Linux distribution are you using?

Alpine

📝 Provide a clear and concise description of the issue.

When using providers (i.e Traefik Proxmox Provider) the plugins are silently breaks. I found out that it tries to create plugins-storage folder at the root and fails with permission denied. After some research, thanks to traefik community, traefik tries to create it in current folder, but the pwd is root. I've fixed it by adding directory=/etc/traefik in /etc/init.d/traefik file

🔄 Steps to reproduce the issue.

  • Create LXC Traefik Alpine Container
  • Install Traefik Proxmox Provider

Paste the full error output (if available).

time="2022-11-03T16:09:42+01:00" level=error msg="Plugins are disabled because an error has occurred." error="mkdir plugins-storage: permission denied"

🖼️ Additional context (optional).

No response

Originally created by @Redplcs on GitHub (May 29, 2025). Original GitHub issue: https://github.com/community-scripts/ProxmoxVE/issues/4837 ### ✅ Have you read and understood the above guidelines? yes ### 📜 What is the name of the script you are using? alpine-traefik ### 📂 What was the exact command used to execute the script? bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/alpine-traefik.sh)" ### ⚙️ What settings are you using? - [x] Default Settings - [ ] Advanced Settings ### 🖥️ Which Linux distribution are you using? Alpine ### 📝 Provide a clear and concise description of the issue. When using providers (i.e Traefik Proxmox Provider) the plugins are silently breaks. I found out that it tries to create `plugins-storage` folder at the root and fails with `permission denied`. After some research, [thanks to traefik community](https://community.traefik.io/t/cant-use-plugins-error-mkdir-plugins-storage-permission-denied/16341/3), traefik tries to create it in current folder, but the pwd is root. I've fixed it by adding `directory=/etc/traefik` in `/etc/init.d/traefik` file ### 🔄 Steps to reproduce the issue. - Create LXC Traefik Alpine Container - Install Traefik Proxmox Provider ### ❌ Paste the full error output (if available). time="2022-11-03T16:09:42+01:00" level=error msg="Plugins are disabled because an error has occurred." error="mkdir plugins-storage: permission denied" ### 🖼️ Additional context (optional). _No response_
kerem 2026-02-26 12:47:29 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/ProxmoxVE#1033
No description provided.