set a.guiotte.fr and radarr
This commit is contained in:
parent
e4ac14d259
commit
591879abd6
1
.gitignore
vendored
1
.gitignore
vendored
@ -8,3 +8,4 @@ swag/.donoteditthisfile.conf
|
|||||||
swag/nginx/worker_processes.conf
|
swag/nginx/worker_processes.conf
|
||||||
syncthing/
|
syncthing/
|
||||||
flood/.local
|
flood/.local
|
||||||
|
swag/www
|
||||||
|
|||||||
@ -19,13 +19,14 @@ services:
|
|||||||
image: lscr.io/linuxserver/swag
|
image: lscr.io/linuxserver/swag
|
||||||
container_name: swag
|
container_name: swag
|
||||||
restart: always
|
restart: always
|
||||||
|
dns: 1.1.1.1
|
||||||
cap_add:
|
cap_add:
|
||||||
- NET_ADMIN
|
- NET_ADMIN
|
||||||
environment:
|
environment:
|
||||||
- PUID=1000
|
- PUID=1000
|
||||||
- PGID=1000
|
- PGID=1000
|
||||||
- TZ=CEST
|
- TZ=CEST
|
||||||
- URL=normalized.xyz
|
- URL=a.guiotte.fr
|
||||||
- SUBDOMAINS=wildcard
|
- SUBDOMAINS=wildcard
|
||||||
- VALIDATION=dns
|
- VALIDATION=dns
|
||||||
- DNSPLUGIN=ovh
|
- DNSPLUGIN=ovh
|
||||||
@ -77,9 +78,28 @@ services:
|
|||||||
ports:
|
ports:
|
||||||
- 6881:6881
|
- 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:
|
syncthing:
|
||||||
image: lscr.io/linuxserver/syncthing:latest
|
image: lscr.io/linuxserver/syncthing:latest
|
||||||
container_name: syncthing
|
container_name: syncthing
|
||||||
|
dns: 1.1.1.1
|
||||||
hostname: drmanhattan #optional
|
hostname: drmanhattan #optional
|
||||||
environment:
|
environment:
|
||||||
- PUID=1000
|
- PUID=1000
|
||||||
|
|||||||
Binary file not shown.
@ -1,39 +1 @@
|
|||||||
<html>
|
This is not the web page you are looking for.
|
||||||
<head>
|
|
||||||
<title>Welcome to your SWAG instance</title>
|
|
||||||
<style>
|
|
||||||
body{
|
|
||||||
font-family: Helvetica, Arial, sans-serif;
|
|
||||||
}
|
|
||||||
.message{
|
|
||||||
width:440px;
|
|
||||||
padding:20px 40px;
|
|
||||||
margin:0 auto;
|
|
||||||
background-color:#f9f9f9;
|
|
||||||
border:1px solid #ddd;
|
|
||||||
color: #1e3d62;
|
|
||||||
}
|
|
||||||
center{
|
|
||||||
margin:40px 0;
|
|
||||||
}
|
|
||||||
h1{
|
|
||||||
font-size: 18px;
|
|
||||||
line-height: 26px;
|
|
||||||
}
|
|
||||||
p{
|
|
||||||
font-size: 12px;
|
|
||||||
}
|
|
||||||
a{
|
|
||||||
color: rgb(207, 48, 139);
|
|
||||||
}
|
|
||||||
</style>
|
|
||||||
</head>
|
|
||||||
<body>
|
|
||||||
<div class="message">
|
|
||||||
<h1>Welcome to your <a target="_blank" href="https://github.com/linuxserver/docker-swag">SWAG</a> instance</h1>
|
|
||||||
<p>A webserver and reverse proxy solution brought to you by <a target="_blank" href="https://www.linuxserver.io/">linuxserver.io</a> with php support and a built-in Certbot client.</p>
|
|
||||||
<p>We have an article on how to use swag here: <a target="_blank" href="https://docs.linuxserver.io/general/swag">docs.linuxserver.io</a></p>
|
|
||||||
<p>For help and support, please visit: <a target="_blank" href="https://www.linuxserver.io/support">linuxserver.io/support</a></p>
|
|
||||||
</div>
|
|
||||||
</body>
|
|
||||||
</html>
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user