This commit is contained in:
zand
2026-09-08 17:18:05 +02:00
commit 364544d77e
11 changed files with 704 additions and 0 deletions
+4
View File
@@ -0,0 +1,4 @@
# One domain per line.
# Entries here are removed from the aggregated disposable-domain set.
#
# example.org
+5
View File
@@ -0,0 +1,5 @@
# Used by the systemd example for an existing Docker Compose Mastodon installation.
# COMPOSE_DIR is the directory containing compose.yml/docker-compose.yml.
COMPOSE_DIR=/path/to/mastodon-compose
COMPOSE_SERVICE=web
COMPOSE_COMMAND=docker compose
+4
View File
@@ -0,0 +1,4 @@
# Used by the systemd example for a source/native Mastodon installation.
# Edit these paths for the local installation.
MASTODON_DIR=/path/to/mastodon/live
RUBY_BIN=/path/to/ruby/bin