update
This commit is contained in:
		
							
								
								
									
										3
									
								
								Homepage/Astro/LICENSE
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										3
									
								
								Homepage/Astro/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.
 | 
			
		||||
							
								
								
									
										52
									
								
								Homepage/Astro/README.md
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										52
									
								
								Homepage/Astro/README.md
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,52 @@
 | 
			
		||||

 | 
			
		||||
 | 
			
		||||
# Astro 
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
# Téléchargement, Configuration et Lancement
 | 
			
		||||
 | 
			
		||||
## Téléchargement de Astro
 | 
			
		||||
 | 
			
		||||
Saisir la commande pour télécharger la source
 | 
			
		||||
```bash
 | 
			
		||||
git clone https://git.tips-of-mine.fr/Tips-Of-Mine/Docker.git
 | 
			
		||||
```
 | 
			
		||||
 | 
			
		||||
Saisir la commande pour vous rendre dans le dossier
 | 
			
		||||
```bash
 | 
			
		||||
cd Homepage\Astro
 | 
			
		||||
```
 | 
			
		||||
 | 
			
		||||
## Modifier la configuration de Astro
 | 
			
		||||
 | 
			
		||||
Saisir la commande pour vous rendre dans le dossier
 | 
			
		||||
```bash
 | 
			
		||||
cd Homepage\Astro
 | 
			
		||||
```
 | 
			
		||||
## Lancement de Astro
 | 
			
		||||
 | 
			
		||||
Pour utiliser Astro tout seul
 | 
			
		||||
```bash
 | 
			
		||||
docker compose up -d
 | 
			
		||||
```
 | 
			
		||||
 | 
			
		||||
Pour utiliser Astro avec Traefik
 | 
			
		||||
```bash
 | 
			
		||||
docker compose -f docker-compose-traefik.yml up -d
 | 
			
		||||
```
 | 
			
		||||
 | 
			
		||||
Pour utiliser Astro 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>
 | 
			
		||||
							
								
								
									
										10
									
								
								Homepage/Astro/docker-compose-traefik.yml
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										10
									
								
								Homepage/Astro/docker-compose-traefik.yml
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,10 @@
 | 
			
		||||
#### NETWORKS
 | 
			
		||||
networks:
 | 
			
		||||
  docker-traefik_front_network:
 | 
			
		||||
    external: true
 | 
			
		||||
  back_network:
 | 
			
		||||
    driver: bridge
 | 
			
		||||
    attachable: true
 | 
			
		||||
 | 
			
		||||
#### SERVICES
 | 
			
		||||
services:
 | 
			
		||||
							
								
								
									
										8
									
								
								Homepage/Astro/docker-compose.yml
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										8
									
								
								Homepage/Astro/docker-compose.yml
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,8 @@
 | 
			
		||||
#### NETWORKS
 | 
			
		||||
networks:
 | 
			
		||||
  back_network:
 | 
			
		||||
    driver: bridge
 | 
			
		||||
    attachable: true
 | 
			
		||||
 | 
			
		||||
#### SERVICES
 | 
			
		||||
services:
 | 
			
		||||
							
								
								
									
										3
									
								
								Homepage/Bender/LICENSE
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										3
									
								
								Homepage/Bender/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.
 | 
			
		||||
							
								
								
									
										52
									
								
								Homepage/Bender/README.md
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										52
									
								
								Homepage/Bender/README.md
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,52 @@
 | 
			
		||||

 | 
			
		||||
 | 
			
		||||
# Bender 
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
# Téléchargement, Configuration et Lancement
 | 
			
		||||
 | 
			
		||||
## Téléchargement de Bender
 | 
			
		||||
 | 
			
		||||
Saisir la commande pour télécharger la source
 | 
			
		||||
```bash
 | 
			
		||||
git clone https://git.tips-of-mine.fr/Tips-Of-Mine/Docker.git
 | 
			
		||||
```
 | 
			
		||||
 | 
			
		||||
Saisir la commande pour vous rendre dans le dossier
 | 
			
		||||
```bash
 | 
			
		||||
cd Homepage\Bender
 | 
			
		||||
```
 | 
			
		||||
 | 
			
		||||
## Modifier la configuration de Bender
 | 
			
		||||
 | 
			
		||||
Saisir la commande pour vous rendre dans le dossier
 | 
			
		||||
```bash
 | 
			
		||||
cd Homepage\Bender
 | 
			
		||||
```
 | 
			
		||||
## Lancement de Bender
 | 
			
		||||
 | 
			
		||||
Pour utiliser Bender tout seul
 | 
			
		||||
```bash
 | 
			
		||||
docker compose up -d
 | 
			
		||||
```
 | 
			
		||||
 | 
			
		||||
Pour utiliser Bender avec Traefik
 | 
			
		||||
```bash
 | 
			
		||||
docker compose -f docker-compose-traefik.yml up -d
 | 
			
		||||
```
 | 
			
		||||
 | 
			
		||||
Pour utiliser Bender 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>
 | 
			
		||||
							
								
								
									
										10
									
								
								Homepage/Bender/docker-compose-traefik.yml
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										10
									
								
								Homepage/Bender/docker-compose-traefik.yml
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,10 @@
 | 
			
		||||
#### NETWORKS
 | 
			
		||||
networks:
 | 
			
		||||
  docker-traefik_front_network:
 | 
			
		||||
    external: true
 | 
			
		||||
  back_network:
 | 
			
		||||
    driver: bridge
 | 
			
		||||
    attachable: true
 | 
			
		||||
 | 
			
		||||
#### SERVICES
 | 
			
		||||
services:
 | 
			
		||||
							
								
								
									
										8
									
								
								Homepage/Bender/docker-compose.yml
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										8
									
								
								Homepage/Bender/docker-compose.yml
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,8 @@
 | 
			
		||||
#### NETWORKS
 | 
			
		||||
networks:
 | 
			
		||||
  back_network:
 | 
			
		||||
    driver: bridge
 | 
			
		||||
    attachable: true
 | 
			
		||||
 | 
			
		||||
#### SERVICES
 | 
			
		||||
services:
 | 
			
		||||
							
								
								
									
										3
									
								
								Homepage/Dashy/LICENSE
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										3
									
								
								Homepage/Dashy/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.
 | 
			
		||||
							
								
								
									
										52
									
								
								Homepage/Dashy/README.md
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										52
									
								
								Homepage/Dashy/README.md
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,52 @@
 | 
			
		||||

 | 
			
		||||
 | 
			
		||||
# Dashy 
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
# Téléchargement, Configuration et Lancement
 | 
			
		||||
 | 
			
		||||
## Téléchargement de Dashy
 | 
			
		||||
 | 
			
		||||
Saisir la commande pour télécharger la source
 | 
			
		||||
```bash
 | 
			
		||||
git clone https://git.tips-of-mine.fr/Tips-Of-Mine/Docker.git
 | 
			
		||||
```
 | 
			
		||||
 | 
			
		||||
Saisir la commande pour vous rendre dans le dossier
 | 
			
		||||
```bash
 | 
			
		||||
cd Homepage\Dashy
 | 
			
		||||
```
 | 
			
		||||
 | 
			
		||||
## Modifier la configuration de Dashy
 | 
			
		||||
 | 
			
		||||
Saisir la commande pour vous rendre dans le dossier
 | 
			
		||||
```bash
 | 
			
		||||
cd Homepage\Dashy
 | 
			
		||||
```
 | 
			
		||||
## Lancement de Dashy
 | 
			
		||||
 | 
			
		||||
Pour utiliser Dashy tout seul
 | 
			
		||||
```bash
 | 
			
		||||
docker compose up -d
 | 
			
		||||
```
 | 
			
		||||
 | 
			
		||||
Pour utiliser Dashy avec Traefik
 | 
			
		||||
```bash
 | 
			
		||||
docker compose -f docker-compose-traefik.yml up -d
 | 
			
		||||
```
 | 
			
		||||
 | 
			
		||||
Pour utiliser Dashy 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>
 | 
			
		||||
							
								
								
									
										10
									
								
								Homepage/Dashy/docker-compose-traefik.yml
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										10
									
								
								Homepage/Dashy/docker-compose-traefik.yml
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,10 @@
 | 
			
		||||
#### NETWORKS
 | 
			
		||||
networks:
 | 
			
		||||
  docker-traefik_front_network:
 | 
			
		||||
    external: true
 | 
			
		||||
  back_network:
 | 
			
		||||
    driver: bridge
 | 
			
		||||
    attachable: true
 | 
			
		||||
 | 
			
		||||
#### SERVICES
 | 
			
		||||
services:
 | 
			
		||||
							
								
								
									
										8
									
								
								Homepage/Dashy/docker-compose.yml
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										8
									
								
								Homepage/Dashy/docker-compose.yml
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,8 @@
 | 
			
		||||
#### NETWORKS
 | 
			
		||||
networks:
 | 
			
		||||
  back_network:
 | 
			
		||||
    driver: bridge
 | 
			
		||||
    attachable: true
 | 
			
		||||
 | 
			
		||||
#### SERVICES
 | 
			
		||||
services:
 | 
			
		||||
							
								
								
									
										3
									
								
								Homepage/Easy Gate/LICENSE
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										3
									
								
								Homepage/Easy Gate/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.
 | 
			
		||||
							
								
								
									
										52
									
								
								Homepage/Easy Gate/README.md
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										52
									
								
								Homepage/Easy Gate/README.md
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,52 @@
 | 
			
		||||

 | 
			
		||||
 | 
			
		||||
# Easy-Gate 
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
# Téléchargement, Configuration et Lancement
 | 
			
		||||
 | 
			
		||||
## Téléchargement de Easy-Gate
 | 
			
		||||
 | 
			
		||||
Saisir la commande pour télécharger la source
 | 
			
		||||
```bash
 | 
			
		||||
git clone https://git.tips-of-mine.fr/Tips-Of-Mine/Docker.git
 | 
			
		||||
```
 | 
			
		||||
 | 
			
		||||
Saisir la commande pour vous rendre dans le dossier
 | 
			
		||||
```bash
 | 
			
		||||
cd Homepage\Easy-Gate
 | 
			
		||||
```
 | 
			
		||||
 | 
			
		||||
## Modifier la configuration de Easy-Gate
 | 
			
		||||
 | 
			
		||||
Saisir la commande pour vous rendre dans le dossier
 | 
			
		||||
```bash
 | 
			
		||||
cd Homepage\Easy-Gate
 | 
			
		||||
```
 | 
			
		||||
## Lancement de Easy-Gate
 | 
			
		||||
 | 
			
		||||
Pour utiliser Easy-Gate tout seul
 | 
			
		||||
```bash
 | 
			
		||||
docker compose up -d
 | 
			
		||||
```
 | 
			
		||||
 | 
			
		||||
Pour utiliser Easy-Gate avec Traefik
 | 
			
		||||
```bash
 | 
			
		||||
docker compose -f docker-compose-traefik.yml up -d
 | 
			
		||||
```
 | 
			
		||||
 | 
			
		||||
Pour utiliser Easy-Gate 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>
 | 
			
		||||
							
								
								
									
										10
									
								
								Homepage/Easy Gate/docker-compose-traefik.yml
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										10
									
								
								Homepage/Easy Gate/docker-compose-traefik.yml
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,10 @@
 | 
			
		||||
#### NETWORKS
 | 
			
		||||
networks:
 | 
			
		||||
  docker-traefik_front_network:
 | 
			
		||||
    external: true
 | 
			
		||||
  back_network:
 | 
			
		||||
    driver: bridge
 | 
			
		||||
    attachable: true
 | 
			
		||||
 | 
			
		||||
#### SERVICES
 | 
			
		||||
services:
 | 
			
		||||
							
								
								
									
										8
									
								
								Homepage/Easy Gate/docker-compose.yml
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										8
									
								
								Homepage/Easy Gate/docker-compose.yml
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,8 @@
 | 
			
		||||
#### NETWORKS
 | 
			
		||||
networks:
 | 
			
		||||
  back_network:
 | 
			
		||||
    driver: bridge
 | 
			
		||||
    attachable: true
 | 
			
		||||
 | 
			
		||||
#### SERVICES
 | 
			
		||||
services:
 | 
			
		||||
							
								
								
									
										3
									
								
								Homepage/Fenrus/LICENSE
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										3
									
								
								Homepage/Fenrus/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.
 | 
			
		||||
							
								
								
									
										52
									
								
								Homepage/Fenrus/README.md
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										52
									
								
								Homepage/Fenrus/README.md
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,52 @@
 | 
			
		||||

 | 
			
		||||
 | 
			
		||||
# Fenrus 
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
# Téléchargement, Configuration et Lancement
 | 
			
		||||
 | 
			
		||||
## Téléchargement de Fenrus
 | 
			
		||||
 | 
			
		||||
Saisir la commande pour télécharger la source
 | 
			
		||||
```bash
 | 
			
		||||
git clone https://git.tips-of-mine.fr/Tips-Of-Mine/Docker.git
 | 
			
		||||
```
 | 
			
		||||
 | 
			
		||||
Saisir la commande pour vous rendre dans le dossier
 | 
			
		||||
```bash
 | 
			
		||||
cd Homepage\Fenrus
 | 
			
		||||
```
 | 
			
		||||
 | 
			
		||||
## Modifier la configuration de Fenrus
 | 
			
		||||
 | 
			
		||||
Saisir la commande pour vous rendre dans le dossier
 | 
			
		||||
```bash
 | 
			
		||||
cd Homepage\Fenrus
 | 
			
		||||
```
 | 
			
		||||
## Lancement de Fenrus
 | 
			
		||||
 | 
			
		||||
Pour utiliser Fenrus tout seul
 | 
			
		||||
```bash
 | 
			
		||||
docker compose up -d
 | 
			
		||||
```
 | 
			
		||||
 | 
			
		||||
Pour utiliser Fenrus avec Traefik
 | 
			
		||||
```bash
 | 
			
		||||
docker compose -f docker-compose-traefik.yml up -d
 | 
			
		||||
```
 | 
			
		||||
 | 
			
		||||
Pour utiliser Fenrus 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>
 | 
			
		||||
							
								
								
									
										10
									
								
								Homepage/Fenrus/docker-compose-traefik.yml
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										10
									
								
								Homepage/Fenrus/docker-compose-traefik.yml
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,10 @@
 | 
			
		||||
#### NETWORKS
 | 
			
		||||
networks:
 | 
			
		||||
  docker-traefik_front_network:
 | 
			
		||||
    external: true
 | 
			
		||||
  back_network:
 | 
			
		||||
    driver: bridge
 | 
			
		||||
    attachable: true
 | 
			
		||||
 | 
			
		||||
#### SERVICES
 | 
			
		||||
services:
 | 
			
		||||
							
								
								
									
										8
									
								
								Homepage/Fenrus/docker-compose.yml
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										8
									
								
								Homepage/Fenrus/docker-compose.yml
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,8 @@
 | 
			
		||||
#### NETWORKS
 | 
			
		||||
networks:
 | 
			
		||||
  back_network:
 | 
			
		||||
    driver: bridge
 | 
			
		||||
    attachable: true
 | 
			
		||||
 | 
			
		||||
#### SERVICES
 | 
			
		||||
services:
 | 
			
		||||
							
								
								
									
										3
									
								
								Homepage/Flame/LICENSE
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										3
									
								
								Homepage/Flame/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.
 | 
			
		||||
							
								
								
									
										52
									
								
								Homepage/Flame/README.md
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										52
									
								
								Homepage/Flame/README.md
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,52 @@
 | 
			
		||||

 | 
			
		||||
 | 
			
		||||
# Flame 
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
# Téléchargement, Configuration et Lancement
 | 
			
		||||
 | 
			
		||||
## Téléchargement de Flame
 | 
			
		||||
 | 
			
		||||
Saisir la commande pour télécharger la source
 | 
			
		||||
```bash
 | 
			
		||||
git clone https://git.tips-of-mine.fr/Tips-Of-Mine/Docker.git
 | 
			
		||||
```
 | 
			
		||||
 | 
			
		||||
Saisir la commande pour vous rendre dans le dossier
 | 
			
		||||
```bash
 | 
			
		||||
cd Homepage\Flame
 | 
			
		||||
```
 | 
			
		||||
 | 
			
		||||
## Modifier la configuration de Flame
 | 
			
		||||
 | 
			
		||||
Saisir la commande pour vous rendre dans le dossier
 | 
			
		||||
```bash
 | 
			
		||||
cd Homepage\Flame
 | 
			
		||||
```
 | 
			
		||||
## Lancement de Flame
 | 
			
		||||
 | 
			
		||||
Pour utiliser Flame tout seul
 | 
			
		||||
```bash
 | 
			
		||||
docker compose up -d
 | 
			
		||||
```
 | 
			
		||||
 | 
			
		||||
Pour utiliser Flame avec Traefik
 | 
			
		||||
```bash
 | 
			
		||||
docker compose -f docker-compose-traefik.yml up -d
 | 
			
		||||
```
 | 
			
		||||
 | 
			
		||||
Pour utiliser Flame 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>
 | 
			
		||||
							
								
								
									
										10
									
								
								Homepage/Flame/docker-compose-traefik.yml
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										10
									
								
								Homepage/Flame/docker-compose-traefik.yml
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,10 @@
 | 
			
		||||
#### NETWORKS
 | 
			
		||||
networks:
 | 
			
		||||
  docker-traefik_front_network:
 | 
			
		||||
    external: true
 | 
			
		||||
  back_network:
 | 
			
		||||
    driver: bridge
 | 
			
		||||
    attachable: true
 | 
			
		||||
 | 
			
		||||
#### SERVICES
 | 
			
		||||
services:
 | 
			
		||||
							
								
								
									
										8
									
								
								Homepage/Flame/docker-compose.yml
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										8
									
								
								Homepage/Flame/docker-compose.yml
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,8 @@
 | 
			
		||||
#### NETWORKS
 | 
			
		||||
networks:
 | 
			
		||||
  back_network:
 | 
			
		||||
    driver: bridge
 | 
			
		||||
    attachable: true
 | 
			
		||||
 | 
			
		||||
#### SERVICES
 | 
			
		||||
services:
 | 
			
		||||
							
								
								
									
										3
									
								
								Homepage/Heimdall/LICENSE
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										3
									
								
								Homepage/Heimdall/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.
 | 
			
		||||
							
								
								
									
										52
									
								
								Homepage/Heimdall/README.md
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										52
									
								
								Homepage/Heimdall/README.md
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,52 @@
 | 
			
		||||

 | 
			
		||||
 | 
			
		||||
# Heimdall 
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
# Téléchargement, Configuration et Lancement
 | 
			
		||||
 | 
			
		||||
## Téléchargement de Heimdall
 | 
			
		||||
 | 
			
		||||
Saisir la commande pour télécharger la source
 | 
			
		||||
```bash
 | 
			
		||||
git clone https://git.tips-of-mine.fr/Tips-Of-Mine/Docker.git
 | 
			
		||||
```
 | 
			
		||||
 | 
			
		||||
Saisir la commande pour vous rendre dans le dossier
 | 
			
		||||
```bash
 | 
			
		||||
cd Homepage\Heimdall
 | 
			
		||||
```
 | 
			
		||||
 | 
			
		||||
## Modifier la configuration de Heimdall
 | 
			
		||||
 | 
			
		||||
Saisir la commande pour vous rendre dans le dossier
 | 
			
		||||
```bash
 | 
			
		||||
cd Homepage\Heimdall
 | 
			
		||||
```
 | 
			
		||||
## Lancement de Heimdall
 | 
			
		||||
 | 
			
		||||
Pour utiliser Heimdall tout seul
 | 
			
		||||
```bash
 | 
			
		||||
docker compose up -d
 | 
			
		||||
```
 | 
			
		||||
 | 
			
		||||
Pour utiliser Heimdall avec Traefik
 | 
			
		||||
```bash
 | 
			
		||||
docker compose -f docker-compose-traefik.yml up -d
 | 
			
		||||
```
 | 
			
		||||
 | 
			
		||||
Pour utiliser Heimdall 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>
 | 
			
		||||
							
								
								
									
										10
									
								
								Homepage/Heimdall/docker-compose-traefik.yml
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										10
									
								
								Homepage/Heimdall/docker-compose-traefik.yml
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,10 @@
 | 
			
		||||
#### NETWORKS
 | 
			
		||||
networks:
 | 
			
		||||
  docker-traefik_front_network:
 | 
			
		||||
    external: true
 | 
			
		||||
  back_network:
 | 
			
		||||
    driver: bridge
 | 
			
		||||
    attachable: true
 | 
			
		||||
 | 
			
		||||
#### SERVICES
 | 
			
		||||
services:
 | 
			
		||||
							
								
								
									
										8
									
								
								Homepage/Heimdall/docker-compose.yml
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										8
									
								
								Homepage/Heimdall/docker-compose.yml
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,8 @@
 | 
			
		||||
#### NETWORKS
 | 
			
		||||
networks:
 | 
			
		||||
  back_network:
 | 
			
		||||
    driver: bridge
 | 
			
		||||
    attachable: true
 | 
			
		||||
 | 
			
		||||
#### SERVICES
 | 
			
		||||
services:
 | 
			
		||||
							
								
								
									
										3
									
								
								Homepage/Homarr/LICENSE
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										3
									
								
								Homepage/Homarr/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.
 | 
			
		||||
							
								
								
									
										52
									
								
								Homepage/Homarr/README.md
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										52
									
								
								Homepage/Homarr/README.md
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,52 @@
 | 
			
		||||

 | 
			
		||||
 | 
			
		||||
# Homarr 
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
# Téléchargement, Configuration et Lancement
 | 
			
		||||
 | 
			
		||||
## Téléchargement de Homarr
 | 
			
		||||
 | 
			
		||||
Saisir la commande pour télécharger la source
 | 
			
		||||
```bash
 | 
			
		||||
git clone https://git.tips-of-mine.fr/Tips-Of-Mine/Docker.git
 | 
			
		||||
```
 | 
			
		||||
 | 
			
		||||
Saisir la commande pour vous rendre dans le dossier
 | 
			
		||||
```bash
 | 
			
		||||
cd Homepage\Homarr
 | 
			
		||||
```
 | 
			
		||||
 | 
			
		||||
## Modifier la configuration de Homarr
 | 
			
		||||
 | 
			
		||||
Saisir la commande pour vous rendre dans le dossier
 | 
			
		||||
```bash
 | 
			
		||||
cd Homepage\Homarr
 | 
			
		||||
```
 | 
			
		||||
## Lancement de Homarr
 | 
			
		||||
 | 
			
		||||
Pour utiliser Homarr tout seul
 | 
			
		||||
```bash
 | 
			
		||||
docker compose up -d
 | 
			
		||||
```
 | 
			
		||||
 | 
			
		||||
Pour utiliser Homarr avec Traefik
 | 
			
		||||
```bash
 | 
			
		||||
docker compose -f docker-compose-traefik.yml up -d
 | 
			
		||||
```
 | 
			
		||||
 | 
			
		||||
Pour utiliser Homarr 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>
 | 
			
		||||
							
								
								
									
										10
									
								
								Homepage/Homarr/docker-compose-traefik.yml
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										10
									
								
								Homepage/Homarr/docker-compose-traefik.yml
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,10 @@
 | 
			
		||||
#### NETWORKS
 | 
			
		||||
networks:
 | 
			
		||||
  docker-traefik_front_network:
 | 
			
		||||
    external: true
 | 
			
		||||
  back_network:
 | 
			
		||||
    driver: bridge
 | 
			
		||||
    attachable: true
 | 
			
		||||
 | 
			
		||||
#### SERVICES
 | 
			
		||||
services:
 | 
			
		||||
							
								
								
									
										8
									
								
								Homepage/Homarr/docker-compose.yml
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										8
									
								
								Homepage/Homarr/docker-compose.yml
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,8 @@
 | 
			
		||||
#### NETWORKS
 | 
			
		||||
networks:
 | 
			
		||||
  back_network:
 | 
			
		||||
    driver: bridge
 | 
			
		||||
    attachable: true
 | 
			
		||||
 | 
			
		||||
#### SERVICES
 | 
			
		||||
services:
 | 
			
		||||
							
								
								
									
										52
									
								
								Homepage/Homepage/README.md
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										52
									
								
								Homepage/Homepage/README.md
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,52 @@
 | 
			
		||||

 | 
			
		||||
 | 
			
		||||
# Homepage 
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
# Téléchargement, Configuration et Lancement
 | 
			
		||||
 | 
			
		||||
## Téléchargement de Homepage
 | 
			
		||||
 | 
			
		||||
Saisir la commande pour télécharger la source
 | 
			
		||||
```bash
 | 
			
		||||
git clone https://git.tips-of-mine.fr/Tips-Of-Mine/Docker.git
 | 
			
		||||
```
 | 
			
		||||
 | 
			
		||||
Saisir la commande pour vous rendre dans le dossier
 | 
			
		||||
```bash
 | 
			
		||||
cd Homepage\Homepage
 | 
			
		||||
```
 | 
			
		||||
 | 
			
		||||
## Modifier la configuration de Homepage
 | 
			
		||||
 | 
			
		||||
Saisir la commande pour vous rendre dans le dossier
 | 
			
		||||
```bash
 | 
			
		||||
cd Homepage\Homepage
 | 
			
		||||
```
 | 
			
		||||
## Lancement de Homepage
 | 
			
		||||
 | 
			
		||||
Pour utiliser Homepage tout seul
 | 
			
		||||
```bash
 | 
			
		||||
docker compose up -d
 | 
			
		||||
```
 | 
			
		||||
 | 
			
		||||
Pour utiliser Homepage avec Traefik
 | 
			
		||||
```bash
 | 
			
		||||
docker compose -f docker-compose-traefik.yml up -d
 | 
			
		||||
```
 | 
			
		||||
 | 
			
		||||
Pour utiliser Homepage 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>
 | 
			
		||||
@@ -1,24 +1,45 @@
 | 
			
		||||

 | 
			
		||||

 | 
			
		||||
 | 
			
		||||
# AAAAA 
 | 
			
		||||
# Lynx 
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
# Installation
 | 
			
		||||
# Téléchargement, Configuration et Lancement
 | 
			
		||||
 | 
			
		||||
Pour utiliser AAAAA tout seul
 | 
			
		||||
## Téléchargement de Lynx
 | 
			
		||||
 | 
			
		||||
Saisir la commande pour télécharger la source
 | 
			
		||||
```bash
 | 
			
		||||
git clone https://git.tips-of-mine.fr/Tips-Of-Mine/Docker.git
 | 
			
		||||
```
 | 
			
		||||
 | 
			
		||||
Saisir la commande pour vous rendre dans le dossier
 | 
			
		||||
```bash
 | 
			
		||||
cd Homepage\Lynx
 | 
			
		||||
```
 | 
			
		||||
 | 
			
		||||
## Modifier la configuration de Lynx
 | 
			
		||||
 | 
			
		||||
Saisir la commande pour vous rendre dans le dossier
 | 
			
		||||
```bash
 | 
			
		||||
cd Homepage\Lynx
 | 
			
		||||
```
 | 
			
		||||
## Lancement de Lynx
 | 
			
		||||
 | 
			
		||||
Pour utiliser Lynx tout seul
 | 
			
		||||
```bash
 | 
			
		||||
docker compose up -d
 | 
			
		||||
```
 | 
			
		||||
 | 
			
		||||
Pour utiliser AAAAA avec Traefik
 | 
			
		||||
Pour utiliser Lynx avec Traefik
 | 
			
		||||
```bash
 | 
			
		||||
docker compose -f docker-compose-traefik.yml up -d
 | 
			
		||||
```
 | 
			
		||||
 | 
			
		||||
Pour utiliser AAAAA avec Nginx
 | 
			
		||||
Pour utiliser Lynx avec Nginx
 | 
			
		||||
```bash
 | 
			
		||||
docker compose -f docker-compose-nginx.yml up -d
 | 
			
		||||
```
 | 
			
		||||
 | 
			
		||||
# Utilisation
 | 
			
		||||
 | 
			
		||||
## Accueil
 | 
			
		||||
 
 | 
			
		||||
							
								
								
									
										10
									
								
								Homepage/Lynx/docker-compose-traefik.yml
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										10
									
								
								Homepage/Lynx/docker-compose-traefik.yml
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,10 @@
 | 
			
		||||
#### NETWORKS
 | 
			
		||||
networks:
 | 
			
		||||
  docker-traefik_front_network:
 | 
			
		||||
    external: true
 | 
			
		||||
  back_network:
 | 
			
		||||
    driver: bridge
 | 
			
		||||
    attachable: true
 | 
			
		||||
 | 
			
		||||
#### SERVICES
 | 
			
		||||
services:
 | 
			
		||||
							
								
								
									
										8
									
								
								Homepage/Lynx/docker-compose.yml
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										8
									
								
								Homepage/Lynx/docker-compose.yml
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,8 @@
 | 
			
		||||
#### NETWORKS
 | 
			
		||||
networks:
 | 
			
		||||
  back_network:
 | 
			
		||||
    driver: bridge
 | 
			
		||||
    attachable: true
 | 
			
		||||
 | 
			
		||||
#### SERVICES
 | 
			
		||||
services:
 | 
			
		||||
@@ -1,24 +1,45 @@
 | 
			
		||||

 | 
			
		||||

 | 
			
		||||
 | 
			
		||||
# AAAAA 
 | 
			
		||||
# Organizr 
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
# Installation
 | 
			
		||||
# Téléchargement, Configuration et Lancement
 | 
			
		||||
 | 
			
		||||
Pour utiliser AAAAA tout seul
 | 
			
		||||
## Téléchargement de Organizr
 | 
			
		||||
 | 
			
		||||
Saisir la commande pour télécharger la source
 | 
			
		||||
```bash
 | 
			
		||||
git clone https://git.tips-of-mine.fr/Tips-Of-Mine/Docker.git
 | 
			
		||||
```
 | 
			
		||||
 | 
			
		||||
Saisir la commande pour vous rendre dans le dossier
 | 
			
		||||
```bash
 | 
			
		||||
cd Homepage\Organizr
 | 
			
		||||
```
 | 
			
		||||
 | 
			
		||||
## Modifier la configuration de Organizr
 | 
			
		||||
 | 
			
		||||
Saisir la commande pour vous rendre dans le dossier
 | 
			
		||||
```bash
 | 
			
		||||
cd Homepage\Organizr
 | 
			
		||||
```
 | 
			
		||||
## Lancement de Organizr
 | 
			
		||||
 | 
			
		||||
Pour utiliser Organizr tout seul
 | 
			
		||||
```bash
 | 
			
		||||
docker compose up -d
 | 
			
		||||
```
 | 
			
		||||
 | 
			
		||||
Pour utiliser AAAAA avec Traefik
 | 
			
		||||
Pour utiliser Organizr avec Traefik
 | 
			
		||||
```bash
 | 
			
		||||
docker compose -f docker-compose-traefik.yml up -d
 | 
			
		||||
```
 | 
			
		||||
 | 
			
		||||
Pour utiliser AAAAA avec Nginx
 | 
			
		||||
Pour utiliser Organizr avec Nginx
 | 
			
		||||
```bash
 | 
			
		||||
docker compose -f docker-compose-nginx.yml up -d
 | 
			
		||||
```
 | 
			
		||||
 | 
			
		||||
# Utilisation
 | 
			
		||||
 | 
			
		||||
## Accueil
 | 
			
		||||
 
 | 
			
		||||
							
								
								
									
										10
									
								
								Homepage/Organizr/docker-compose-traefik.yml
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										10
									
								
								Homepage/Organizr/docker-compose-traefik.yml
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,10 @@
 | 
			
		||||
#### NETWORKS
 | 
			
		||||
networks:
 | 
			
		||||
  docker-traefik_front_network:
 | 
			
		||||
    external: true
 | 
			
		||||
  back_network:
 | 
			
		||||
    driver: bridge
 | 
			
		||||
    attachable: true
 | 
			
		||||
 | 
			
		||||
#### SERVICES
 | 
			
		||||
services:
 | 
			
		||||
							
								
								
									
										8
									
								
								Homepage/Organizr/docker-compose.yml
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										8
									
								
								Homepage/Organizr/docker-compose.yml
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,8 @@
 | 
			
		||||
#### NETWORKS
 | 
			
		||||
networks:
 | 
			
		||||
  back_network:
 | 
			
		||||
    driver: bridge
 | 
			
		||||
    attachable: true
 | 
			
		||||
 | 
			
		||||
#### SERVICES
 | 
			
		||||
services:
 | 
			
		||||
@@ -1,24 +1,45 @@
 | 
			
		||||

 | 
			
		||||

 | 
			
		||||
 | 
			
		||||
# AAAAA 
 | 
			
		||||
# Reduced 
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
# Installation
 | 
			
		||||
# Téléchargement, Configuration et Lancement
 | 
			
		||||
 | 
			
		||||
Pour utiliser AAAAA tout seul
 | 
			
		||||
## Téléchargement de Reduced
 | 
			
		||||
 | 
			
		||||
Saisir la commande pour télécharger la source
 | 
			
		||||
```bash
 | 
			
		||||
git clone https://git.tips-of-mine.fr/Tips-Of-Mine/Docker.git
 | 
			
		||||
```
 | 
			
		||||
 | 
			
		||||
Saisir la commande pour vous rendre dans le dossier
 | 
			
		||||
```bash
 | 
			
		||||
cd Homepage\Reduced
 | 
			
		||||
```
 | 
			
		||||
 | 
			
		||||
## Modifier la configuration de Reduced
 | 
			
		||||
 | 
			
		||||
Saisir la commande pour vous rendre dans le dossier
 | 
			
		||||
```bash
 | 
			
		||||
cd Homepage\Reduced
 | 
			
		||||
```
 | 
			
		||||
## Lancement de Reduced
 | 
			
		||||
 | 
			
		||||
Pour utiliser Reduced tout seul
 | 
			
		||||
```bash
 | 
			
		||||
docker compose up -d
 | 
			
		||||
```
 | 
			
		||||
 | 
			
		||||
Pour utiliser AAAAA avec Traefik
 | 
			
		||||
Pour utiliser Reduced avec Traefik
 | 
			
		||||
```bash
 | 
			
		||||
docker compose -f docker-compose-traefik.yml up -d
 | 
			
		||||
```
 | 
			
		||||
 | 
			
		||||
Pour utiliser AAAAA avec Nginx
 | 
			
		||||
Pour utiliser Reduced avec Nginx
 | 
			
		||||
```bash
 | 
			
		||||
docker compose -f docker-compose-nginx.yml up -d
 | 
			
		||||
```
 | 
			
		||||
 | 
			
		||||
# Utilisation
 | 
			
		||||
 | 
			
		||||
## Accueil
 | 
			
		||||
 
 | 
			
		||||
							
								
								
									
										10
									
								
								Homepage/Reduced/docker-compose-traefik.yml
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										10
									
								
								Homepage/Reduced/docker-compose-traefik.yml
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,10 @@
 | 
			
		||||
#### NETWORKS
 | 
			
		||||
networks:
 | 
			
		||||
  docker-traefik_front_network:
 | 
			
		||||
    external: true
 | 
			
		||||
  back_network:
 | 
			
		||||
    driver: bridge
 | 
			
		||||
    attachable: true
 | 
			
		||||
 | 
			
		||||
#### SERVICES
 | 
			
		||||
services:
 | 
			
		||||
							
								
								
									
										8
									
								
								Homepage/Reduced/docker-compose.yml
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										8
									
								
								Homepage/Reduced/docker-compose.yml
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,8 @@
 | 
			
		||||
#### NETWORKS
 | 
			
		||||
networks:
 | 
			
		||||
  back_network:
 | 
			
		||||
    driver: bridge
 | 
			
		||||
    attachable: true
 | 
			
		||||
 | 
			
		||||
#### SERVICES
 | 
			
		||||
services:
 | 
			
		||||
@@ -1,24 +1,45 @@
 | 
			
		||||

 | 
			
		||||

 | 
			
		||||
 | 
			
		||||
# AAAAA 
 | 
			
		||||
# Shlink 
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
# Installation
 | 
			
		||||
# Téléchargement, Configuration et Lancement
 | 
			
		||||
 | 
			
		||||
Pour utiliser AAAAA tout seul
 | 
			
		||||
## Téléchargement de Shlink
 | 
			
		||||
 | 
			
		||||
Saisir la commande pour télécharger la source
 | 
			
		||||
```bash
 | 
			
		||||
git clone https://git.tips-of-mine.fr/Tips-Of-Mine/Docker.git
 | 
			
		||||
```
 | 
			
		||||
 | 
			
		||||
Saisir la commande pour vous rendre dans le dossier
 | 
			
		||||
```bash
 | 
			
		||||
cd Homepage\Shlink
 | 
			
		||||
```
 | 
			
		||||
 | 
			
		||||
## Modifier la configuration de Shlink
 | 
			
		||||
 | 
			
		||||
Saisir la commande pour vous rendre dans le dossier
 | 
			
		||||
```bash
 | 
			
		||||
cd Homepage\Shlink
 | 
			
		||||
```
 | 
			
		||||
## Lancement de Shlink
 | 
			
		||||
 | 
			
		||||
Pour utiliser Shlink tout seul
 | 
			
		||||
```bash
 | 
			
		||||
docker compose up -d
 | 
			
		||||
```
 | 
			
		||||
 | 
			
		||||
Pour utiliser AAAAA avec Traefik
 | 
			
		||||
Pour utiliser Shlink avec Traefik
 | 
			
		||||
```bash
 | 
			
		||||
docker compose -f docker-compose-traefik.yml up -d
 | 
			
		||||
```
 | 
			
		||||
 | 
			
		||||
Pour utiliser AAAAA avec Nginx
 | 
			
		||||
Pour utiliser Shlink avec Nginx
 | 
			
		||||
```bash
 | 
			
		||||
docker compose -f docker-compose-nginx.yml up -d
 | 
			
		||||
```
 | 
			
		||||
 | 
			
		||||
# Utilisation
 | 
			
		||||
 | 
			
		||||
## Accueil
 | 
			
		||||
 
 | 
			
		||||
							
								
								
									
										10
									
								
								Homepage/Shlink/docker-compose-traefik.yml
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										10
									
								
								Homepage/Shlink/docker-compose-traefik.yml
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,10 @@
 | 
			
		||||
#### NETWORKS
 | 
			
		||||
networks:
 | 
			
		||||
  docker-traefik_front_network:
 | 
			
		||||
    external: true
 | 
			
		||||
  back_network:
 | 
			
		||||
    driver: bridge
 | 
			
		||||
    attachable: true
 | 
			
		||||
 | 
			
		||||
#### SERVICES
 | 
			
		||||
services:
 | 
			
		||||
							
								
								
									
										8
									
								
								Homepage/Shlink/docker-compose.yml
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										8
									
								
								Homepage/Shlink/docker-compose.yml
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,8 @@
 | 
			
		||||
#### NETWORKS
 | 
			
		||||
networks:
 | 
			
		||||
  back_network:
 | 
			
		||||
    driver: bridge
 | 
			
		||||
    attachable: true
 | 
			
		||||
 | 
			
		||||
#### SERVICES
 | 
			
		||||
services:
 | 
			
		||||
@@ -1,24 +1,45 @@
 | 
			
		||||

 | 
			
		||||

 | 
			
		||||
 | 
			
		||||
# AAAAA 
 | 
			
		||||
# Slash 
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
# Installation
 | 
			
		||||
# Téléchargement, Configuration et Lancement
 | 
			
		||||
 | 
			
		||||
Pour utiliser AAAAA tout seul
 | 
			
		||||
## Téléchargement de Slash
 | 
			
		||||
 | 
			
		||||
Saisir la commande pour télécharger la source
 | 
			
		||||
```bash
 | 
			
		||||
git clone https://git.tips-of-mine.fr/Tips-Of-Mine/Docker.git
 | 
			
		||||
```
 | 
			
		||||
 | 
			
		||||
Saisir la commande pour vous rendre dans le dossier
 | 
			
		||||
```bash
 | 
			
		||||
cd Homepage\Slash
 | 
			
		||||
```
 | 
			
		||||
 | 
			
		||||
## Modifier la configuration de Slash
 | 
			
		||||
 | 
			
		||||
Saisir la commande pour vous rendre dans le dossier
 | 
			
		||||
```bash
 | 
			
		||||
cd Homepage\Slash
 | 
			
		||||
```
 | 
			
		||||
## Lancement de Slash
 | 
			
		||||
 | 
			
		||||
Pour utiliser Slash tout seul
 | 
			
		||||
```bash
 | 
			
		||||
docker compose up -d
 | 
			
		||||
```
 | 
			
		||||
 | 
			
		||||
Pour utiliser AAAAA avec Traefik
 | 
			
		||||
Pour utiliser Slash avec Traefik
 | 
			
		||||
```bash
 | 
			
		||||
docker compose -f docker-compose-traefik.yml up -d
 | 
			
		||||
```
 | 
			
		||||
 | 
			
		||||
Pour utiliser AAAAA avec Nginx
 | 
			
		||||
Pour utiliser Slash avec Nginx
 | 
			
		||||
```bash
 | 
			
		||||
docker compose -f docker-compose-nginx.yml up -d
 | 
			
		||||
```
 | 
			
		||||
 | 
			
		||||
# Utilisation
 | 
			
		||||
 | 
			
		||||
## Accueil
 | 
			
		||||
 
 | 
			
		||||
							
								
								
									
										10
									
								
								Homepage/Slash/docker-compose-traefik.yml
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										10
									
								
								Homepage/Slash/docker-compose-traefik.yml
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,10 @@
 | 
			
		||||
#### NETWORKS
 | 
			
		||||
networks:
 | 
			
		||||
  docker-traefik_front_network:
 | 
			
		||||
    external: true
 | 
			
		||||
  back_network:
 | 
			
		||||
    driver: bridge
 | 
			
		||||
    attachable: true
 | 
			
		||||
 | 
			
		||||
#### SERVICES
 | 
			
		||||
services:
 | 
			
		||||
							
								
								
									
										8
									
								
								Homepage/Slash/docker-compose.yml
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										8
									
								
								Homepage/Slash/docker-compose.yml
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,8 @@
 | 
			
		||||
#### NETWORKS
 | 
			
		||||
networks:
 | 
			
		||||
  back_network:
 | 
			
		||||
    driver: bridge
 | 
			
		||||
    attachable: true
 | 
			
		||||
 | 
			
		||||
#### SERVICES
 | 
			
		||||
services:
 | 
			
		||||
@@ -1,24 +1,45 @@
 | 
			
		||||

 | 
			
		||||

 | 
			
		||||
 | 
			
		||||
# AAAAA 
 | 
			
		||||
# Snapp 
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
# Installation
 | 
			
		||||
# Téléchargement, Configuration et Lancement
 | 
			
		||||
 | 
			
		||||
Pour utiliser AAAAA tout seul
 | 
			
		||||
## Téléchargement de Snapp
 | 
			
		||||
 | 
			
		||||
Saisir la commande pour télécharger la source
 | 
			
		||||
```bash
 | 
			
		||||
git clone https://git.tips-of-mine.fr/Tips-Of-Mine/Docker.git
 | 
			
		||||
```
 | 
			
		||||
 | 
			
		||||
Saisir la commande pour vous rendre dans le dossier
 | 
			
		||||
```bash
 | 
			
		||||
cd Homepage\Snapp
 | 
			
		||||
```
 | 
			
		||||
 | 
			
		||||
## Modifier la configuration de Snapp
 | 
			
		||||
 | 
			
		||||
Saisir la commande pour vous rendre dans le dossier
 | 
			
		||||
```bash
 | 
			
		||||
cd Homepage\Snapp
 | 
			
		||||
```
 | 
			
		||||
## Lancement de Snapp
 | 
			
		||||
 | 
			
		||||
Pour utiliser Snapp tout seul
 | 
			
		||||
```bash
 | 
			
		||||
docker compose up -d
 | 
			
		||||
```
 | 
			
		||||
 | 
			
		||||
Pour utiliser AAAAA avec Traefik
 | 
			
		||||
Pour utiliser Snapp avec Traefik
 | 
			
		||||
```bash
 | 
			
		||||
docker compose -f docker-compose-traefik.yml up -d
 | 
			
		||||
```
 | 
			
		||||
 | 
			
		||||
Pour utiliser AAAAA avec Nginx
 | 
			
		||||
Pour utiliser Snapp avec Nginx
 | 
			
		||||
```bash
 | 
			
		||||
docker compose -f docker-compose-nginx.yml up -d
 | 
			
		||||
```
 | 
			
		||||
 | 
			
		||||
# Utilisation
 | 
			
		||||
 | 
			
		||||
## Accueil
 | 
			
		||||
 
 | 
			
		||||
							
								
								
									
										10
									
								
								Homepage/Snapp/docker-compose-traefik.yml
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										10
									
								
								Homepage/Snapp/docker-compose-traefik.yml
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,10 @@
 | 
			
		||||
#### NETWORKS
 | 
			
		||||
networks:
 | 
			
		||||
  docker-traefik_front_network:
 | 
			
		||||
    external: true
 | 
			
		||||
  back_network:
 | 
			
		||||
    driver: bridge
 | 
			
		||||
    attachable: true
 | 
			
		||||
 | 
			
		||||
#### SERVICES
 | 
			
		||||
services:
 | 
			
		||||
							
								
								
									
										8
									
								
								Homepage/Snapp/docker-compose.yml
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										8
									
								
								Homepage/Snapp/docker-compose.yml
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,8 @@
 | 
			
		||||
#### NETWORKS
 | 
			
		||||
networks:
 | 
			
		||||
  back_network:
 | 
			
		||||
    driver: bridge
 | 
			
		||||
    attachable: true
 | 
			
		||||
 | 
			
		||||
#### SERVICES
 | 
			
		||||
services:
 | 
			
		||||
@@ -1,24 +1,45 @@
 | 
			
		||||

 | 
			
		||||

 | 
			
		||||
 | 
			
		||||
# AAAAA 
 | 
			
		||||
# Web-Portal 
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
# Installation
 | 
			
		||||
# Téléchargement, Configuration et Lancement
 | 
			
		||||
 | 
			
		||||
Pour utiliser AAAAA tout seul
 | 
			
		||||
## Téléchargement de Web-Portal
 | 
			
		||||
 | 
			
		||||
Saisir la commande pour télécharger la source
 | 
			
		||||
```bash
 | 
			
		||||
git clone https://git.tips-of-mine.fr/Tips-Of-Mine/Docker.git
 | 
			
		||||
```
 | 
			
		||||
 | 
			
		||||
Saisir la commande pour vous rendre dans le dossier
 | 
			
		||||
```bash
 | 
			
		||||
cd Homepage\Web-Portal
 | 
			
		||||
```
 | 
			
		||||
 | 
			
		||||
## Modifier la configuration de Web-Portal
 | 
			
		||||
 | 
			
		||||
Saisir la commande pour vous rendre dans le dossier
 | 
			
		||||
```bash
 | 
			
		||||
cd Homepage\Web-Portal
 | 
			
		||||
```
 | 
			
		||||
## Lancement de Web-Portal
 | 
			
		||||
 | 
			
		||||
Pour utiliser Web-Portal tout seul
 | 
			
		||||
```bash
 | 
			
		||||
docker compose up -d
 | 
			
		||||
```
 | 
			
		||||
 | 
			
		||||
Pour utiliser AAAAA avec Traefik
 | 
			
		||||
Pour utiliser Web-Portal avec Traefik
 | 
			
		||||
```bash
 | 
			
		||||
docker compose -f docker-compose-traefik.yml up -d
 | 
			
		||||
```
 | 
			
		||||
 | 
			
		||||
Pour utiliser AAAAA avec Nginx
 | 
			
		||||
Pour utiliser Web-Portal avec Nginx
 | 
			
		||||
```bash
 | 
			
		||||
docker compose -f docker-compose-nginx.yml up -d
 | 
			
		||||
```
 | 
			
		||||
 | 
			
		||||
# Utilisation
 | 
			
		||||
 | 
			
		||||
## Accueil
 | 
			
		||||
 
 | 
			
		||||
							
								
								
									
										10
									
								
								Homepage/Web Portal/docker-compose-traefik.yml
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										10
									
								
								Homepage/Web Portal/docker-compose-traefik.yml
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,10 @@
 | 
			
		||||
#### NETWORKS
 | 
			
		||||
networks:
 | 
			
		||||
  docker-traefik_front_network:
 | 
			
		||||
    external: true
 | 
			
		||||
  back_network:
 | 
			
		||||
    driver: bridge
 | 
			
		||||
    attachable: true
 | 
			
		||||
 | 
			
		||||
#### SERVICES
 | 
			
		||||
services:
 | 
			
		||||
							
								
								
									
										8
									
								
								Homepage/Web Portal/docker-compose.yml
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										8
									
								
								Homepage/Web Portal/docker-compose.yml
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,8 @@
 | 
			
		||||
#### NETWORKS
 | 
			
		||||
networks:
 | 
			
		||||
  back_network:
 | 
			
		||||
    driver: bridge
 | 
			
		||||
    attachable: true
 | 
			
		||||
 | 
			
		||||
#### SERVICES
 | 
			
		||||
services:
 | 
			
		||||
@@ -1,24 +1,45 @@
 | 
			
		||||

 | 
			
		||||

 | 
			
		||||
 | 
			
		||||
# AAAAA 
 | 
			
		||||
# Yal 
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
# Installation
 | 
			
		||||
# Téléchargement, Configuration et Lancement
 | 
			
		||||
 | 
			
		||||
Pour utiliser AAAAA tout seul
 | 
			
		||||
## Téléchargement de Yal
 | 
			
		||||
 | 
			
		||||
Saisir la commande pour télécharger la source
 | 
			
		||||
```bash
 | 
			
		||||
git clone https://git.tips-of-mine.fr/Tips-Of-Mine/Docker.git
 | 
			
		||||
```
 | 
			
		||||
 | 
			
		||||
Saisir la commande pour vous rendre dans le dossier
 | 
			
		||||
```bash
 | 
			
		||||
cd Homepage\Yal
 | 
			
		||||
```
 | 
			
		||||
 | 
			
		||||
## Modifier la configuration de Yal
 | 
			
		||||
 | 
			
		||||
Saisir la commande pour vous rendre dans le dossier
 | 
			
		||||
```bash
 | 
			
		||||
cd Homepage\Yal
 | 
			
		||||
```
 | 
			
		||||
## Lancement de Yal
 | 
			
		||||
 | 
			
		||||
Pour utiliser Yal tout seul
 | 
			
		||||
```bash
 | 
			
		||||
docker compose up -d
 | 
			
		||||
```
 | 
			
		||||
 | 
			
		||||
Pour utiliser AAAAA avec Traefik
 | 
			
		||||
Pour utiliser Yal avec Traefik
 | 
			
		||||
```bash
 | 
			
		||||
docker compose -f docker-compose-traefik.yml up -d
 | 
			
		||||
```
 | 
			
		||||
 | 
			
		||||
Pour utiliser AAAAA avec Nginx
 | 
			
		||||
Pour utiliser Yal avec Nginx
 | 
			
		||||
```bash
 | 
			
		||||
docker compose -f docker-compose-nginx.yml up -d
 | 
			
		||||
```
 | 
			
		||||
 | 
			
		||||
# Utilisation
 | 
			
		||||
 | 
			
		||||
## Accueil
 | 
			
		||||
 
 | 
			
		||||
							
								
								
									
										10
									
								
								Homepage/Yal/docker-compose-traefik.yml
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										10
									
								
								Homepage/Yal/docker-compose-traefik.yml
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,10 @@
 | 
			
		||||
#### NETWORKS
 | 
			
		||||
networks:
 | 
			
		||||
  docker-traefik_front_network:
 | 
			
		||||
    external: true
 | 
			
		||||
  back_network:
 | 
			
		||||
    driver: bridge
 | 
			
		||||
    attachable: true
 | 
			
		||||
 | 
			
		||||
#### SERVICES
 | 
			
		||||
services:
 | 
			
		||||
							
								
								
									
										8
									
								
								Homepage/Yal/docker-compose.yml
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										8
									
								
								Homepage/Yal/docker-compose.yml
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,8 @@
 | 
			
		||||
#### NETWORKS
 | 
			
		||||
networks:
 | 
			
		||||
  back_network:
 | 
			
		||||
    driver: bridge
 | 
			
		||||
    attachable: true
 | 
			
		||||
 | 
			
		||||
#### SERVICES
 | 
			
		||||
services:
 | 
			
		||||
		Reference in New Issue
	
	Block a user