diff --git a/.gitignore b/.gitignore index f467fe2..58e7a2b 100644 --- a/.gitignore +++ b/.gitignore @@ -8,3 +8,4 @@ swag/.donoteditthisfile.conf swag/nginx/worker_processes.conf syncthing/ flood/.local +swag/www diff --git a/docker-compose.yml b/docker-compose.yml index fa6c01e..6a32a3c 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -19,13 +19,14 @@ services: image: lscr.io/linuxserver/swag container_name: swag restart: always + dns: 1.1.1.1 cap_add: - NET_ADMIN environment: - PUID=1000 - PGID=1000 - TZ=CEST - - URL=normalized.xyz + - URL=a.guiotte.fr - SUBDOMAINS=wildcard - VALIDATION=dns - DNSPLUGIN=ovh @@ -77,9 +78,28 @@ services: ports: - 6881:6881 + + radarr: + image: lscr.io/linuxserver/radarr:latest + container_name: radarr + dns: 1.1.1.1 + environment: + - PUID=1000 + - PGID=1000 + - TZ=Europe/Paris + volumes: + - ./radarr:/config + - /mnt/storage/video/Films/:/movies + - /mnt/storage/download/:/downloads + ports: + - 7878:7878 + restart: unless-stopped + + syncthing: image: lscr.io/linuxserver/syncthing:latest container_name: syncthing + dns: 1.1.1.1 hostname: drmanhattan #optional environment: - PUID=1000 diff --git a/swag/dns-conf/ovh.ini b/swag/dns-conf/ovh.ini index fc0f7cc..b2151c4 100644 Binary files a/swag/dns-conf/ovh.ini and b/swag/dns-conf/ovh.ini differ diff --git a/swag/www/index.html b/swag/www/index.html index 5bc81ff..6c33fb0 100644 --- a/swag/www/index.html +++ b/swag/www/index.html @@ -1,39 +1 @@ - - - Welcome to your SWAG instance - - - -
-

Welcome to your SWAG instance

-

A webserver and reverse proxy solution brought to you by linuxserver.io with php support and a built-in Certbot client.

-

We have an article on how to use swag here: docs.linuxserver.io

-

For help and support, please visit: linuxserver.io/support

-
- - +This is not the web page you are looking for.