Open Cologler opened 7 months ago
The config works on image sissbruecker/linkding:1.24.2
.
You could give this a try: https://stackoverflow.com/a/75929838/11368281. Looks like it should be added under environment
with docker-compose.
@sissbruecker it worked! 😄
Let’s keep this open as a known issue for now. Maybe this should be added to the docker image, or maybe someone who knows Linux can figure out what the actual problem is.
had the same issue, this fixed it for me.
You could give this a try: https://stackoverflow.com/a/75929838/11368281. Looks like it should be added under
environment
with docker-compose.
I just added as env to docker compose
PGSSLCERT=/tmp/postgresql.crt
It looks like the user www-data
does not have permission to access /root/.postgresql/postgresql.crt
.
It looks like the user
www-data
does not have permission to access/root/.postgresql/postgresql.crt
.
Have you solved it?
It looks like the user
www-data
does not have permission to access/root/.postgresql/postgresql.crt
.Have you solved it?
just add PGSSLCERT=/tmp/postgresql.crt
in your docker compose file
After upgrading the linkding server to the latest version (1.25.0), the server returned code 500.
Docker-compose file:
Logs:
Replacing with
LD_DB_OPTIONS: '{"options": "endpoint=********", "sslmode": "require"}'
also did not work.