-
Notifications
You must be signed in to change notification settings - Fork 501
Description
Hello, help me please with linkding installation (new user, new instance) on Synology NAS (DSM 7.3.2-86009)!
With the simplified YAML configuration, after deploying the latest (1.44.1) version in container manager, I always get internal server error, when I try to open the web interface.
Some observations: in the logs, I always see ‘sqlite3.OperationalError: attempt to write a readonly database’ error message. I also see ‘setuid() to 33’ (82 if I use latest-alpine) and ‘setgid() to 33’ (82 with alpine), which is as far as I know the ‘www-data’ user’s default data in django/alpine, but has nothing to do with an actual Synology user.
I also noticed, that in docker directory, in linkding’s directory structure (volume1/docker/linkding/data), all the created files have this invalid owner (33 or 82), which is a nonsense. I am going to attach the details.
Thank you very much for any help, I really would like to try and use linkding.
Remark: the UID (PIUD, etc) in yaml file just an attempt from my side to influence the used UID, but it does not make any difference.

