mirror of
https://github.com/community-scripts/ProxmoxVE
synced 2025-02-12 10:49:16 +00:00
Compare commits
2 Commits
b4c1f24528
...
3bf13f8628
Author | SHA1 | Date | |
---|---|---|---|
|
3bf13f8628 | ||
|
13a11ec752 |
@ -48,8 +48,7 @@ $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
|
||||
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
|
||||
$STD systemctl enable mattermost.service
|
||||
systemctl start mattermost.service
|
||||
systemctl enable -q --now mattermost.service
|
||||
msg_ok "Installed Mattermost"
|
||||
|
||||
motd_ssh
|
||||
|
@ -4,7 +4,7 @@
|
||||
"categories": [
|
||||
25
|
||||
],
|
||||
"date_created": "2025-01-29",
|
||||
"date_created": "2025-01-30",
|
||||
"type": "ct",
|
||||
"updateable": false,
|
||||
"privileged": false,
|
||||
|
Loading…
Reference in New Issue
Block a user