There was an error while loading. Please reload this page.
1 parent 132c1ad commit 9468c27Copy full SHA for 9468c27
1 file changed
install/checkmate-install.sh
@@ -36,7 +36,6 @@ LOG_LEVEL="info"
36
SERVER_HOST=0.0.0.0
37
SERVER_PORT=52345
38
EOF
39
-
40
cat <<EOF >/opt/checkmate/client/.env.local
41
VITE_APP_API_BASE_URL="/api/v1"
42
UPTIME_APP_API_BASE_URL="/api/v1"
@@ -74,7 +73,6 @@ RestartSec=5
74
73
[Install]
75
WantedBy=multi-user.target
76
77
78
cat <<EOF >/etc/systemd/system/checkmate-client.service
79
[Unit]
80
Description=Checkmate Client
@@ -124,10 +122,8 @@ server {
124
122
}
125
123
126
127
128
ln -sf /etc/nginx/sites-available/checkmate /etc/nginx/sites-enabled/checkmate
129
rm -f /etc/nginx/sites-enabled/default
130
-$STD nginx -t
131
$STD systemctl reload nginx
132
msg_ok "Configured Nginx Reverse Proxy"
133
0 commit comments