

That was my first thought as well. 😁
Moved from Scratch2003@feddit.de


That was my first thought as well. 😁


I’m using gitea which has CI compatible to GitHub actions with my own runner. It’s pretty straightforward to set up and didn’t give me any headaches yet. It’s a very small instance just for my ownaybe dozen projects though.


I used storj.io for a while. Moved to Hetzner Storage boxes for my backup, because that’s easier to configure with my restic setup.


Just recently moved from an S3 cloud provider to a storagebox. Prices are ok and sub accounts help clean things up.


https://github.com/alexta69/metube and Plex


Can’t find the info in the repository. Can I share a collection or specific links via RSS? I built my own application to archive URLs and grab the text content, and I also build a RSS feed from that. Can Linkwarden do something similar?


I’m using Notion for everything now. I heavily rely on reminders scattered everywhere because Todo lists don’t work for me.


If you just want a remote to push your code to without issues, projects, pull requests and such you can use git only: https://git-scm.com/book/en/v2/Git-on-the-Server-Setting-Up-the-Server


I’m running https://www.arqbackup.com/ to Storj and Synology on my desktops and plain NFS copy on my server.
I’m hosting my own email for several years now with https://docker-mailserver.github.io/docker-mailserver/latest/ which supports all the useful things like SPF, fail2ban, postgrey, sieve, spamassassin. I’m not hosting at home, I rented a server with a hoster which I also use for other services.
It’s pretty unremarkable, mostly it just works. I do have more spam than with gmail because I have to feed all spam to spamassassin myself. I also had one issue with larger attachments where I had to modify the maximum size, but that was also pretty easy using https://docker-mailserver.github.io/docker-mailserver/latest/config/environment/#postfix_message_size_limit
I recently modified my setup to support DMARC and I occassionally check if I can improve something via https://mxtoolbox.com/. But other than that I never had any issues, never looked back.


This looks great. I was looking at Watchtower again a few days ago, but I don’t want to auto update my containers, just get notified for updates. I usually just keep the RSS feed of the project in my feed reader, but diun looks like a proper solution. Thanks!


Miniflux also supports content manipulation https://miniflux.app/features.html#content-manipulation. I use this to download and clean up articles for some feeds. There are also filter and rewrite rules https://miniflux.app/docs/rules.html and a way to rewrite article URLs fetch the original source for paged articles (like on Heise.de) or replace with text-only version (like NPR).


I’m using https://miniflux.app/ and I’m very happy with it.
I run their act binary on one of my servers. Can’t remember much of the setup, so I can’t be too bad. I did have to change the used images though, but I guess that comes with maintenance of you own runner anyway.