Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Permission Issue When Deploying Via Unraid #395

Open
1 of 4 tasks
kylehandy123 opened this issue May 13, 2024 · 1 comment
Open
1 of 4 tasks

Permission Issue When Deploying Via Unraid #395

kylehandy123 opened this issue May 13, 2024 · 1 comment
Labels
community We will accept PRs from the community, but it's not a priority of Puter's core team

Comments

@kylehandy123
Copy link

Issue Description
I am deploying Puter via a template I created in unraid, following the docker compose file provided. Despite setting PUID & PGID values in the template, which is equivalent to:
environment:
# TZ: Europe/Paris
# CONFIG_PATH: /etc/puter
PUID: 1000
PGID: 1000
The logs state the following: [BOOT/ERROR] Error: Cannot write to path: /var/puter
Steps to Reproduce
Attempt to deploy a Docker container of this software following the Docker Compose file in Unraid.
Expected & Actual Behavior
The container to run and be usable.
Addition Information or Screenshots (if applicable)
NOTE: running "sudo chown -R 1000:1000 puter" in the Unraid terminal does fix this issue.
Deployment

  • Production (puter.com)
  • Development (npm run start)
  • Docker (via docker run)
  • Docker (via docker-compose)

Puter version (if accessible)

Click the profile button on the top-right, then "Settings". The version number will be printed at the bottom

@AtkinsSJ
Copy link
Collaborator

There are definitely some issues with the Docker configuration, so I'm not surprised that you're having problems modifying it for a different platform. Personally I'm unfamiliar with Docker so it's hard to figure out what needs changing.

@AtkinsSJ AtkinsSJ added the community We will accept PRs from the community, but it's not a priority of Puter's core team label May 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
community We will accept PRs from the community, but it's not a priority of Puter's core team
Projects
None yet
Development

No branches or pull requests

2 participants