mdlaat
mdlaat
Confirmed. Docker install. Upgraded from 2.5.3
I am currently running this to backup: `docker exec -t linkwarden-postgres-1 pg_dumpall -U postgres -c > databasebackupfile` and `tar -czf - ${DATADIR}/data 2>/dev/null | gzip -9 --rsyncable > datadirbackupfile` If...
Thank you for your reply. For now, I would like to hide the buttons 'at costs', 'monthly' and the arrow to hide/show the graphs, which would (I guess) easily been...
That's ok. Thank you for you pointing to fava extensions, which is all new to me. Will have to dive into that, but am struggling to find a *really* simple...
Thank you for your reply. Too bad; it seems to have been working in previous versions. I really like your project, but am unable to run any of my containers...
> @mdlaat For security purpose I'm using a personal image running as non root https://github.com/linkwarden/linkwarden/pull/701/files if it can help you, also with size reduced Thx. Would be nice if this...
> @mdlaat Are you sure? I remember others having this problem in previous versions as well. Well, the preserved formats were working, that is for sure because I still can...
Workaround is to execute these 2 commands: `docker exec -it piwigo bash -c 'touch /app/www/public/osmmap.php'` `docker exec -it piwigo bash -c 'chmod 777 /app/www/public/osmmap.php'`
@KnuffigerMaxi I had the same error. Fixed with https://github.com/haugene/docker-transmission-openvpn/issues/2883#issuecomment-2509745327