add saintnet element
This commit is contained in:
parent
a39c40539f
commit
fbdde7eab3
13
init/matrix_to.service
Normal file
13
init/matrix_to.service
Normal file
@ -0,0 +1,13 @@
|
||||
[Unit]
|
||||
Description=matrix.to for Saintnet
|
||||
|
||||
[Service]
|
||||
ExecStart=/usr/local/bin/yarn start
|
||||
Restart=always
|
||||
DynamicUser=yes
|
||||
Environment=PATH=/usr/bin:/usr/local/bin
|
||||
Environment=NODE_ENV=production
|
||||
WorkingDirectory=/srv/matrix.to
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
@ -18,6 +18,7 @@ import {Maturity, Platform, LinkKind,
|
||||
FDroidLink, AppleStoreLink, PlayStoreLink, WebsiteLink} from "../types.js";
|
||||
|
||||
const trustedWebInstances = [
|
||||
"element.saintnet.tech",
|
||||
"app.element.io", // first one is the default one
|
||||
"develop.element.io",
|
||||
"chat.fedoraproject.org",
|
||||
|
Loading…
Reference in New Issue
Block a user