Compare commits

..

No commits in common. "de5b63c76e6dd28dd421070f1de4e8043bf05c77" and "818e54c3d2408018901aa159a4090a0a392242a9" have entirely different histories.

2 changed files with 5 additions and 5 deletions

View File

@ -18,7 +18,7 @@ services:
- /srv/authentik/postgresql:/var/lib/postgresql/data
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
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.2}
image: ${AUTHENTIK_IMAGE:-ghcr.io/goauthentik/server}:${AUTHENTIK_TAG:-2026.2.1-rc1}
restart: unless-stopped
command: worker
user: root

View File

@ -68,7 +68,7 @@
margin-bottom: 2.5rem;
}
.logo-mark {
width: 62px; height: 40px;
width: 42px; height: 42px;
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">SVO</div>
<div class="logo-mark">SV</div>
<div class="header-text">
<h1>SESUR VPN OFFICIAL</h1>
<h1>SESUR VPN</h1>
<p>MTProto Proxy Access</p>
</div>
<div class="status-dot"><span></span>Operational</div>