Merge pull request #1 from DrMxrcy/master

Update branch with master
This commit is contained in:
DrMxrcy 2023-03-31 15:46:31 -04:00 committed by GitHub
commit a1a1f9a43b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -5,7 +5,7 @@
"available": true,
"exposable": true,
"id": "barrage",
"tipi_version": 1,
"tipi_version": 2,
"version": "0.3.0",
"categories": ["utilities"],
"description": "Minimal Deluge WebUI with full mobile support",

View File

@ -10,7 +10,7 @@ services:
- DELUGE_PASSWORD=${DELUGE_PASSWORD}
- BARRAGE_PASSWORD=${BARRAGE_PASSWORD}
ports:
- ${APP_PORT}:80
- ${APP_PORT}:3000
restart: unless-stopped
networks:
- tipi_main_network
@ -20,4 +20,4 @@ services:
traefik.http.routers.barrage.entrypoints: websecure
traefik.http.routers.barrage.service: barrage
traefik.http.routers.barrage.tls.certresolver: myresolver
traefik.http.services.barrage.loadbalancer.server.port: 80
traefik.http.services.barrage.loadbalancer.server.port: 3000