Compare commits

..

No commits in common. "3bf13f8628c99f8c9d0031448b1040bac5878549" and "b4c1f2452859a8e63d6a5bcb00d2f7542eed9d0d" have entirely different histories.

2 changed files with 3 additions and 2 deletions

View File

@ -48,7 +48,8 @@ $STD apt-get install -y mattermost
$STD install -C -m 600 -o mattermost -g mattermost /opt/mattermost/config/config.defaults.json /opt/mattermost/config/config.json $STD install -C -m 600 -o mattermost -g mattermost /opt/mattermost/config/config.defaults.json /opt/mattermost/config/config.json
sed -i -e "/DataSource/c\ \"DataSource\": \"postgres://$DB_USER:$DB_PASS@localhost:5432/$DB_NAME?sslmode=disable&connect_timeout=10\"," \ sed -i -e "/DataSource/c\ \"DataSource\": \"postgres://$DB_USER:$DB_PASS@localhost:5432/$DB_NAME?sslmode=disable&connect_timeout=10\"," \
-e "/SiteURL/c\ \"SiteURL\": \"http://$IPADDRESS:8065\"," /opt/mattermost/config/config.json -e "/SiteURL/c\ \"SiteURL\": \"http://$IPADDRESS:8065\"," /opt/mattermost/config/config.json
systemctl enable -q --now mattermost.service $STD systemctl enable mattermost.service
systemctl start mattermost.service
msg_ok "Installed Mattermost" msg_ok "Installed Mattermost"
motd_ssh motd_ssh

View File

@ -4,7 +4,7 @@
"categories": [ "categories": [
25 25
], ],
"date_created": "2025-01-30", "date_created": "2025-01-29",
"type": "ct", "type": "ct",
"updateable": false, "updateable": false,
"privileged": false, "privileged": false,