Compare commits
4 commits
49d3e36f9f
...
d74618f9a9
Author | SHA1 | Date | |
---|---|---|---|
![]() |
d74618f9a9 | ||
![]() |
8702e131dc | ||
![]() |
2161698a97 | ||
![]() |
b87d3cc975 |
6 changed files with 17 additions and 17 deletions
|
@ -26,11 +26,11 @@ Rule of thumb: keep ports below 10000 free for stuff that reserves ports.
|
||||||
| 6667 | | bitlbee |
|
| 6667 | | bitlbee |
|
||||||
| 8010 | | matrix-media-repo |
|
| 8010 | | matrix-media-repo |
|
||||||
| 8086 | influxdb2 | influx |
|
| 8086 | influxdb2 | influx |
|
||||||
| 8184 | | matrix-dimension |
|
|
||||||
| 11332-11334 | rspamd | rspamd |
|
| 11332-11334 | rspamd | rspamd |
|
||||||
| 20000 | mx-puppet-discord | Bridge |
|
| 20000 | mx-puppet-discord | Bridge |
|
||||||
| 20010 | mautrix-telegram | Bridge |
|
| 20010 | mautrix-telegram | Bridge |
|
||||||
| 20020 | mautrix-whatsapp | Bridge |
|
| 20020 | mautrix-whatsapp | Bridge |
|
||||||
|
| 20030 | matrix-dimension | Matrix Integrations Manager|
|
||||||
| 20080 | matrix-synapse | client, federation |
|
| 20080 | matrix-synapse | client, federation |
|
||||||
| 20081 | matrix-synapse | prometheus metrics |
|
| 20081 | matrix-synapse | prometheus metrics |
|
||||||
| 20090 | matrix-media-repo | media_repo |
|
| 20090 | matrix-media-repo | media_repo |
|
||||||
|
|
|
@ -3,8 +3,8 @@ Description=Matrix Dimension
|
||||||
After=network.target
|
After=network.target
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
User=matrix-support
|
User=matrix-dimension
|
||||||
Group=matrix-support
|
Group=matrix-dimension
|
||||||
Environment="NODE_ENV=production"
|
Environment="NODE_ENV=production"
|
||||||
ExecStart=/usr/bin/node ${config['install_dir']}/build/app/index.js
|
ExecStart=/usr/bin/node ${config['install_dir']}/build/app/index.js
|
||||||
WorkingDirectory=${config['install_dir']}
|
WorkingDirectory=${config['install_dir']}
|
||||||
|
|
|
@ -1,18 +1,18 @@
|
||||||
# The web settings for the service (API and UI).
|
# The web settings for the service (API and UI).
|
||||||
# It is best to have this run on localhost and use a reverse proxy to access Dimension.
|
# It is best to have this run on localhost and use a reverse proxy to access Dimension.
|
||||||
web:
|
web:
|
||||||
port: 8184
|
port: 20030
|
||||||
address: '127.0.0.1'
|
address: '127.0.0.1'
|
||||||
|
|
||||||
# Homeserver configuration
|
# Homeserver configuration
|
||||||
homeserver:
|
homeserver:
|
||||||
# The domain name of the homeserver. This is used in many places, such as with go-neb
|
# The domain name of the homeserver. This is used in many places, such as with go-neb
|
||||||
# setups, to identify the homeserver.
|
# setups, to identify the homeserver.
|
||||||
name: "${config['homserver']['name']}"
|
name: "${config['homeserver']['name']}"
|
||||||
|
|
||||||
# The URL that Dimension, go-neb, and other services provisioned by Dimension should
|
# The URL that Dimension, go-neb, and other services provisioned by Dimension should
|
||||||
# use to access the homeserver with.
|
# use to access the homeserver with.
|
||||||
clientServerUrl: "${config['homserver']['clientServeUrl']}"
|
clientServerUrl: "${config['homeserver']['clientServerUrl']}"
|
||||||
|
|
||||||
# The URL that Dimension should use when trying to communicate with federated APIs on
|
# The URL that Dimension should use when trying to communicate with federated APIs on
|
||||||
# the homeserver. If not supplied or left empty Dimension will try to resolve the address
|
# the homeserver. If not supplied or left empty Dimension will try to resolve the address
|
||||||
|
@ -27,7 +27,7 @@ homeserver:
|
||||||
# for tracking custom sticker pack updates. This should be a user configured on the homeserver
|
# for tracking custom sticker pack updates. This should be a user configured on the homeserver
|
||||||
# and be dedicated to Dimension (create a user named "dimension" on your homeserver). For
|
# and be dedicated to Dimension (create a user named "dimension" on your homeserver). For
|
||||||
# information on how to acquire an access token, visit https://t2bot.io/docs/access_tokens
|
# information on how to acquire an access token, visit https://t2bot.io/docs/access_tokens
|
||||||
accessToken: "${config['homserver']['accessToken']}"
|
accessToken: "${config['homeserver']['accessToken']}"
|
||||||
|
|
||||||
# These users can modify the integrations this Dimension supports.
|
# These users can modify the integrations this Dimension supports.
|
||||||
# To access the admin interface, open Dimension in Riot and click the settings icon.
|
# To access the admin interface, open Dimension in Riot and click the settings icon.
|
||||||
|
|
|
@ -3,8 +3,8 @@ repo.libs.tools.require_bundle(node, 'nodejs')
|
||||||
|
|
||||||
directories = {
|
directories = {
|
||||||
node.metadata['matrix-dimension']['install_dir']: {
|
node.metadata['matrix-dimension']['install_dir']: {
|
||||||
'owner': 'matrix-support',
|
'owner': 'matrix-dimension',
|
||||||
'group': 'matrix-support',
|
'group': 'matrix-dimension',
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -24,8 +24,8 @@ git_deploy = {
|
||||||
|
|
||||||
files = {
|
files = {
|
||||||
'{}/config/production.yaml'.format(node.metadata['matrix-dimension']['install_dir']): {
|
'{}/config/production.yaml'.format(node.metadata['matrix-dimension']['install_dir']): {
|
||||||
'owner': 'matrix-support',
|
'owner': 'matrix-dimension',
|
||||||
'group': 'matrix-support',
|
'group': 'matrix-dimension',
|
||||||
'content_type': 'mako',
|
'content_type': 'mako',
|
||||||
'context': {
|
'context': {
|
||||||
'config': node.metadata.get('matrix-dimension', {}),
|
'config': node.metadata.get('matrix-dimension', {}),
|
||||||
|
@ -49,7 +49,7 @@ files = {
|
||||||
|
|
||||||
actions = {
|
actions = {
|
||||||
'matrix_dimension_build': {
|
'matrix_dimension_build': {
|
||||||
'command': 'cd ' + node.metadata['matrix-dimension']['install_dir'] + ' && sudo -u matrix-support npm install && sudo -u matrix-support npm run build',
|
'command': 'cd ' + node.metadata['matrix-dimension']['install_dir'] + ' && sudo -u matrix-dimension npm install && sudo -u matrix-dimension npm run build',
|
||||||
'needs': {
|
'needs': {
|
||||||
'pkg_apt:nodejs',
|
'pkg_apt:nodejs',
|
||||||
},
|
},
|
||||||
|
|
|
@ -27,7 +27,7 @@ defaults = {
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
'users': {
|
'users': {
|
||||||
'matrix-support': {
|
'matrix-dimension': {
|
||||||
'home': '/var/opt/matrix-dimension',
|
'home': '/var/opt/matrix-dimension',
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
@ -68,9 +68,9 @@ def icinga_check_for_new_release(metadata):
|
||||||
'vars.notification.mail': True,
|
'vars.notification.mail': True,
|
||||||
'check_interval': '60m',
|
'check_interval': '60m',
|
||||||
},
|
},
|
||||||
#'MATRIX-DIMENSION PROCESS': {
|
'MATRIX-DIMENSION PROCESS': {
|
||||||
# 'command_on_monitored_host': '/usr/lib/nagios/plugins/check_procs -a mautrix-telegram -c 1:',
|
'command_on_monitored_host': '/usr/lib/nagios/plugins/check_procs -a matrix-dimension -c 1:',
|
||||||
#},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
|
@ -107,7 +107,7 @@ nodes['htz-cloud.miniserver'] = {
|
||||||
'matrix-dimension': {
|
'matrix-dimension': {
|
||||||
'url': 'dimension.sophies-kitchen.eu',
|
'url': 'dimension.sophies-kitchen.eu',
|
||||||
'version': 'master', # doesn't have releases yet
|
'version': 'master', # doesn't have releases yet
|
||||||
'homserver': {
|
'homeserver': {
|
||||||
'name': 'sophies-kitchen.eu',
|
'name': 'sophies-kitchen.eu',
|
||||||
'clientServeUrl': 'https://matrix.sophies-kitchen.eu',
|
'clientServeUrl': 'https://matrix.sophies-kitchen.eu',
|
||||||
'accessToken': vault.decrypt('encrypt$gAAAAABg4btB0KGk068ahGZzR0w_Lm1bj1wUbB2WfNNs2bp3PwM4Ftp6MjQnrF-CejZfrF0NjPJw9Z4MrgileHP0sVw04mvgKSHfTf8gv4kTB6WuCIxHeMWHUDx00LTWL73fSlhCK0o1'),
|
'accessToken': vault.decrypt('encrypt$gAAAAABg4btB0KGk068ahGZzR0w_Lm1bj1wUbB2WfNNs2bp3PwM4Ftp6MjQnrF-CejZfrF0NjPJw9Z4MrgileHP0sVw04mvgKSHfTf8gv4kTB6WuCIxHeMWHUDx00LTWL73fSlhCK0o1'),
|
||||||
|
|
Loading…
Add table
Reference in a new issue