mirror of
https://github.com/akpall/akpella.git
synced 2026-02-21 00:26:59 +00:00
fixup! config.yaml: add matrixdotorg-synapse
This commit is contained in:
@@ -7,10 +7,13 @@ passwd:
|
|||||||
- name: core
|
- name: core
|
||||||
ssh_authorized_keys:
|
ssh_authorized_keys:
|
||||||
- ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIOpw3cIAdtWOYUkb6UOAIcLuRzItoo4oZMzr/hzZYq4E openpgp:0xFAAA0172
|
- ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIOpw3cIAdtWOYUkb6UOAIcLuRzItoo4oZMzr/hzZYq4E openpgp:0xFAAA0172
|
||||||
|
- name: matrixdotorg-synapse
|
||||||
|
home_dir: /opt/matrixdotorg-synapse
|
||||||
|
|
||||||
storage:
|
storage:
|
||||||
directories:
|
directories:
|
||||||
- path: /var/www/html
|
- path: /var/www/html
|
||||||
|
- path: /opt/matrixdotorg-synapse/data
|
||||||
files:
|
files:
|
||||||
# hostname
|
# hostname
|
||||||
- path: /etc/hostname
|
- path: /etc/hostname
|
||||||
@@ -65,13 +68,15 @@ systemd:
|
|||||||
ExecStartPre=/usr/bin/docker run \
|
ExecStartPre=/usr/bin/docker run \
|
||||||
--name=matrixdotorg-synapse \
|
--name=matrixdotorg-synapse \
|
||||||
--rm \
|
--rm \
|
||||||
--mount type=volume,src=synapse-data,dst=/data \
|
--mount type=bind,src=/opt/matrixdotorg-synapse/data,dst=/data \
|
||||||
-e SYNAPSE_SERVER_NAME=matrix.fst.ee \
|
-e SYNAPSE_SERVER_NAME=matrix.fst.ee \
|
||||||
-e SYNAPSE_REPORT_STATS=yes \
|
-e SYNAPSE_REPORT_STATS=yes \
|
||||||
matrixdotorg/synapse:latest generate
|
matrixdotorg/synapse:latest generate
|
||||||
ExecStart=docker run \
|
ExecStart=docker run \
|
||||||
--name=matrixdotorg-synapse \
|
--name=matrixdotorg-synapse \
|
||||||
--mount type=volume,src=synapse-data,dst=/data \
|
--mount type=bind,src=/opt/matrixdotorg-synapse/data,dst=/data \
|
||||||
|
-p 127.0.0.1:8008:8008 \
|
||||||
|
-p [::1]:8008:8008 \
|
||||||
matrixdotorg/synapse:latest
|
matrixdotorg/synapse:latest
|
||||||
|
|
||||||
[Install]
|
[Install]
|
||||||
|
|||||||
Reference in New Issue
Block a user