feat: fdroid
This commit is contained in:
parent
00a61d0ad4
commit
08b410b586
2
fdroid/.gitignore
vendored
Normal file
2
fdroid/.gitignore
vendored
Normal file
@ -0,0 +1,2 @@
|
||||
*
|
||||
!.gitignore
|
@ -1,9 +1,9 @@
|
||||
EMAIL=
|
||||
|
||||
##############
|
||||
### Matrix ###
|
||||
##############
|
||||
MATRIX_BASE_URL=matrix.
|
||||
###############
|
||||
### Synapse ###
|
||||
###############
|
||||
SYNAPSE_BASE_URL=matrix.
|
||||
POSTGRES_PASSWORD=
|
||||
|
||||
PUID=1000
|
||||
|
4
matrix/README.md
Normal file
4
matrix/README.md
Normal file
@ -0,0 +1,4 @@
|
||||
# matrix
|
||||
|
||||
./init_config.sh
|
||||
docker-compose up -d --build
|
@ -41,14 +41,14 @@ services:
|
||||
- BASE_URL=COTURN_BASE_URL
|
||||
- AUTH_SECRET
|
||||
|
||||
matrix:
|
||||
build: matrix
|
||||
synapse:
|
||||
build: synapse
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
- config:/config/
|
||||
- data:/data/
|
||||
environment:
|
||||
- SYNAPSE_SERVER_NAME=$MATRIX_BASE_URL
|
||||
- SYNAPSE_SERVER_NAME=$SYNAPSE_BASE_URL
|
||||
- SYNAPSE_CONFIG_DIR=/config
|
||||
- SYNAPSE_DATA_DIR=/data
|
||||
- UID=$PUID
|
||||
|
@ -1,4 +1,4 @@
|
||||
#!/usr/bin/env -S - bash -e
|
||||
#!/bin/bash -e
|
||||
|
||||
set -a
|
||||
. .env
|
||||
|
Loading…
Reference in New Issue
Block a user