oauth alpha - implementation

This commit is contained in:
ChrispyBacon-dev 2025-09-26 13:40:37 +02:00
parent 2d41b4ecf3
commit 295cfa634c
13 changed files with 894 additions and 27 deletions

View file

@ -30,17 +30,18 @@ services:
restart: "no"
dockflare:
image: alplat/dockflare:stable
build: ./dockflare
#image: alplat/dockflare:stable
container_name: dockflare
restart: unless-stopped
ports:
- "5000:5000"
#labels:
- "5001:5000"
labels:
# -- Cloudflare Tunnel Configuration (via DockFlare) OPTIONAL --
#- dockflare.enable=true
#- dockflare.hostname=dockflare.domain.tld
#- dockflare.service=http://dockflare:5000
#- dockflare.access.policy=default_tld
- dockflare.enable=true
- dockflare.hostname=df.dataverse.icu
- dockflare.service=http://dockflare:5000
- dockflare.access.policy=bypass
volumes:
- dockflare_data:/app/data
environment: