linx-server icon indicating copy to clipboard operation
linx-server copied to clipboard

Permissions

Open ItsNoted opened this issue 3 years ago • 1 comments

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

ItsNoted avatar Jun 30 '21 15:06 ItsNoted

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 avatar Aug 09 '21 21:08 ZizzyDizzyMC