Prepare swag update

This commit is contained in:
Florent Guiotte 2023-04-12 12:01:59 +02:00
parent 22e2e959b5
commit b9f8430451
3 changed files with 46 additions and 38 deletions

View File

@ -18,8 +18,16 @@ options {
//Set the IP addresses of your ISP's DNS servers: //Set the IP addresses of your ISP's DNS servers:
forwarders { forwarders {
80.67.169.12; // fdn.fr // Aalto University
80.67.169.40; // fdn.fr //130.233.224.132;
//130.233.224.140;
//130.233.224.141;
// France
//80.67.169.12; // fdn.fr
//80.67.169.40; // fdn.fr
// Global
1.1.1.1; // Cloudflare 1.1.1.1; // Cloudflare
}; };

View File

@ -78,21 +78,21 @@ services:
ports: ports:
- 6881:6881 - 6881:6881
# WIP
radarr: # radarr:
image: lscr.io/linuxserver/radarr:latest # image: lscr.io/linuxserver/radarr:latest
container_name: radarr # container_name: radarr
environment: # environment:
- PUID=1000 # - PUID=1000
- PGID=1000 # - PGID=1000
- TZ=Europe/Paris # - TZ=Europe/Paris
volumes: # volumes:
- ./radarr:/config # - ./radarr:/config
- /mnt/storage/video/Films/:/movies # - /mnt/storage/video/Films/:/movies
- /mnt/storage/download/:/downloads # - /mnt/storage/download/:/downloads
ports: # ports:
- 7878:7878 # - 7878:7878
restart: unless-stopped # restart: unless-stopped
syncthing: syncthing:
@ -149,26 +149,26 @@ services:
- PUID=1000 - PUID=1000
- TZ=Europe/Paris - TZ=Europe/Paris
# WIP
zotero: # zotero:
#image: lscr.io/linuxserver/nginx:latest # #image: lscr.io/linuxserver/nginx:latest
#image: sashgorokhov/webdav # #image: sashgorokhov/webdav
build: zotero # build: zotero
container_name: zotero # container_name: zotero
environment: # environment:
- PUID=1000 # - PUID=1000
- PGID=1000 # - PGID=1000
- TZ=Europe/Paris # - TZ=Europe/Paris
- USERNAME=user # - USERNAME=user
- PASSWORD=passwd # - PASSWORD=passwd
volumes: # volumes:
- zotero-data:/data # - zotero-data:/data
#- zotero-data:/media # #- zotero-data:/media
restart: unless-stopped # restart: unless-stopped
# https://github.com/linuxserver/docker-baseimage-alpine-nginx/blob/master/Dockerfile # # https://github.com/linuxserver/docker-baseimage-alpine-nginx/blob/master/Dockerfile
# https://github.com/linuxserver/docker-nginx/blob/master/Dockerfile # # https://github.com/linuxserver/docker-nginx/blob/master/Dockerfile
# https://github.com/sashgorokhov/docker-nginx-webdav/blob/master/Dockerfile # # https://github.com/sashgorokhov/docker-nginx-webdav/blob/master/Dockerfile
# XXX: Missing "nginx-extra" in my build? # # XXX: Missing "nginx-extra" in my build?
taskserver: taskserver:

Binary file not shown.