all
This commit is contained in:
		@@ -1,11 +1,13 @@
 | 
			
		||||

 | 
			
		||||

 | 
			
		||||
URL : 
 | 
			
		||||
 | 
			
		||||
# Web-Portal 
 | 
			
		||||
# Web Portal 
 | 
			
		||||
 | 
			
		||||
Web-Portal est une application web ?crite en Python ? l'aide de Quart, qui vise ? fournir un moyen facile et rapide de g?rer les liens vers tous vos services web.
 | 
			
		||||
 | 
			
		||||
# Téléchargement, Configuration et Lancement
 | 
			
		||||
 | 
			
		||||
## Téléchargement de Web-Portal
 | 
			
		||||
## Téléchargement de Web Portal
 | 
			
		||||
 | 
			
		||||
Saisir la commande pour télécharger la source
 | 
			
		||||
```bash
 | 
			
		||||
@@ -14,36 +16,48 @@ 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
 | 
			
		||||
cd Homepage\Web Portal
 | 
			
		||||
```
 | 
			
		||||
 | 
			
		||||
## Modifier la configuration de Web-Portal
 | 
			
		||||
## Modifier la configuration de Web Portal
 | 
			
		||||
 | 
			
		||||
Saisir la commande pour vous rendre dans le dossier
 | 
			
		||||
```bash
 | 
			
		||||
cd Homepage\Web-Portal
 | 
			
		||||
cd Homepage\Web Portal
 | 
			
		||||
```
 | 
			
		||||
## Lancement de Web-Portal
 | 
			
		||||
 | 
			
		||||
Pour utiliser Web-Portal tout seul
 | 
			
		||||
Nous éditons le fichier de configuration
 | 
			
		||||
```bash
 | 
			
		||||
nano .env
 | 
			
		||||
```
 | 
			
		||||
 | 
			
		||||
Nous modifions les variables dont nous avons besoin.
 | 
			
		||||
 | 
			
		||||
## Lancement de Web Portal
 | 
			
		||||
 | 
			
		||||
Pour utiliser Web Portal tout seul
 | 
			
		||||
```bash
 | 
			
		||||
docker compose up -d
 | 
			
		||||
```
 | 
			
		||||
 | 
			
		||||
Pour utiliser Web-Portal avec Traefik
 | 
			
		||||
Pour utiliser Web Portal avec Traefik
 | 
			
		||||
```bash
 | 
			
		||||
docker compose -f docker-compose-traefik.yml up -d
 | 
			
		||||
```
 | 
			
		||||
 | 
			
		||||
Pour utiliser Web-Portal avec Nginx
 | 
			
		||||
```bash
 | 
			
		||||
docker compose -f docker-compose-nginx.yml up -d
 | 
			
		||||
```
 | 
			
		||||
 | 
			
		||||
# Utilisation
 | 
			
		||||
 | 
			
		||||
## Accueil
 | 
			
		||||
 | 
			
		||||
Ouvrir une page web avec l'url :
 | 
			
		||||
Pour une utilisation tout seul
 | 
			
		||||
 | 
			
		||||
	http://10.0.4.29:3000
 | 
			
		||||
 | 
			
		||||
Pour une utilisation avec Traefik
 | 
			
		||||
 | 
			
		||||
	https://Web Portal.10.0.4.29.traefik.me`)"
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
# More info
 | 
			
		||||
- more information on the website [Tips-Of-Mine](https://www.tips-of-mine.fr/)
 | 
			
		||||
 
 | 
			
		||||
@@ -1,10 +1,66 @@
 | 
			
		||||
#### NETWORKS
 | 
			
		||||
networks:
 | 
			
		||||
  docker-traefik_front_network:
 | 
			
		||||
    external: true
 | 
			
		||||
  back_network:
 | 
			
		||||
    driver: bridge
 | 
			
		||||
    attachable: true
 | 
			
		||||

 | 
			
		||||
URL : HHHHH
 | 
			
		||||
 | 
			
		||||
#### SERVICES
 | 
			
		||||
services:
 | 
			
		||||
# Fichier-Stockage 
 | 
			
		||||
 | 
			
		||||
GGGGG
 | 
			
		||||
 | 
			
		||||
# Téléchargement, Configuration et Lancement
 | 
			
		||||
 | 
			
		||||
## Téléchargement de Fichier-Stockage
 | 
			
		||||
 | 
			
		||||
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 AAAAA\Fichier-Stockage
 | 
			
		||||
```
 | 
			
		||||
 | 
			
		||||
## Modifier la configuration de Fichier-Stockage
 | 
			
		||||
 | 
			
		||||
Saisir la commande pour vous rendre dans le dossier
 | 
			
		||||
```bash
 | 
			
		||||
cd AAAAA\Fichier-Stockage
 | 
			
		||||
```
 | 
			
		||||
 | 
			
		||||
Nous éditons le fichier de configuration
 | 
			
		||||
```bash
 | 
			
		||||
nano .env
 | 
			
		||||
```
 | 
			
		||||
 | 
			
		||||
Nous modifions les variables dont nous avons besoin.
 | 
			
		||||
 | 
			
		||||
## Lancement de Fichier-Stockage
 | 
			
		||||
 | 
			
		||||
Pour utiliser Fichier-Stockage tout seul
 | 
			
		||||
```bash
 | 
			
		||||
docker compose up -d
 | 
			
		||||
```
 | 
			
		||||
 | 
			
		||||
Pour utiliser Fichier-Stockage avec Traefik
 | 
			
		||||
```bash
 | 
			
		||||
docker compose -f docker-compose-traefik.yml up -d
 | 
			
		||||
```
 | 
			
		||||
 | 
			
		||||
# Utilisation
 | 
			
		||||
 | 
			
		||||
## Accueil
 | 
			
		||||
 | 
			
		||||
Ouvrir une page web avec l'url :
 | 
			
		||||
Pour une utilisation tout seul
 | 
			
		||||
 | 
			
		||||
	http://10.0.4.29:3000
 | 
			
		||||
 | 
			
		||||
Pour une utilisation avec Traefik
 | 
			
		||||
 | 
			
		||||
	https://Fichier-Stockage.10.0.4.29.traefik.me`)"
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
# 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>
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user