digitalcourage.social is one of the many independent Mastodon servers you can use to participate in the fediverse.
Diese Instanz wird betrieben von Digitalcourage e.V. für die Allgemeinheit. Damit wir das nachhaltig tun können, erheben wir einen jährlichen Vorausbeitrag von 1€/Monat per SEPA-Lastschrifteinzug.

Server stats:

817
active users

#server

32 posts21 participants2 posts today

#Hestia, die #VPS Verwaltungssoftware, generiert für die Domain, samt Subdomains (www, ftp, mail, webmail) ein #letsencrypt-Zertifikat. Für die Mail-Domain selbst dann später (bei der Konfiguration) nochmal eins. Eben jenes wird bzw. wurde jedoch nicht automatisch aktualisiert und war abgelaufen.

Dürfte demnach ein Fehler beim Hestia #Controlpanel sein.

Mail funktioniert bei der betroffenen Domain wieder, muss jetzt aber alle anderen im Blick behalten. Per #ssh komme ich aber immer noch nicht auf den #Server. Für heute reicht es mir jedoch 😤

Continued thread

On another note, what are your favorite UPS systems for home use that don't break the bank? I'd like to keep my home server from dying an early death with these power outages. Any #homelab people out there with ideas? Anyone cobble together a #DIY UPS system? Is the answer just to spend $200 on an small APC brand system? #tech #server

Replied in thread

Correction, see #aside here mastodon.mariobreskic.de/@mari

#aside and #tldr
Running a solo Mastodon instance? Here's how to keep it clean and #gdpr compliant:
– Disable link previews: DISABLE_FETCH_PREVIEWS=true
– Purge old PreviewCards via Rails console
– Avoid federated content
– Self-author everything
– Host locally, anonymize IPs
Respectful publishing, no third-party hosting
#asca #server #mastodon #selfhosted #germany

Mario Breskicʼs MastodonMario Breskic (@mario@mastodon.mariobreskic.de)#aside: the only line that is currently accurate and therefore needed is DISABLE_FETCH_PREVIEWS=true this change supersedes the previous setting, and I will take note of that in the tldr below. #server #asca #mastodon
Replied in thread

And from there, I delete all #PreviewCards in #mastodon by using these commands:

1. docker compose exec web bash
2. RAILS_ENV=production bundle exec rails console
And then I run this in the console: PreviewCard.destroy_all

This will run for a while but it should remove all stored preview cards from my mastodon server, for all posts.
And it worked. Just climb back up to my prompt by punching in “exit” until I am back home, and that issue has been fixed as well. #server #asca #mastodon #gdpr

Replied in thread

Next thing I need to do is to turn off the mastodon-native “cards” for links, because I am future-proofing my self-hosted services against issues with the law here in Germany, especially regarding what is called “framing” here.
In short, I better not EVER have a picture anywhere on anything I self-host I have not explicitly acquired the rights to, or have made myself.
There is a whole gray market in Germany for suing the people for that. Fixing this next.
#asca #server
#mastodon #gdpr

Replied in thread

To continue: I am also running a #wallabag server which I use to store bookmarks and interesting reading material for myself. And while working in public on a social platform, my partner recommended that I use my wallabag favorites to add to our informational feed. And the process for outputting #RSS from wallabag is very easy: I just had to generate a token for that, and then I plugged in the output RSS into our #FreshRSS backend. #server #asca