all
This commit is contained in:
@ -1,28 +1,63 @@
|
||||

|
||||

|
||||
URL :
|
||||
|
||||
# Hasty-Paste
|
||||
# Hasty Paste
|
||||
|
||||
Hasty Paste est un p?ton p?teux rapide et minimal ?crit en Python en Quart.
|
||||
|
||||
# Installation
|
||||
# Téléchargement, Configuration et Lancement
|
||||
|
||||
Pour utiliser Hasty-Paste tout seul
|
||||
## Téléchargement de Hasty Paste
|
||||
|
||||
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 Securite\Hasty Paste
|
||||
```
|
||||
|
||||
## Modifier la configuration de Hasty Paste
|
||||
|
||||
Saisir la commande pour vous rendre dans le dossier
|
||||
```bash
|
||||
cd Securite\Hasty Paste
|
||||
```
|
||||
|
||||
Nous éditons le fichier de configuration
|
||||
```bash
|
||||
nano .env
|
||||
```
|
||||
|
||||
Nous modifions les variables dont nous avons besoin.
|
||||
|
||||
## Lancement de Hasty Paste
|
||||
|
||||
Pour utiliser Hasty Paste tout seul
|
||||
```bash
|
||||
docker compose up -d
|
||||
```
|
||||
|
||||
Pour utiliser Hasty-Paste avec Traefik
|
||||
Pour utiliser Hasty Paste avec Traefik
|
||||
```bash
|
||||
docker compose -f docker-compose-traefik.yml up -d
|
||||
```
|
||||
|
||||
Pour utiliser Hasty-Paste 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://Hasty Paste.10.0.4.29.traefik.me`)"
|
||||
|
||||
|
||||
# More info
|
||||
- more information on the website [Tips-Of-Mine](https://www.tips-of-mine.fr/)
|
||||
|
Reference in New Issue
Block a user