main
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
# One domain per line.
|
||||
# Entries here are removed from the aggregated disposable-domain set.
|
||||
#
|
||||
# example.org
|
||||
@@ -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
|
||||
@@ -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
|
||||
Reference in New Issue
Block a user