Unfortunately, the switch from YouTube to PeerTube has not worked for me so far. I can’t find a decent instance (not full of right-wing/conspiracy content) with interesting stuff that also allows me to make an account.
- 0 Posts
- 10 Comments
Undaunted@discuss.tchncs.deto politics @lemmy.world•Declassified CIA Guide to Sabotaging Fascism Is Suddenly Viral16·3 months agoIf I’m living under a fascist government, I’m gladly serving foreign interests because those will be my allies in bringing it down.
You just have to constantly fire the turrets downwards near the failed turbine to keep everything level. I don’t see an issue there at all.
Undaunted@discuss.tchncs.deto Programming@programming.dev•Oracle urged again to surrender JavaScript trademark321·8 months agoWriting it also feels as nice as a skin disease so it’s fitting well.
Undaunted@discuss.tchncs.deto Selfhosted@lemmy.world•Programmatic access to discordEnglish2·8 months agoDiscord recently added “user installable apps”. You can configure it though the installation context. I have only implemented the usual server installable apps so far, so I don’t know what the apps in the new context are able to do. But it might be worth a look :)
Undaunted@discuss.tchncs.deto Selfhosted@lemmy.world•How do y'all backup docker databases with backup programs like Borg/Restic?English3·11 months agoI quickly threw together a repository. But please keep in mind that I made some changes to it, to be able to publish it, and it is a combination of 3 different custom solutions that I made for myself. I have not tested it, so use at your own risk :D But if something is broken, just tell me and I try to fix it.
Undaunted@discuss.tchncs.deto Selfhosted@lemmy.world•How do y'all backup docker databases with backup programs like Borg/Restic?English2·11 months agoSure! I’ll try to do it today but I can’t promise to get to it
Undaunted@discuss.tchncs.deto Selfhosted@lemmy.world•How do y'all backup docker databases with backup programs like Borg/Restic?English5·11 months agoI mostly use postgres so I created myself a small docker image, which has the postgres client, restic and cron. It also gets a small bash script which executes pg_dump and then restic to backup the dump. pg_dump can be used while the database is used so no issues there. Restic stores the backup in a volume which points to an NFS share on my NAS. This script is called periodically by cron.
I use this image to start a backup-service alongside every database. So it’s part of the docker-compose.yml
Undaunted@discuss.tchncs.deto Selfhosted@lemmy.world•Which RSS aggregator do you use? I cannot seem to find one that works for me.English4·1 year agoI use FreshRSS with FeedMe and I’m pretty happy with it. Though many local news pages here decided to become assholes and use click bait titles and teaser texts now like “Big car crash! This important main road is closed down”. So no real filtering possible and you again have to open the article to find out where you probably don’t want to drive to.
But still you can define as many filters as you want and save them: FreshRSS
You then also can “share” these filters and subscribe to them separately in your reader app if you want.
There are extensions on Firefox for Android that do this for you. I think it’s very accessible.