mirror of
https://github.com/pvlnes/homelab.git
synced 2026-06-03 20:13:49 +00:00
Compare commits
No commits in common. "de5b63c76e6dd28dd421070f1de4e8043bf05c77" and "818e54c3d2408018901aa159a4090a0a392242a9" have entirely different histories.
de5b63c76e
...
818e54c3d2
@ -18,7 +18,7 @@ services:
|
|||||||
- /srv/authentik/postgresql:/var/lib/postgresql/data
|
- /srv/authentik/postgresql:/var/lib/postgresql/data
|
||||||
|
|
||||||
server:
|
server:
|
||||||
image: ${AUTHENTIK_IMAGE:-ghcr.io/goauthentik/server}:${AUTHENTIK_TAG:-2026.2.2}
|
image: ${AUTHENTIK_IMAGE:-ghcr.io/goauthentik/server}:${AUTHENTIK_TAG:-2026.2.1-rc1}
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
command: server
|
command: server
|
||||||
depends_on:
|
depends_on:
|
||||||
@ -40,7 +40,7 @@ services:
|
|||||||
- /srv/authentik/custom-templates:/templates
|
- /srv/authentik/custom-templates:/templates
|
||||||
|
|
||||||
worker:
|
worker:
|
||||||
image: ${AUTHENTIK_IMAGE:-ghcr.io/goauthentik/server}:${AUTHENTIK_TAG:-2026.2.2}
|
image: ${AUTHENTIK_IMAGE:-ghcr.io/goauthentik/server}:${AUTHENTIK_TAG:-2026.2.1-rc1}
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
command: worker
|
command: worker
|
||||||
user: root
|
user: root
|
||||||
|
|||||||
@ -68,7 +68,7 @@
|
|||||||
margin-bottom: 2.5rem;
|
margin-bottom: 2.5rem;
|
||||||
}
|
}
|
||||||
.logo-mark {
|
.logo-mark {
|
||||||
width: 62px; height: 40px;
|
width: 42px; height: 42px;
|
||||||
border: 2px solid var(--accent);
|
border: 2px solid var(--accent);
|
||||||
display: grid; place-items: center;
|
display: grid; place-items: center;
|
||||||
font-family: var(--sans);
|
font-family: var(--sans);
|
||||||
@ -299,9 +299,9 @@
|
|||||||
<div id="app">
|
<div id="app">
|
||||||
|
|
||||||
<header>
|
<header>
|
||||||
<div class="logo-mark">SVO</div>
|
<div class="logo-mark">SV</div>
|
||||||
<div class="header-text">
|
<div class="header-text">
|
||||||
<h1>SESUR VPN OFFICIAL</h1>
|
<h1>SESUR VPN</h1>
|
||||||
<p>MTProto Proxy Access</p>
|
<p>MTProto Proxy Access</p>
|
||||||
</div>
|
</div>
|
||||||
<div class="status-dot"><span></span>Operational</div>
|
<div class="status-dot"><span></span>Operational</div>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user