Tootfinder

Opt-in global Mastodon full text search. Join the index!

@hakona@im.alstadheim.no
2026-03-15 14:15:56
Content warning: #MastoAdmin Meta crawler

Some weird requests from there, what are they looking for. My hex-foo is not all there. Queries like (nginx log-line)
2a03:2880:f814:22:: - - [14/Mar/2026:01:15:36 0100] "GET /tags/\xE7\x9F\xB3\xE5\xA1\x9A\xE7\x91\xB6\xE5\xAD\xA3 HTTP/2.0" 200 36077 "-" "meta-externalagent/1.1 (

@fluchtkapsel@nerdculture.de
2026-01-16 14:06:51

Die Wartezeit fürs Backup habe ich mal genutzt mir anzuschauen, warum ich bei Snappymail vor ein paar Monaten gescheitert bin. Stellte sich heraus, dass das Einbinden eines Javascriptes nicht berücksichtigt, dass Snappymail auch in einem Unterverzeichnis liegen kann. Ein einfaches `rewrite ^(/snappymail(/.*)?)$ /snappy$1 last;` in der nginx-Config behebt das, auch wenn ich das nicht doll finde.
Und ja, Snappymail ist deutlich snappier als Rainloop. Ich werde erstmal beides parallel bet…

@fanf@mendeddrum.org
2026-02-22 18:42:03

from my link log —
HTTP/3 on FreeBSD: Getting QUIC Working with nginx in a Bastille Jail.
blog.hofstede.it/http3-on-free
saved 2026-02-22

@imaginaryrobots@social.linux.pizza
2026-04-06 02:17:27

Looks like a few folks were interested in the details of how I added AI poison; I've now posted details of the technique, sorry that wasn't there earlier! imaginaryrobots.net/posts/2026

@thoralf@soc.umrath.net
2026-03-07 09:35:56

Ich experimentiere weiterhin mit #OpenCloud
Inzwischen kann ich das Problem etwas einschränken.
Wenn ich mich lokal an die OpenCloud-Instanz verbinde, funktioniert der Sync einigermaßen zuverlässig (bis auf den regelmäßigen Freeze des Clients).
Ich habe es bisher aber noch nicht hinbekommen, den NGINX Proxy Manager so zu konfigurieren, dass eine Verbindung darüber ohne connect…

@nobodyinperson@fosstodon.org
2026-02-24 16:56:51

Today I managed to set up a #copyparty instance as a frontend for a remote sftp mount, reverse proxied with #nginx for TLS encryption, on :nixos: #NixOS. Oh boy was that a wild ride. 😮‍💨
Copyparty itself …

@rettichschnidi@swiss.social
2026-04-07 06:33:37

Gefühl jedes Mal wenn ich ein Problem mit #Nextcloud habe, hatte es der @… einen Tick früher schon:

@rmdes@mstdn.social
2026-01-30 12:20:14

Yay, my bluesky domain handle now pass verification for both DNS and HTTP bsky-debug.app/handle?handle=r

Yay, my bluesky domain handle now pass verification for both DNS and HTTP https://bsky-debug.app/handle?handle=rmendes.net

For the HTTP verification I simply edited my nginx config with a location block to return my DID and that was it !
@dnddeutsch@pnpde.social
2026-03-25 22:10:39

@… @… @… I blocked them from registering their app via nginx:
location / {
# block att…

@jackie@social.linux.pizza
2026-03-28 03:23:54

I'm now blocking AI scrapers on my server using robots.txt and user agent rules
microblog.jackiejude.me/posts/

@imaginaryrobots@social.linux.pizza
2026-04-06 01:08:22

I spent most of the day adding AI poison to my website using nginx rules. Then I ate ham. It was a good day! #noai

@thoralf@soc.umrath.net
2026-02-21 11:04:58

Neue Erkenntnis:
#OpenCloud funktioniert rein lokal offenbar fein.
Der Client friert zwar immer wieder ein - aber grundsätzlich scheint der Sync fehlerfrei zu laufen.
Es liegt also offensichtlich irgendwo am Proxy oder der Umgebung drum herum.
Es wird vermutlich wirklich Zeit, dass ich den Nginx Proxy Manager gegen Traefik austausche, auch wenn mir das eigentlich nicht gef…

@mr_grey@social.linux.pizza
2026-03-17 20:37:24

Lately I've been wanting to learn nginx and do some self hosting. I think it'd be cool to have a message board for me and my housemate to share things.

@thoralf@soc.umrath.net
2026-03-16 16:42:22

Der Umstieg von Nginx Proxy Manager (NPM) auf Traefik war eine gute Entscheidung.
Zwar vermisse ich die Möglichkeit, einfach über ein Webinterface die Geräte verwalten zu können - aber dafür ist die Technik deutlich besser.