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