Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 2e361b4c99 | |||
| a9fe6c6bdb | |||
| d314c78ada | |||
| f248d2728a | |||
| a69ffba292 |
@@ -0,0 +1 @@
|
|||||||
|
*~
|
||||||
@@ -0,0 +1,4 @@
|
|||||||
|
# Install
|
||||||
|
1. Run `abra server add`, refer to [abra docs](https://docs.coopcloud.tech/operators/tutorial/#server-setup)
|
||||||
|
1. go to `~/.abra/servers/mango.resisttechmonopolies.online`
|
||||||
|
1. run `git clone https://git.coopcloud.tech/RTM/mango-config.git .`, DON'T FORGET THE `.` AT THE END OF THE COMMAND
|
||||||
@@ -1,4 +1,4 @@
|
|||||||
TYPE=matrix-synapse:6.6.3+v1.124.0
|
TYPE=matrix-synapse:6.8.0+v1.135.2
|
||||||
DOMAIN=matrix.resisttechmonopolies.online
|
DOMAIN=matrix.resisttechmonopolies.online
|
||||||
# SERVER_NAME=example.com
|
# SERVER_NAME=example.com
|
||||||
TIMEOUT=300
|
TIMEOUT=300
|
||||||
@@ -21,25 +21,25 @@ SECRET_REGISTRATION_VERSION=v1
|
|||||||
|
|
||||||
## Federation
|
## Federation
|
||||||
|
|
||||||
#DISABLE_FEDERATION=1
|
DISABLE_FEDERATION=0
|
||||||
|
|
||||||
# Set "true" to enable federation endpoint on $DOMAIN/.well-known/matrix/server
|
# Set "true" to enable federation endpoint on $DOMAIN/.well-known/matrix/server
|
||||||
SERVE_SERVER_WELLKNOWN=false
|
SERVE_SERVER_WELLKNOWN=true
|
||||||
|
|
||||||
ALLOW_PUBLIC_ROOMS_FEDERATION=false
|
ALLOW_PUBLIC_ROOMS_FEDERATION=false
|
||||||
|
|
||||||
## Registration
|
## Registration
|
||||||
|
|
||||||
ENABLE_REGISTRATION=false
|
ENABLE_REGISTRATION=true
|
||||||
PASSWORD_LOGIN_ENABLED=true
|
PASSWORD_LOGIN_ENABLED=true
|
||||||
|
|
||||||
# Token based registration. Enable ADMIN_INTERFACE (below) to use the admin interface to generate tokens.
|
# Token based registration. Enable ADMIN_INTERFACE (below) to use the admin interface to generate tokens.
|
||||||
#REGISTRATION_REQUIRES_TOKEN=true
|
REGISTRATION_REQUIRES_TOKEN=true
|
||||||
|
|
||||||
## Room auto-join
|
## Room auto-join
|
||||||
|
|
||||||
#AUTO_JOIN_ROOM_ENABLED=1
|
AUTO_JOIN_ROOM_ENABLED=1
|
||||||
#AUTO_JOIN_ROOM="#example:example.com"
|
AUTO_JOIN_ROOM="#general:matrix.resisttechmonopolies.online"
|
||||||
|
|
||||||
## Logging
|
## Logging
|
||||||
|
|
||||||
@@ -200,5 +200,5 @@ RETENTION_MAX_LIFETIME=4w
|
|||||||
|
|
||||||
|
|
||||||
## Admin interface at /admin
|
## Admin interface at /admin
|
||||||
#COMPOSE_FILE="$COMPOSE_FILE:compose.admin.yml"
|
COMPOSE_FILE="$COMPOSE_FILE:compose.admin.yml"
|
||||||
#ADMIN_INTERFACE_ENABLED=1
|
ADMIN_INTERFACE_ENABLED=1
|
||||||
@@ -19,7 +19,7 @@ COMPOSE_FILE="compose.yml"
|
|||||||
#####################################################################
|
#####################################################################
|
||||||
|
|
||||||
## Host-mode networking
|
## Host-mode networking
|
||||||
#COMPOSE_FILE="$COMPOSE_FILE:compose.host.yml"
|
COMPOSE_FILE="$COMPOSE_FILE:compose.host.yml"
|
||||||
|
|
||||||
## "Headless mode" (no domain configured)
|
## "Headless mode" (no domain configured)
|
||||||
#COMPOSE_FILE="$COMPOSE_FILE:compose.headless.yml"
|
#COMPOSE_FILE="$COMPOSE_FILE:compose.headless.yml"
|
||||||
@@ -101,7 +101,7 @@ COMPOSE_FILE="compose.yml"
|
|||||||
# File provider directory configuration #
|
# File provider directory configuration #
|
||||||
# (Route bare metal and non-docker services on the machine!) #
|
# (Route bare metal and non-docker services on the machine!) #
|
||||||
#####################################################################
|
#####################################################################
|
||||||
#FILE_PROVIDER_DIRECTORY_ENABLED=1
|
FILE_PROVIDER_DIRECTORY_ENABLED=1
|
||||||
|
|
||||||
#####################################################################
|
#####################################################################
|
||||||
# Additional services #
|
# Additional services #
|
||||||
|
|||||||
@@ -0,0 +1,33 @@
|
|||||||
|
TYPE=vaultwarden:2.0.0+1.33.2
|
||||||
|
|
||||||
|
DOMAIN=vw.resisttechmonopolies.online
|
||||||
|
LETS_ENCRYPT_ENV=production
|
||||||
|
|
||||||
|
COMPOSE_FILE="compose.yml"
|
||||||
|
|
||||||
|
WEBSOCKET_ENABLED=true
|
||||||
|
SIGNUPS_ALLOWED=true
|
||||||
|
|
||||||
|
USE_SYSLOG=true
|
||||||
|
EXTENDED_LOGGING=true
|
||||||
|
LOG_FILE=/data/vaultwarden.log
|
||||||
|
LOG_LEVEL=warn
|
||||||
|
|
||||||
|
SECRET_ADMIN_TOKEN_VERSION=v1 # length=48
|
||||||
|
|
||||||
|
TX="Europe/Berlin"
|
||||||
|
|
||||||
|
## DB settings
|
||||||
|
#COMPOSE_FILE="$COMPOSE_FILE:compose.mariadb.yml"
|
||||||
|
#SECRET_DB_PASSWORD_VERSION=v1
|
||||||
|
#SECRET_DB_ROOT_PASSWORD_VERSION=v1
|
||||||
|
|
||||||
|
## SMTP settings
|
||||||
|
COMPOSE_FILE="$COMPOSE_FILE:compose.smtp.yml"
|
||||||
|
SECRET_SMTP_PASSWORD_VERSION=v1
|
||||||
|
SMTP_ENABLED=1
|
||||||
|
SMTP_FROM=besties@resisttechmonopolies.online
|
||||||
|
SMTP_USERNAME=besties@resisttechmonopolies.online
|
||||||
|
SMTP_HOST=smtp.protonmail.ch
|
||||||
|
SMTP_PORT=587
|
||||||
|
SMTP_SECURITY=starttls
|
||||||
Reference in New Issue
Block a user