un_ax

@un_ax@lemmy.sdf.org
0 Post – 7 Comments
Joined 1 years ago

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

1 more...

That's strange, but it does have a redirect to proxigram feature once installed.

Try running the chown outside of the container: chown -R 1000:1000 /home/privatenoob/media/storage1/Filmek

The rss definition is on the videos page, so if you paste in the youtube/c/channelname/videos page to the RSS reader it should be able to find it.

If it's really old, the direct feeds are https://www.youtube.com/feeds/videos.xml?channel_id=[id] but you have to hunt down a real channel id and not just a url slug.

I've used Commafeed for a while and am now self-hosting it using Docker.

I selfhost a copy of Commafeed since it matches my workflow back when Google Reader existed.

It's browser based so it syncs my read status, has categories, article focused, and some basic content inlining.

I find RSS works best for me when it's some content that I want to see everything for. If a source I follow only updates once a year I want to make sure I don't miss it. Or if I want to ignore a source for a month and come back to it later I can do that too.

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.