From fb2dd2c723044c9f74a2fe54eac12540773d6cb3 Mon Sep 17 00:00:00 2001 From: zenfyr Date: Sun, 11 Jan 2026 12:07:07 +0700 Subject: [PATCH] we don't need darkhttpd anymore --- .../mastodon/mastodon-darkhttpd.container | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 beeper/etc/containers/systemd/mastodon/mastodon-darkhttpd.container diff --git a/beeper/etc/containers/systemd/mastodon/mastodon-darkhttpd.container b/beeper/etc/containers/systemd/mastodon/mastodon-darkhttpd.container deleted file mode 100644 index e5092be..0000000 --- a/beeper/etc/containers/systemd/mastodon/mastodon-darkhttpd.container +++ /dev/null @@ -1,16 +0,0 @@ -[Unit] -Description=Mastodon DarkHTTPD Static Server - -[Container] -Image=docker.io/p3terx/darkhttpd -ContainerName=mastodon-darkhttpd -Exec=/mastodon/public/system -PublishPort=127.0.0.1:42261:80 -Volume=/var/containers/mastodon/public/system:/mastodon/public/system:z - -[Service] -Restart=always -RestartSec=10s - -[Install] -WantedBy=default.target