ZizzyDizzyMC / linx-server

Self-hosted file/code/media sharing website. ~~~~~~~~~~~~~~~~~~~ Powers https://put.icu
GNU General Public License v3.0
217 stars 33 forks source link

Permissions #5

Open ItsNoted opened 3 years ago

ItsNoted commented 3 years ago

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 commented 3 years ago

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.