Changed yourls to yourls and additional optimations

This commit is contained in:
2025-07-20 10:41:06 +02:00
parent 2db5f75888
commit 98cc3d5070
7 changed files with 26 additions and 17 deletions

View File

@@ -1,16 +1,15 @@
version: "latest"
oauth2_proxy:
application: "application"
port: "80"
allowed_groups:
- "yourls-administrator"
- "web-app-yourls-administrator"
acl:
blacklist:
- "/admin/" # Protects the admin area
features:
matomo: true
css: true
port-ui-desktop: true
port-ui-desktop: true
central_database: true
oauth2: true
domains:
@@ -21,4 +20,8 @@ domains:
docker:
services:
database:
enabled: true
enabled: true
yourls:
version: "latest"
name: "yourls"
image: "yourls"