The difference being that the toothbrush actually gets used.
- 1 Post
- 18 Comments
If you want fediverse support WordPress has that through plugins. Lemmy is pretty heavy on resources. Just don’t look at Wordpress’ code and you’ll be fine.
That announcement was about the first release. The merger was announced months ago. And even if it wasn’t released you could just easily use whatever fits your environment.
Björn@swg-empire.deto
Selfhosted@lemmy.world•Arr Stack GUI friendly alternative?English
111·9 days agoSeerr together with the rest of the *arr stack is pretty easy to use.
Are they related to Aaron Paul?
My uneducated guess is that someone put the rope on the barrel by hand and twisted it in the process.
Björn@swg-empire.deto
Selfhosted@lemmy.world•Nextcloud/OneDrive Files-only ReplacementEnglish
31·23 days agoYou could probably do this with FUSE. Guess nobody cared to make that yet.
Björn@swg-empire.deto
Selfhosted@lemmy.world•Nextcloud/OneDrive Files-only ReplacementEnglish
4·23 days agoOpencloud is a fork of the new Owncloud, I think. Similar to how Nextcloud was forked from the old Owncloud.
Björn@swg-empire.deto
Selfhosted@lemmy.world•Nextcloud/OneDrive Files-only ReplacementEnglish
17·23 days agoYou can access all Nextcloud files over WebDAV. That is natively supported by many file browsers, including explorer.exe on Windows.
And you can choose in the Linux client what folders to sync.
What the Linux client (in contrast to the Windows client) does not support is having virtual files in a folder and only downloading files on demand.
Apart from that, have you looked at Opencloud?
Björn@swg-empire.deto
Selfhosted@lemmy.world•what is good remote desktop software?English
5·27 days agoOther way around. Sunshine is the server, Moonlight is the client.
You now are locked in a wicked battle of the wits with your own personal nemesis.
I had it running on my Vega 64. But it had to be exactly one specific version of ROCm. Been a while since I’ve played around with that so I don’t remember the specifics.
Björn@swg-empire.deto
Selfhosted@lemmy.world•Anti Spam - Anything better than SpamAssassin?English
5·1 month agoI switched to rspamd. Its bayesian filter is a little weird. It only started working ok after I found the right amount of mails to feed to it. For some reason it forgot everything if I gave it too many mails. I think it’s a Redis thing. No idea. I don’t have the brain power to figure it out or write a proper bug report. But I think my Debian version is outdated anyways, so this might be fixed by now.
For my server learning from mails from the last 50 days was the sweet spot. Since then I got no false positives and only the occasional false negative. Exactly how I want my spam filter to be.
The whole drive. The docker file and volumes are the bare minimum.
In general you backup everything that cannot be recreated through external services. So that would be the configuration files and all volumes you added. Maybe logfiles as well.
If databases are involved they usually offer some method of dumping all data to some kind of text file. Usually relying on their binary data is not recommended.
Borg is a great tool to manage backups. It only backs up changed data and you can instruct it to only keep weekly, monthly, yearly data, so you can go back later.
Of course, just flat out backing up everything is good to be able to quickly get back to a working system without any thought. And it guarantees that you don’t forget anything.
Without knowing what you actually want to do, I’d put Debian on it. Very good, very stable, very widespread OS with plenty of tutorials around for whatever you decide to do with it. Do a minimal installation and 4 GB RAM are plenty to play around with.
Björn@swg-empire.deto
Selfhosted@lemmy.world•Is there any Middleware that performs similar functions to Cloudflare, just... selfhosted?English
0·7 months agoIsn’t one of Cloudflare’s biggest strengths that they have a shitton of servers around the world and can thus provide DDOS resilient caching?
Having a shitton of servers is kind of the antithesis of self hosting.


I still use swap for those rare moments i run out of RAM after all. Who knows maybe some heavy cronjobs will clash or whatever.