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