Update mediaserver & external ferdium
This commit is contained in:
parent
2755656b23
commit
4e9568aef7
|
@ -31,7 +31,7 @@ services:
|
||||||
- "traefik.http.services.ferdium.loadbalancer.server.port=3333"
|
- "traefik.http.services.ferdium.loadbalancer.server.port=3333"
|
||||||
- "traefik.http.routers.ferdium.tls=true"
|
- "traefik.http.routers.ferdium.tls=true"
|
||||||
- "traefik.http.routers.ferdium.tls.certresolver=http"
|
- "traefik.http.routers.ferdium.tls.certresolver=http"
|
||||||
- "traefik.http.routers.ferdium.entrypoints=internalsecure"
|
- "traefik.http.routers.ferdium.entrypoints=internalsecure,externalsecure"
|
||||||
volumes:
|
volumes:
|
||||||
- $DATA/ferdium/data:/data
|
- $DATA/ferdium/data:/data
|
||||||
- $DATA/ferdium/recipes:/app/recipes
|
- $DATA/ferdium/recipes:/app/recipes
|
||||||
|
|
|
@ -204,14 +204,14 @@ services:
|
||||||
- mediaserver
|
- mediaserver
|
||||||
- external
|
- external
|
||||||
|
|
||||||
sonarr_youtubedl:
|
#sonarr_youtubedl:
|
||||||
image: whatdaybob/sonarr_youtubedl:latest
|
# image: whatdaybob/sonarr_youtubedl:latest
|
||||||
container_name: sonarr_youtubedl
|
# container_name: sonarr_youtubedl
|
||||||
volumes:
|
# volumes:
|
||||||
- $DATA/mediaserver/youtubedl:/config
|
# - $DATA/mediaserver/youtubedl:/config
|
||||||
- /mnt/movies/series:/sonarr_root
|
# - /mnt/movies/series:/sonarr_root
|
||||||
networks:
|
# networks:
|
||||||
- mediaserver
|
# - mediaserver
|
||||||
|
|
||||||
networks:
|
networks:
|
||||||
mediaserver:
|
mediaserver:
|
||||||
|
|
|
@ -1,10 +1,3 @@
|
||||||
pageInfo:
|
|
||||||
title: Service Desk
|
|
||||||
description: Welcome to service-desk dashboard!
|
|
||||||
navLinks:
|
|
||||||
- title: HomeLab
|
|
||||||
path: https://hub.bhasher.com
|
|
||||||
target: sametab
|
|
||||||
appConfig:
|
appConfig:
|
||||||
theme: adventure
|
theme: adventure
|
||||||
layout: auto
|
layout: auto
|
||||||
|
@ -12,6 +5,14 @@ appConfig:
|
||||||
language: en
|
language: en
|
||||||
statusCheck: true
|
statusCheck: true
|
||||||
colCount: 4
|
colCount: 4
|
||||||
|
pageInfo:
|
||||||
|
title: Service Desk
|
||||||
|
description: Welcome to service-desk dashboard!
|
||||||
|
navLinks:
|
||||||
|
- title: HomeLab
|
||||||
|
path: https://hub.bhasher.com
|
||||||
|
target: sametab
|
||||||
|
footerText: ''
|
||||||
sections:
|
sections:
|
||||||
- name: Public services
|
- name: Public services
|
||||||
icon: fa-server
|
icon: fa-server
|
||||||
|
@ -27,11 +28,11 @@ sections:
|
||||||
url: https://uclouvain.be/4040
|
url: https://uclouvain.be/4040
|
||||||
statusCheck: false
|
statusCheck: false
|
||||||
id: 0_1507_
|
id: 0_1507_
|
||||||
- title: 8282 - SD
|
- title: 8282 - Services
|
||||||
description: Catalogue de services / ivanti
|
description: Catalogue de services / ivanti
|
||||||
url: https://uclouvain.be/8282
|
url: https://uclouvain.be/8282
|
||||||
statusCheck: false
|
statusCheck: false
|
||||||
id: 1_1507_sd
|
id: 1_1507_services
|
||||||
- title: Wifi (public)
|
- title: Wifi (public)
|
||||||
icon: ''
|
icon: ''
|
||||||
url: https://uclouvain.be/fr/decouvrir/wifi.html
|
url: https://uclouvain.be/fr/decouvrir/wifi.html
|
||||||
|
@ -44,8 +45,14 @@ sections:
|
||||||
id: 3_1507_wifiintra
|
id: 3_1507_wifiintra
|
||||||
- title: Permanances WiFi
|
- title: Permanances WiFi
|
||||||
icon: ''
|
icon: ''
|
||||||
|
url: >-
|
||||||
|
https://intranet.uclouvain.be/fr/myucl/services-informatiques/wifi-permanence.html
|
||||||
statusCheck: false
|
statusCheck: false
|
||||||
id: 4_1507_permananceswifi
|
id: 4_1507_permananceswifi
|
||||||
|
- title: ADE infos
|
||||||
|
url: https://uclouvain.be/fr/facultes/sc/comment-fonctionne-ade.html
|
||||||
|
statusCheck: false
|
||||||
|
id: 5_1507_adeinfos
|
||||||
- name: Private services
|
- name: Private services
|
||||||
displayData:
|
displayData:
|
||||||
sortBy: default
|
sortBy: default
|
||||||
|
@ -72,3 +79,11 @@ sections:
|
||||||
url: http://msconsole.siws.ucl.ac.be/
|
url: http://msconsole.siws.ucl.ac.be/
|
||||||
statusCheck: false
|
statusCheck: false
|
||||||
id: 3_1631_msconsole
|
id: 3_1631_msconsole
|
||||||
|
- title: Password reset
|
||||||
|
url: https://sites.uclouvain.be/sisu/tools/rstpwd/
|
||||||
|
statusCheck: false
|
||||||
|
id: 4_1631_passwordreset
|
||||||
|
- title: Jira
|
||||||
|
url: https://uclouvain.atlassian.net/jira/dashboards/10025
|
||||||
|
statusCheck: false
|
||||||
|
id: 5_1631_jira
|
||||||
|
|
Loading…
Reference in New Issue