upload current sources
Some checks failed
Test / test (push) Has been cancelled

This commit is contained in:
2025-12-24 18:50:41 +00:00
parent 73280f3bbf
commit e3a14dbaa7
131 changed files with 280 additions and 87360 deletions

54
apps/rego-tunnel-linux/docker-compose.yml Normal file → Executable file
View File

@@ -1,40 +1,34 @@
services:
rego-tunnel-linux:
container_name: rego-tunnel-linux
image: rego-vpn:latest
restart: unless-stopped
privileged: true
devices:
- /dev/net/tun:/dev/net/tun
cap_add:
- NET_ADMIN
networks:
rego-tunnel-linux_runtipi_network:
gw_priority: 0
tipi_main_network:
gw_priority: 1
environment:
OC_URL: ${OC_URL}
OC_SERVERCERT: ${OC_SERVERCERT}
OC_USER: ${OC_USER}
VNC_PASSWORD: ${VNC_PASSWORD}
NOVNC_PORT: "8806"
ports:
- ${APP_PORT}:8806
environment:
- VNC_PASSWORD=${VNC_PASSWORD}
- NOVNC_PORT=8806
volumes:
- ${APP_DATA_DIR}/data:/root
networks:
- tipi_main_network
labels:
generated: true
traefik.enable: true
traefik.http.middlewares.rego-tunnel-linux-web-redirect.redirectscheme.scheme: https
traefik.http.services.rego-tunnel-linux.loadbalancer.server.port: 8806
traefik.http.routers.rego-tunnel-linux-insecure.rule: Host(`${APP_DOMAIN}`)
traefik.http.routers.rego-tunnel-linux-insecure.entrypoints: web
traefik.http.routers.rego-tunnel-linux-insecure.service: rego-tunnel-linux
traefik.http.routers.rego-tunnel-linux-insecure.middlewares: rego-tunnel-linux-web-redirect
traefik.http.routers.rego-tunnel-linux.rule: Host(`${APP_DOMAIN}`)
traefik.http.routers.rego-tunnel-linux.entrypoints: websecure
traefik.http.routers.rego-tunnel-linux.service: rego-tunnel-linux
traefik.http.routers.rego-tunnel-linux.tls.certresolver: myresolver
traefik.http.routers.rego-tunnel-linux-local-insecure.rule: Host(`rego-tunnel-linux.${LOCAL_DOMAIN}`)
traefik.http.routers.rego-tunnel-linux-local-insecure.entrypoints: web
traefik.http.routers.rego-tunnel-linux-local-insecure.service: rego-tunnel-linux
traefik.http.routers.rego-tunnel-linux-local-insecure.middlewares: rego-tunnel-linux-web-redirect
traefik.http.routers.rego-tunnel-linux-local.rule: Host(`rego-tunnel-linux.${LOCAL_DOMAIN}`)
traefik.http.routers.rego-tunnel-linux-local.entrypoints: websecure
traefik.http.routers.rego-tunnel-linux-local.service: rego-tunnel-linux
traefik.http.routers.rego-tunnel-linux-local.tls: true
runtipi.managed: true
traefik.docker.network: runtipi_tipi_main_network
traefik.http.middlewares.rego-tunnel-linux-runtipi-web-redirect.redirectscheme.scheme: https
traefik.http.services.rego-tunnel-linux-runtipi.loadbalancer.server.port: "8806"
traefik.http.routers.rego-tunnel-linux-runtipi-insecure.rule: Host(`${APP_DOMAIN}`)
traefik.http.routers.rego-tunnel-linux-runtipi-insecure.entrypoints: web
traefik.http.routers.rego-tunnel-linux-runtipi-insecure.service: rego-tunnel-linux-runtipi
traefik.http.routers.rego-tunnel-linux-runtipi-insecure.middlewares: rego-tunnel-linux-runtipi-web-redirect
traefik.http.routers.rego-tunnel-linux-runtipi.rule: Host(`${APP_DOMAIN}`)
traefik.http.routers.rego-tunnel-linux-runtipi.entrypoints: websecure
traefik.http.routers.rego-tunnel-linux-runtipi.service: rego-tunnel-linux-runtipi
traefik.http.routers.rego-tunnel-linux-runtipi.tls.certresolver: myresolver
runtipi.managed: true