![](/static/61a827a1/assets/icons/icon-96x96.png)
![](https://lemmy.world/pictrs/image/8286e071-7449-4413-a084-1eb5242e2cf4.png)
Try running the chown outside of the container: chown -R 1000:1000 /home/privatenoob/media/storage1/Filmek
Try running the chown outside of the container: chown -R 1000:1000 /home/privatenoob/media/storage1/Filmek
I’ve used Commafeed for a while and am now self-hosting it using Docker.
That’s strange, but it does have a redirect to proxigram feature once installed.
https://libredirect.github.io/ has a good list even if you don’t use the extension. If you do use the extension, take a second to click the ping button and move to a faster instance, a lot of my defaults were slow.
Also this list: https://github.com/mendel5/alternative-front-ends
If you want to get more in depth, I’ve been using this container:
https://github.com/jareware/docker-volume-backup
It can be setup in the same compose or in it’s own, and it supports pre/post commands if you want to dump a db or stop a container before backup.
Additionally, Setting a post backup command like in their docs:
POST_BACKUP_COMMAND: "docker run --rm -e DRY_RUN=false -e DAILY=3 -e WEEKLY=1 -e MONTHLY=1 -v /backup:/archive ghcr.io/jan-brinkmann/docker-rotate-backups"
Lets you specify the number of backups retained per period, E.G. 3 daily, 1 weekly, 1 monthly.
You could also mix and match.
You could use WPAD on your network to point all clients to an i2p proxy. I’m not sure sure if it’s secure or private to be able to access both at once though.
function FindProxyForURL(url, host) { if (shExpMatch(host, "*.i2p")) { return "SOCKS5 [proxy ip]:4447"; } return "DIRECT"; }