ok
This commit is contained in:
31
Principaux/Dockge/README.md
Normal file
31
Principaux/Dockge/README.md
Normal file
@ -0,0 +1,31 @@
|
||||

|
||||
|
||||
# Dockge
|
||||
|
||||
|
||||
|
||||
# Installation
|
||||
|
||||
Pour utiliser Dockge tout seul
|
||||
```bash
|
||||
docker compose up -d
|
||||
```
|
||||
|
||||
Pour utiliser Dockge avec Traefik
|
||||
```bash
|
||||
docker compose -f docker-compose-traefik.yml up -d
|
||||
```
|
||||
|
||||
Pour utiliser Dockge avec Nginx
|
||||
```bash
|
||||
docker compose -f docker-compose-nginx.yml up -d
|
||||
```
|
||||
|
||||
# Utilisation
|
||||
|
||||
|
||||
# More info
|
||||
- more information on the website [Tips-Of-Mine](https://www.tips-of-mine.fr/)
|
||||
|
||||
# Buy me a coffe
|
||||
<a href='https://ko-fi.com/R5R2KNI3N' target='_blank'><img height='36' style='border:0px;height:36px;' src='https://storage.ko-fi.com/cdn/kofi4.png?v=3' border='0' alt='Buy Me a Coffee at ko-fi.com' /></a>
|
0
Principaux/Dockge/docker-compose-traefik.yml
Normal file
0
Principaux/Dockge/docker-compose-traefik.yml
Normal file
27
Principaux/Dockge/docker-compose.yaml
Normal file
27
Principaux/Dockge/docker-compose.yaml
Normal file
@ -0,0 +1,27 @@
|
||||
---
|
||||
services:
|
||||
dockge:
|
||||
container_name: dockge-demo-1
|
||||
image: louislam/dockge:1.3.3
|
||||
volumes:
|
||||
- /var/run/docker.sock:/var/run/docker.sock
|
||||
- dockge-data:/app/data
|
||||
- /home/xcad:/home/xcad
|
||||
environment:
|
||||
- DOCKGE_STACKS_DIR=/home/xcad
|
||||
labels:
|
||||
- traefik.enable=true
|
||||
- traefik.http.routers.dockge-demo-1-http.entrypoints=web
|
||||
- traefik.http.routers.dockge-demo-1-http.rule=Host(`dockge-demo-1.srv-demo-1.home.clcreative.de`)
|
||||
- traefik.http.routers.dockge-demo-1-https.entrypoints=websecure
|
||||
- traefik.http.routers.dockge-demo-1-https.rule=Host(`dockge-demo-1.srv-demo-1.home.clcreative.de`)
|
||||
- traefik.http.routers.dockge-demo-1-https.tls=true
|
||||
- traefik.http.routers.dockge-demo-1-https.tls.certresolver=cloudflare
|
||||
networks:
|
||||
- frontend
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
dockge-data:
|
||||
networks:
|
||||
frontend:
|
||||
external: true
|
0
Principaux/Dockge/docker-compose.yml
Normal file
0
Principaux/Dockge/docker-compose.yml
Normal file
32
Principaux/Dozzle/README.md
Normal file
32
Principaux/Dozzle/README.md
Normal file
@ -0,0 +1,32 @@
|
||||

|
||||
|
||||
# Adminer
|
||||
|
||||
Adminer est un outil de gestion de base de données complet écrit en PHP. Inversement à phpMyAdmin, il consiste en un seul fichier prêt à être déployé sur le serveur cible. Adminer est disponible pour MySQL, MariaDB, PostgreSQL, SQLite, MS SQL, Oracle, Elasticsearch, MongoDB et autres via plugin
|
||||
|
||||
# Installation
|
||||
|
||||
Pour utiliser Adminer tout seul
|
||||
```bash
|
||||
docker compose up -d
|
||||
```
|
||||
|
||||
Pour utiliser Adminer avec Traefik
|
||||
```bash
|
||||
docker compose -f docker-compose-traefik.yml up -d
|
||||
```
|
||||
|
||||
Pour utiliser Adminer avec Nginx
|
||||
```bash
|
||||
docker compose -f docker-compose-nginx.yml up -d
|
||||
```
|
||||
# Utilisation
|
||||
|
||||
## Accueil
|
||||

|
||||
|
||||
# More info
|
||||
- more information on the website [Tips-Of-Mine](https://www.tips-of-mine.fr/)
|
||||
|
||||
# Buy me a coffe
|
||||
<a href='https://ko-fi.com/R5R2KNI3N' target='_blank'><img height='36' style='border:0px;height:36px;' src='https://storage.ko-fi.com/cdn/kofi4.png?v=3' border='0' alt='Buy Me a Coffee at ko-fi.com' /></a>
|
0
Principaux/Dozzle/docker-compose-traefik.yml
Normal file
0
Principaux/Dozzle/docker-compose-traefik.yml
Normal file
0
Principaux/Dozzle/docker-compose.yml
Normal file
0
Principaux/Dozzle/docker-compose.yml
Normal file
32
Principaux/Portainer/README.md
Normal file
32
Principaux/Portainer/README.md
Normal file
@ -0,0 +1,32 @@
|
||||

|
||||
|
||||
# Adminer
|
||||
|
||||
Adminer est un outil de gestion de base de données complet écrit en PHP. Inversement à phpMyAdmin, il consiste en un seul fichier prêt à être déployé sur le serveur cible. Adminer est disponible pour MySQL, MariaDB, PostgreSQL, SQLite, MS SQL, Oracle, Elasticsearch, MongoDB et autres via plugin
|
||||
|
||||
# Installation
|
||||
|
||||
Pour utiliser Adminer tout seul
|
||||
```bash
|
||||
docker compose up -d
|
||||
```
|
||||
|
||||
Pour utiliser Adminer avec Traefik
|
||||
```bash
|
||||
docker compose -f docker-compose-traefik.yml up -d
|
||||
```
|
||||
|
||||
Pour utiliser Adminer avec Nginx
|
||||
```bash
|
||||
docker compose -f docker-compose-nginx.yml up -d
|
||||
```
|
||||
# Utilisation
|
||||
|
||||
## Accueil
|
||||

|
||||
|
||||
# More info
|
||||
- more information on the website [Tips-Of-Mine](https://www.tips-of-mine.fr/)
|
||||
|
||||
# Buy me a coffe
|
||||
<a href='https://ko-fi.com/R5R2KNI3N' target='_blank'><img height='36' style='border:0px;height:36px;' src='https://storage.ko-fi.com/cdn/kofi4.png?v=3' border='0' alt='Buy Me a Coffee at ko-fi.com' /></a>
|
0
Principaux/Portainer/docker-compose-traefik.yml
Normal file
0
Principaux/Portainer/docker-compose-traefik.yml
Normal file
40
Principaux/Portainer/docker-compose.yml
Normal file
40
Principaux/Portainer/docker-compose.yml
Normal file
@ -0,0 +1,40 @@
|
||||
# networks
|
||||
networks:
|
||||
docker-traefik_front_network:
|
||||
external: true
|
||||
|
||||
# services
|
||||
services:
|
||||
### Portainer
|
||||
portainer:
|
||||
container_name: portainer-app
|
||||
hostname: portainer-app
|
||||
image: portainer/portainer-ce:latest
|
||||
command: -H unix:///var/run/docker.sock
|
||||
restart: always
|
||||
volumes:
|
||||
- /var/run/docker.sock:/var/run/docker.sock
|
||||
- portainer_data:/data
|
||||
# ports:
|
||||
# - 9000:9000
|
||||
# - 9443:9443
|
||||
networks:
|
||||
- docker-traefik_front_network
|
||||
labels:
|
||||
- "traefik.enable=true"
|
||||
- "traefik.docker.network=docker-traefik_front_network"
|
||||
# HTTP
|
||||
- "traefik.http.routers.portainer-http.rule=Host(`portainer.10.0.4.29.traefik.me`)"
|
||||
- "traefik.http.routers.portainer-http.entrypoints=http"
|
||||
# HTTPS
|
||||
- "traefik.http.routers.portainer-https.rule=Host(`portainer.10.0.4.29.traefik.me`)"
|
||||
- "traefik.http.routers.portainer-https.entrypoints=https"
|
||||
- "traefik.http.routers.portainer-https.tls=true"
|
||||
- "traefik.http.routers.portainer-https.service=portainer-https-service"
|
||||
# Middleware
|
||||
# Service
|
||||
- "traefik.http.services.portainer-https-service.loadbalancer.server.port=9443"
|
||||
|
||||
# volumes
|
||||
volumes:
|
||||
portainer_data:
|
BIN
Principaux/Portainer/img/logo-portainer.png
Normal file
BIN
Principaux/Portainer/img/logo-portainer.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 4.0 KiB |
38
Principaux/Portainer/portainer-agent-stack.yml
Normal file
38
Principaux/Portainer/portainer-agent-stack.yml
Normal file
@ -0,0 +1,38 @@
|
||||
version: '3.2'
|
||||
|
||||
services:
|
||||
agent:
|
||||
image: portainer/agent:2.19.4
|
||||
volumes:
|
||||
- /var/run/docker.sock:/var/run/docker.sock
|
||||
- /var/lib/docker/volumes:/var/lib/docker/volumes
|
||||
networks:
|
||||
- agent_network
|
||||
deploy:
|
||||
mode: global
|
||||
placement:
|
||||
constraints: [node.platform.os == linux]
|
||||
|
||||
portainer:
|
||||
image: portainer/portainer-ce:2.19.4
|
||||
command: -H tcp://tasks.agent:9001 --tlsskipverify
|
||||
ports:
|
||||
- "9443:9443"
|
||||
- "9000:9000"
|
||||
- "8000:8000"
|
||||
volumes:
|
||||
- type: bind
|
||||
source: /mnt/Portainer
|
||||
target: /data
|
||||
networks:
|
||||
- agent_network
|
||||
deploy:
|
||||
mode: replicated
|
||||
replicas: 1
|
||||
placement:
|
||||
constraints: [node.role == manager]
|
||||
|
||||
networks:
|
||||
agent_network:
|
||||
driver: overlay
|
||||
attachable: true
|
3
Principaux/Rancher/LICENSE
Normal file
3
Principaux/Rancher/LICENSE
Normal file
@ -0,0 +1,3 @@
|
||||
Additional permission under GNU GPL version 3 section 7
|
||||
|
||||
If you modify this Program, or any covered work, by linking or combining it with [name of library] (or a modified version of that library), containing parts covered by the terms of [name of library's license], the licensors of this Program grant you additional permission to convey the resulting work. Corresponding Source for a non-source form of such a combination shall include the source code for the parts of [name of library] used as well as that of the covered work.
|
31
Principaux/Rancher/README.md
Normal file
31
Principaux/Rancher/README.md
Normal file
@ -0,0 +1,31 @@
|
||||

|
||||
|
||||
# AAAAA
|
||||
|
||||
|
||||
# Installation
|
||||
|
||||
Pour utiliser AAAAA tout seul
|
||||
```bash
|
||||
docker compose up -d
|
||||
```
|
||||
|
||||
Pour utiliser AAAAA avec Traefik
|
||||
```bash
|
||||
docker compose -f docker-compose-traefik.yml up -d
|
||||
```
|
||||
|
||||
Pour utiliser AAAAA avec Nginx
|
||||
```bash
|
||||
docker compose -f docker-compose-nginx.yml up -d
|
||||
```
|
||||
# Utilisation
|
||||
|
||||
## Accueil
|
||||
|
||||
|
||||
# More info
|
||||
- more information on the website [Tips-Of-Mine](https://www.tips-of-mine.fr/)
|
||||
|
||||
# Buy me a coffe
|
||||
<a href='https://ko-fi.com/R5R2KNI3N' target='_blank'><img height='36' style='border:0px;height:36px;' src='https://storage.ko-fi.com/cdn/kofi4.png?v=3' border='0' alt='Buy Me a Coffee at ko-fi.com' /></a>
|
0
Principaux/Rancher/docker-compose-traefik.yml
Normal file
0
Principaux/Rancher/docker-compose-traefik.yml
Normal file
0
Principaux/Rancher/docker-compose.yml
Normal file
0
Principaux/Rancher/docker-compose.yml
Normal file
3
Principaux/Rapid Dashboard/LICENSE
Normal file
3
Principaux/Rapid Dashboard/LICENSE
Normal file
@ -0,0 +1,3 @@
|
||||
Additional permission under GNU GPL version 3 section 7
|
||||
|
||||
If you modify this Program, or any covered work, by linking or combining it with [name of library] (or a modified version of that library), containing parts covered by the terms of [name of library's license], the licensors of this Program grant you additional permission to convey the resulting work. Corresponding Source for a non-source form of such a combination shall include the source code for the parts of [name of library] used as well as that of the covered work.
|
31
Principaux/Rapid Dashboard/README.md
Normal file
31
Principaux/Rapid Dashboard/README.md
Normal file
@ -0,0 +1,31 @@
|
||||

|
||||
|
||||
# AAAAA
|
||||
|
||||
|
||||
# Installation
|
||||
|
||||
Pour utiliser AAAAA tout seul
|
||||
```bash
|
||||
docker compose up -d
|
||||
```
|
||||
|
||||
Pour utiliser AAAAA avec Traefik
|
||||
```bash
|
||||
docker compose -f docker-compose-traefik.yml up -d
|
||||
```
|
||||
|
||||
Pour utiliser AAAAA avec Nginx
|
||||
```bash
|
||||
docker compose -f docker-compose-nginx.yml up -d
|
||||
```
|
||||
# Utilisation
|
||||
|
||||
## Accueil
|
||||
|
||||
|
||||
# More info
|
||||
- more information on the website [Tips-Of-Mine](https://www.tips-of-mine.fr/)
|
||||
|
||||
# Buy me a coffe
|
||||
<a href='https://ko-fi.com/R5R2KNI3N' target='_blank'><img height='36' style='border:0px;height:36px;' src='https://storage.ko-fi.com/cdn/kofi4.png?v=3' border='0' alt='Buy Me a Coffee at ko-fi.com' /></a>
|
0
Principaux/Rapid Dashboard/docker-compose.yml
Normal file
0
Principaux/Rapid Dashboard/docker-compose.yml
Normal file
3
Principaux/WUD/LICENSE
Normal file
3
Principaux/WUD/LICENSE
Normal file
@ -0,0 +1,3 @@
|
||||
Additional permission under GNU GPL version 3 section 7
|
||||
|
||||
If you modify this Program, or any covered work, by linking or combining it with [name of library] (or a modified version of that library), containing parts covered by the terms of [name of library's license], the licensors of this Program grant you additional permission to convey the resulting work. Corresponding Source for a non-source form of such a combination shall include the source code for the parts of [name of library] used as well as that of the covered work.
|
31
Principaux/WUD/README.md
Normal file
31
Principaux/WUD/README.md
Normal file
@ -0,0 +1,31 @@
|
||||

|
||||
|
||||
# AAAAA
|
||||
|
||||
|
||||
# Installation
|
||||
|
||||
Pour utiliser AAAAA tout seul
|
||||
```bash
|
||||
docker compose up -d
|
||||
```
|
||||
|
||||
Pour utiliser AAAAA avec Traefik
|
||||
```bash
|
||||
docker compose -f docker-compose-traefik.yml up -d
|
||||
```
|
||||
|
||||
Pour utiliser AAAAA avec Nginx
|
||||
```bash
|
||||
docker compose -f docker-compose-nginx.yml up -d
|
||||
```
|
||||
# Utilisation
|
||||
|
||||
## Accueil
|
||||
|
||||
|
||||
# More info
|
||||
- more information on the website [Tips-Of-Mine](https://www.tips-of-mine.fr/)
|
||||
|
||||
# Buy me a coffe
|
||||
<a href='https://ko-fi.com/R5R2KNI3N' target='_blank'><img height='36' style='border:0px;height:36px;' src='https://storage.ko-fi.com/cdn/kofi4.png?v=3' border='0' alt='Buy Me a Coffee at ko-fi.com' /></a>
|
0
Principaux/WUD/docker-compose-traefik.yml
Normal file
0
Principaux/WUD/docker-compose-traefik.yml
Normal file
0
Principaux/WUD/docker-compose.yml
Normal file
0
Principaux/WUD/docker-compose.yml
Normal file
3
Principaux/Watchtower/LICENSE
Normal file
3
Principaux/Watchtower/LICENSE
Normal file
@ -0,0 +1,3 @@
|
||||
Additional permission under GNU GPL version 3 section 7
|
||||
|
||||
If you modify this Program, or any covered work, by linking or combining it with [name of library] (or a modified version of that library), containing parts covered by the terms of [name of library's license], the licensors of this Program grant you additional permission to convey the resulting work. Corresponding Source for a non-source form of such a combination shall include the source code for the parts of [name of library] used as well as that of the covered work.
|
31
Principaux/Watchtower/README.md
Normal file
31
Principaux/Watchtower/README.md
Normal file
@ -0,0 +1,31 @@
|
||||

|
||||
|
||||
# AAAAA
|
||||
|
||||
|
||||
# Installation
|
||||
|
||||
Pour utiliser AAAAA tout seul
|
||||
```bash
|
||||
docker compose up -d
|
||||
```
|
||||
|
||||
Pour utiliser AAAAA avec Traefik
|
||||
```bash
|
||||
docker compose -f docker-compose-traefik.yml up -d
|
||||
```
|
||||
|
||||
Pour utiliser AAAAA avec Nginx
|
||||
```bash
|
||||
docker compose -f docker-compose-nginx.yml up -d
|
||||
```
|
||||
# Utilisation
|
||||
|
||||
## Accueil
|
||||
|
||||
|
||||
# More info
|
||||
- more information on the website [Tips-Of-Mine](https://www.tips-of-mine.fr/)
|
||||
|
||||
# Buy me a coffe
|
||||
<a href='https://ko-fi.com/R5R2KNI3N' target='_blank'><img height='36' style='border:0px;height:36px;' src='https://storage.ko-fi.com/cdn/kofi4.png?v=3' border='0' alt='Buy Me a Coffee at ko-fi.com' /></a>
|
0
Principaux/Watchtower/docker-compose-traefik.yml
Normal file
0
Principaux/Watchtower/docker-compose-traefik.yml
Normal file
0
Principaux/Watchtower/docker-compose.yml
Normal file
0
Principaux/Watchtower/docker-compose.yml
Normal file
32
Principaux/Yacht/README.md
Normal file
32
Principaux/Yacht/README.md
Normal file
@ -0,0 +1,32 @@
|
||||

|
||||
|
||||
# Adminer
|
||||
|
||||
Adminer est un outil de gestion de base de données complet écrit en PHP. Inversement à phpMyAdmin, il consiste en un seul fichier prêt à être déployé sur le serveur cible. Adminer est disponible pour MySQL, MariaDB, PostgreSQL, SQLite, MS SQL, Oracle, Elasticsearch, MongoDB et autres via plugin
|
||||
|
||||
# Installation
|
||||
|
||||
Pour utiliser Adminer tout seul
|
||||
```bash
|
||||
docker compose up -d
|
||||
```
|
||||
|
||||
Pour utiliser Adminer avec Traefik
|
||||
```bash
|
||||
docker compose -f docker-compose-traefik.yml up -d
|
||||
```
|
||||
|
||||
Pour utiliser Adminer avec Nginx
|
||||
```bash
|
||||
docker compose -f docker-compose-nginx.yml up -d
|
||||
```
|
||||
# Utilisation
|
||||
|
||||
## Accueil
|
||||

|
||||
|
||||
# More info
|
||||
- more information on the website [Tips-Of-Mine](https://www.tips-of-mine.fr/)
|
||||
|
||||
# Buy me a coffe
|
||||
<a href='https://ko-fi.com/R5R2KNI3N' target='_blank'><img height='36' style='border:0px;height:36px;' src='https://storage.ko-fi.com/cdn/kofi4.png?v=3' border='0' alt='Buy Me a Coffee at ko-fi.com' /></a>
|
0
Principaux/Yacht/docker-compose-traefik.yml
Normal file
0
Principaux/Yacht/docker-compose-traefik.yml
Normal file
14
Principaux/Yacht/docker-compose.yml
Normal file
14
Principaux/Yacht/docker-compose.yml
Normal file
@ -0,0 +1,14 @@
|
||||
version: "3"
|
||||
services:
|
||||
yacht:
|
||||
container_name: yacht
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
- 8007:8000
|
||||
volumes:
|
||||
- /srv/appdata/yacht:/config
|
||||
- /var/run/docker.sock:/var/run/docker.sock
|
||||
image: selfhostedpro/yacht:devel
|
||||
|
||||
volumes:
|
||||
yacht:
|
Reference in New Issue
Block a user