mirror of
https://github.com/community-scripts/ProxmoxVE
synced 2025-02-12 18:59:17 +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
|
$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
|
||||||
$STD systemctl enable mattermost.service
|
systemctl enable -q --now mattermost.service
|
||||||
systemctl start mattermost.service
|
|
||||||
msg_ok "Installed Mattermost"
|
msg_ok "Installed Mattermost"
|
||||||
|
|
||||||
motd_ssh
|
motd_ssh
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
"categories": [
|
"categories": [
|
||||||
25
|
25
|
||||||
],
|
],
|
||||||
"date_created": "2025-01-29",
|
"date_created": "2025-01-30",
|
||||||
"type": "ct",
|
"type": "ct",
|
||||||
"updateable": false,
|
"updateable": false,
|
||||||
"privileged": false,
|
"privileged": false,
|
||||||
|
Loading…
Reference in New Issue
Block a user