supervisord
This commit is contained in:
@@ -8,8 +8,8 @@ services:
|
|||||||
|
|
||||||
ports:
|
ports:
|
||||||
- "15000:5000"
|
- "15000:5000"
|
||||||
- "7780:80"
|
- "80:80"
|
||||||
- "7443:443"
|
- "443:443"
|
||||||
- "8404:8404"
|
- "8404:8404"
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
|
|||||||
1
spawn.sh
1
spawn.sh
@@ -1,4 +1,3 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
docker compose down
|
docker compose down
|
||||||
docker system prune -a
|
|
||||||
docker compose up --build
|
docker compose up --build
|
||||||
|
|||||||
@@ -138,7 +138,7 @@ border: none;
|
|||||||
<a href="/edit" class="menu-link">Edit HAProxy Config</a>
|
<a href="/edit" class="menu-link">Edit HAProxy Config</a>
|
||||||
<a href="/logs" class="menu-link">Security Events</a>
|
<a href="/logs" class="menu-link">Security Events</a>
|
||||||
<a href="/statistics" class="menu-link">Statictics</a>
|
<a href="/statistics" class="menu-link">Statictics</a>
|
||||||
<a href="http://{{ request.host.split(':')[0] }}:8080/stats" class="menu-link" target="_blank">HAProxy Stats</a>
|
<a href="http://{{ request.host.split(':')[0] }}:8404/stats" class="menu-link" target="_blank">HAProxy Stats</a>
|
||||||
|
|
||||||
<div class="custom-control custom-switch ml-auto">
|
<div class="custom-control custom-switch ml-auto">
|
||||||
<input type="checkbox" class="custom-control-input" id="darkModeSwitch">
|
<input type="checkbox" class="custom-control-input" id="darkModeSwitch">
|
||||||
|
|||||||
@@ -98,7 +98,7 @@
|
|||||||
<a href="/edit" class="menu-link">Edit HAProxy Config</a>
|
<a href="/edit" class="menu-link">Edit HAProxy Config</a>
|
||||||
<a href="/logs" class="menu-link">Security Events</a>
|
<a href="/logs" class="menu-link">Security Events</a>
|
||||||
<a href="/statistics" class="menu-link">Statictics</a>
|
<a href="/statistics" class="menu-link">Statictics</a>
|
||||||
<a href="http://{{ request.host.split(':')[0] }}:8080/stats" class="menu-link" >HAProxy Stats</a>
|
<a href="http://{{ request.host.split(':')[0] }}:8404/stats" class="menu-link" >HAProxy Stats</a>
|
||||||
|
|
||||||
<div class="custom-control custom-switch ml-auto">
|
<div class="custom-control custom-switch ml-auto">
|
||||||
<input type="checkbox" class="custom-control-input" id="darkModeSwitch">
|
<input type="checkbox" class="custom-control-input" id="darkModeSwitch">
|
||||||
|
|||||||
@@ -148,7 +148,7 @@
|
|||||||
<a href="/edit" class="menu-link">Edit HAProxy Config</a>
|
<a href="/edit" class="menu-link">Edit HAProxy Config</a>
|
||||||
<a href="/logs" class="menu-link">Security Events</a>
|
<a href="/logs" class="menu-link">Security Events</a>
|
||||||
<a href="/statistics" class="menu-link">Statictics</a>
|
<a href="/statistics" class="menu-link">Statictics</a>
|
||||||
<a href="http://{{ request.host.split(':')[0] }}:8080/stats" class="menu-link" >HAProxy Stats</a>
|
<a href="http://{{ request.host.split(':')[0] }}:8404/stats" class="menu-link" >HAProxy Stats</a>
|
||||||
<div class="custom-control custom-switch ml-auto">
|
<div class="custom-control custom-switch ml-auto">
|
||||||
<input type="checkbox" class="custom-control-input" id="darkModeSwitch">
|
<input type="checkbox" class="custom-control-input" id="darkModeSwitch">
|
||||||
<label class="custom-control-label" for="darkModeSwitch">Dark Mode</label>
|
<label class="custom-control-label" for="darkModeSwitch">Dark Mode</label>
|
||||||
|
|||||||
@@ -121,7 +121,7 @@
|
|||||||
<a href="/" class="menu-link">Add Frontend&Backend</a>
|
<a href="/" class="menu-link">Add Frontend&Backend</a>
|
||||||
<a href="/logs" class="menu-link">Security Events</a>
|
<a href="/logs" class="menu-link">Security Events</a>
|
||||||
<a href="/statistics" class="menu-link">Statictics</a>
|
<a href="/statistics" class="menu-link">Statictics</a>
|
||||||
<a href="http://{{ request.host.split(':')[0] }}:8080/stats" class="menu-link" >HAProxy Stats</a>
|
<a href="http://{{ request.host.split(':')[0] }}:8404/stats" class="menu-link" >HAProxy Stats</a>
|
||||||
<div class="custom-control custom-switch ml-auto">
|
<div class="custom-control custom-switch ml-auto">
|
||||||
<input type="checkbox" class="custom-control-input" id="darkModeSwitch">
|
<input type="checkbox" class="custom-control-input" id="darkModeSwitch">
|
||||||
<label class="custom-control-label" for="darkModeSwitch">Dark Mode</label>
|
<label class="custom-control-label" for="darkModeSwitch">Dark Mode</label>
|
||||||
|
|||||||
Reference in New Issue
Block a user