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

Permissions #5

Open
ItsNoted opened this issue Jun 30, 2021 · 1 comment
Open

Permissions #5

ItsNoted opened this issue Jun 30, 2021 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@ItsNoted
Copy link

ItsNoted commented Jun 30, 2021

I've tried giving the folders permissions running the command in the instructions. Tried adding PUID and PGID but always getting bad requests and permission denied when trying to upload a small image or add a paste no matter what I try. Even after restarting the container.

Also tried creating the files and meta folders outside the date directory with no success...

I have tried this on both a VM running debian and my synology NAS.

services:
linx-server:
container_name: linx
image: andreimarcu/linx-server
command: -config /data/linx-server.conf
environment:
- TZ=America/Detroit
- PUID=1026
- PGID=100
volumes:
- /volume1/docker/linx/files:/data/files
- /volume1/docker/linx/meta:/data/meta
- /volume1/docker/linx/linx-server.conf:/data/linx-server.conf
ports:
- "8085:8080"
restart: unless-stopped

@ZizzyDizzyMC
Copy link
Owner

I've not yet been able to work on the docker implementation of linx-server. I will assign myself this task to work on it in an upcoming update to linx-server.

@ZizzyDizzyMC ZizzyDizzyMC added the bug Something isn't working label Aug 9, 2021
@ZizzyDizzyMC ZizzyDizzyMC self-assigned this Aug 9, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants