Kategorie: Mastodon
-
August 18, 2025 at 02:32PM
#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 – Disable embeds: DISABLE_EMBED_PREVIEW=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…
-
August 18, 2025 at 02:17PM
And from there, I delete all #PreviewCards in #mastodon by using these commands: 1. docker compose exec web bash2. RAILS_ENV=production bundle exec rails consoleAnd 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.…
-
August 18, 2025 at 02:05PM
Adding these lines to my application.env covered this issue # do not fetch external resourcesDISABLE_FETCH_PREVIEWS=trueDISABLE_EMBED_PREVIEW=true I will need to go through my own feed next to ensure that there are no embeds left over. This is in addition to my recent purging of boosts: https://mastodon.mariobreskic.de/@mario/114982417840616548 #server #asca #mastodon #gdpr Quelle: Mastodon
-
August 18, 2025 at 01:50PM
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…
-
August 18, 2025 at 01:45PM
Aside: you can read how to do this here https://doc.wallabag.org/user/configuration/rss/Copy the #RSS link #wallabag puts out and add it as a source in #FreshRSS. And to my surprise, it actually links to the proper article instead of linking to the internal wallabag URL. I would’ve fixed it by parsing it in #huginn though, should it’ve…
-
August 18, 2025 at 01:41PM
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…
-
August 18, 2025 at 01:36PM
Monitor is in place in for both services. #FreshRSS #huginn #server #asca Quelle: Mastodon
-
August 12, 2025 at 08:30PM
This a seed post for something I need to write on code and canvas about: turned off Windows Ink in favor of Wintabwill forever use LazyNezumiPromy pens need to be clean enough after a 24 hour soak in soapy solution by now, I hope the one with the most thin nib is actually finegot mail…
-
July 30, 2025 at 08:08PM
hey @linkwarden I made a short script which takes all the links inside a wordpress article upon publishing and stores them in a linkwarden collection, see the link upstream #buildinpublic #asca Quelle: Mastodon
-
July 30, 2025 at 05:46PM
Habe einen funktionsfähigen Prototypen erstellt, der #WordPress‑Posts beim Veröffentlichen nach Links durchsucht und diese dann in #Linkwarden speichert.Die dort gespeicherten Links haben den Titel des Posts als tag. #asca Damit werden die Links aber auch bei archive.org gespeichert Den Schnippsel zum Hinzufügen ans Ende der functions.php findest du hier:https://www.mariobreskic.de/toolbox/#wordpress-artikel-links-in-linkwarden-speichern Quelle: Mastodon