This commit is contained in:
2024-04-19 13:37:37 +02:00
parent 92412f0e3f
commit 66ed9c24ab
583 changed files with 3821 additions and 3978 deletions

3
Homepage/Astro/LICENSE Normal file
View 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
View File

@ -0,0 +1,52 @@
![Astro](./img/logo-Astro.png)
# 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>

View File

@ -0,0 +1,10 @@
#### NETWORKS
networks:
docker-traefik_front_network:
external: true
back_network:
driver: bridge
attachable: true
#### SERVICES
services:

View File

@ -0,0 +1,8 @@
#### NETWORKS
networks:
back_network:
driver: bridge
attachable: true
#### SERVICES
services:

3
Homepage/Bender/LICENSE Normal file
View 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
View File

@ -0,0 +1,52 @@
![Bender](./img/logo-Bender.png)
# 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>

View File

@ -0,0 +1,10 @@
#### NETWORKS
networks:
docker-traefik_front_network:
external: true
back_network:
driver: bridge
attachable: true
#### SERVICES
services:

View File

@ -0,0 +1,8 @@
#### NETWORKS
networks:
back_network:
driver: bridge
attachable: true
#### SERVICES
services:

3
Homepage/Dashy/LICENSE Normal file
View 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
View File

@ -0,0 +1,52 @@
![Dashy](./img/logo-Dashy.png)
# 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>

View File

@ -0,0 +1,10 @@
#### NETWORKS
networks:
docker-traefik_front_network:
external: true
back_network:
driver: bridge
attachable: true
#### SERVICES
services:

View File

@ -0,0 +1,8 @@
#### NETWORKS
networks:
back_network:
driver: bridge
attachable: true
#### SERVICES
services:

View 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.

View File

@ -0,0 +1,52 @@
![Easy-Gate](./img/logo-Easy-Gate.png)
# 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>

View File

@ -0,0 +1,10 @@
#### NETWORKS
networks:
docker-traefik_front_network:
external: true
back_network:
driver: bridge
attachable: true
#### SERVICES
services:

View File

@ -0,0 +1,8 @@
#### NETWORKS
networks:
back_network:
driver: bridge
attachable: true
#### SERVICES
services:

3
Homepage/Fenrus/LICENSE Normal file
View 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
View File

@ -0,0 +1,52 @@
![Fenrus](./img/logo-Fenrus.png)
# 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>

View File

@ -0,0 +1,10 @@
#### NETWORKS
networks:
docker-traefik_front_network:
external: true
back_network:
driver: bridge
attachable: true
#### SERVICES
services:

View File

@ -0,0 +1,8 @@
#### NETWORKS
networks:
back_network:
driver: bridge
attachable: true
#### SERVICES
services:

3
Homepage/Flame/LICENSE Normal file
View 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
View File

@ -0,0 +1,52 @@
![Flame](./img/logo-Flame.png)
# 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>

View File

@ -0,0 +1,10 @@
#### NETWORKS
networks:
docker-traefik_front_network:
external: true
back_network:
driver: bridge
attachable: true
#### SERVICES
services:

View File

@ -0,0 +1,8 @@
#### NETWORKS
networks:
back_network:
driver: bridge
attachable: true
#### SERVICES
services:

View 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.

View File

@ -0,0 +1,52 @@
![Heimdall](./img/logo-Heimdall.png)
# 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>

View File

@ -0,0 +1,10 @@
#### NETWORKS
networks:
docker-traefik_front_network:
external: true
back_network:
driver: bridge
attachable: true
#### SERVICES
services:

View File

@ -0,0 +1,8 @@
#### NETWORKS
networks:
back_network:
driver: bridge
attachable: true
#### SERVICES
services:

3
Homepage/Homarr/LICENSE Normal file
View 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
View File

@ -0,0 +1,52 @@
![Homarr](./img/logo-Homarr.png)
# 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>

View File

@ -0,0 +1,10 @@
#### NETWORKS
networks:
docker-traefik_front_network:
external: true
back_network:
driver: bridge
attachable: true
#### SERVICES
services:

View File

@ -0,0 +1,8 @@
#### NETWORKS
networks:
back_network:
driver: bridge
attachable: true
#### SERVICES
services:

View File

@ -0,0 +1,52 @@
![Homepage](./img/logo-Homepage.png)
# 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>

View File

@ -1,24 +1,45 @@
![AAAAA](./img/logo-AAAAA.png)
![Lynx](./img/logo-Lynx.png)
# 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

View File

@ -0,0 +1,10 @@
#### NETWORKS
networks:
docker-traefik_front_network:
external: true
back_network:
driver: bridge
attachable: true
#### SERVICES
services:

View File

@ -0,0 +1,8 @@
#### NETWORKS
networks:
back_network:
driver: bridge
attachable: true
#### SERVICES
services:

View File

@ -1,24 +1,45 @@
![AAAAA](./img/logo-AAAAA.png)
![Organizr](./img/logo-Organizr.png)
# 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

View File

@ -0,0 +1,10 @@
#### NETWORKS
networks:
docker-traefik_front_network:
external: true
back_network:
driver: bridge
attachable: true
#### SERVICES
services:

View File

@ -0,0 +1,8 @@
#### NETWORKS
networks:
back_network:
driver: bridge
attachable: true
#### SERVICES
services:

View File

@ -1,24 +1,45 @@
![AAAAA](./img/logo-AAAAA.png)
![Reduced](./img/logo-Reduced.png)
# 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

View File

@ -0,0 +1,10 @@
#### NETWORKS
networks:
docker-traefik_front_network:
external: true
back_network:
driver: bridge
attachable: true
#### SERVICES
services:

View File

@ -0,0 +1,8 @@
#### NETWORKS
networks:
back_network:
driver: bridge
attachable: true
#### SERVICES
services:

View File

@ -1,24 +1,45 @@
![AAAAA](./img/logo-AAAAA.png)
![Shlink](./img/logo-Shlink.png)
# 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

View File

@ -0,0 +1,10 @@
#### NETWORKS
networks:
docker-traefik_front_network:
external: true
back_network:
driver: bridge
attachable: true
#### SERVICES
services:

View File

@ -0,0 +1,8 @@
#### NETWORKS
networks:
back_network:
driver: bridge
attachable: true
#### SERVICES
services:

View File

@ -1,24 +1,45 @@
![AAAAA](./img/logo-AAAAA.png)
![Slash](./img/logo-Slash.png)
# 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

View File

@ -0,0 +1,10 @@
#### NETWORKS
networks:
docker-traefik_front_network:
external: true
back_network:
driver: bridge
attachable: true
#### SERVICES
services:

View File

@ -0,0 +1,8 @@
#### NETWORKS
networks:
back_network:
driver: bridge
attachable: true
#### SERVICES
services:

View File

@ -1,24 +1,45 @@
![AAAAA](./img/logo-AAAAA.png)
![Snapp](./img/logo-Snapp.png)
# 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

View File

@ -0,0 +1,10 @@
#### NETWORKS
networks:
docker-traefik_front_network:
external: true
back_network:
driver: bridge
attachable: true
#### SERVICES
services:

View File

@ -0,0 +1,8 @@
#### NETWORKS
networks:
back_network:
driver: bridge
attachable: true
#### SERVICES
services:

View File

@ -1,24 +1,45 @@
![AAAAA](./img/logo-AAAAA.png)
![Web-Portal](./img/logo-Web-Portal.png)
# 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

View File

@ -0,0 +1,10 @@
#### NETWORKS
networks:
docker-traefik_front_network:
external: true
back_network:
driver: bridge
attachable: true
#### SERVICES
services:

View File

@ -0,0 +1,8 @@
#### NETWORKS
networks:
back_network:
driver: bridge
attachable: true
#### SERVICES
services:

View File

@ -1,24 +1,45 @@
![AAAAA](./img/logo-AAAAA.png)
![Yal](./img/logo-Yal.png)
# 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

View File

@ -0,0 +1,10 @@
#### NETWORKS
networks:
docker-traefik_front_network:
external: true
back_network:
driver: bridge
attachable: true
#### SERVICES
services:

View File

@ -0,0 +1,8 @@
#### NETWORKS
networks:
back_network:
driver: bridge
attachable: true
#### SERVICES
services: