all
@ -1,52 +0,0 @@
|
|||||||

|
|
||||||
|
|
||||||
# AAAAA
|
|
||||||
|
|
||||||
|
|
||||||
# Téléchargement, Configuration et Lancement
|
|
||||||
|
|
||||||
## Téléchargement de AAAAA
|
|
||||||
|
|
||||||
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 BBBBB\AAAAA
|
|
||||||
```
|
|
||||||
|
|
||||||
## Modifier la configuration de AAAAA
|
|
||||||
|
|
||||||
Saisir la commande pour vous rendre dans le dossier
|
|
||||||
```bash
|
|
||||||
cd BBBBB\AAAAA
|
|
||||||
```
|
|
||||||
## Lancement de AAAAA
|
|
||||||
|
|
||||||
Pour utiliser AAAAA tout seul
|
|
||||||
```bash
|
|
||||||
docker compose up -d
|
|
||||||
```
|
|
||||||
|
|
||||||
Pour utiliser AAAAA avec Traefik
|
|
||||||
```bash
|
|
||||||
docker compose -f docker-compose-traefik.yml up -d
|
|
||||||
```
|
|
||||||
|
|
||||||
Pour utiliser AAAAA avec Nginx
|
|
||||||
```bash
|
|
||||||
docker compose -f docker-compose-nginx.yml up -d
|
|
||||||
```
|
|
||||||
|
|
||||||
# Utilisation
|
|
||||||
|
|
||||||
## Accueil
|
|
||||||
|
|
||||||
|
|
||||||
# More info
|
|
||||||
- more information on the website [Tips-Of-Mine](https://www.tips-of-mine.fr/)
|
|
||||||
|
|
||||||
# Buy me a coffe
|
|
||||||
<a href='https://ko-fi.com/R5R2KNI3N' target='_blank'><img height='36' style='border:0px;height:36px;' src='https://storage.ko-fi.com/cdn/kofi4.png?v=3' border='0' alt='Buy Me a Coffee at ko-fi.com' /></a>
|
|
@ -1,28 +0,0 @@
|
|||||||
version: "3.7"
|
|
||||||
services:
|
|
||||||
alfio:
|
|
||||||
image: alfio/alf.io
|
|
||||||
environment:
|
|
||||||
POSTGRES_PORT_5432_TCP_PORT: 5432
|
|
||||||
POSTGRES_PORT_5432_TCP_ADDR: db
|
|
||||||
POSTGRES_ENV_POSTGRES_DB: LaPin125 #changez_moi
|
|
||||||
POSTGRES_ENV_POSTGRES_USERNAME: zarev #changez_moi
|
|
||||||
POSTGRES_ENV_POSTGRES_PASSWORD: zarev123 #changez_moi
|
|
||||||
#SPRING_PROFILES_ACTIVE: dev,jdbc-session
|
|
||||||
ports:
|
|
||||||
- "8888:8080"
|
|
||||||
db:
|
|
||||||
image: postgres:10
|
|
||||||
environment:
|
|
||||||
POSTGRES_DB: LaPin125 #changez_moi
|
|
||||||
POSTGRES_USER: zarev #changez_moi
|
|
||||||
POSTGRES_PASSWORD: zarev123 #changez_moi
|
|
||||||
ports:
|
|
||||||
- target: 5432
|
|
||||||
published: 5433
|
|
||||||
protocol: tcp
|
|
||||||
mode: host
|
|
||||||
volumes:
|
|
||||||
- /srv/appdata/alfio/data:/var/lib/postgresql/data
|
|
||||||
volumes:
|
|
||||||
data-volume:
|
|
@ -1,52 +0,0 @@
|
|||||||

|
|
||||||
|
|
||||||
# AAAAA
|
|
||||||
|
|
||||||
|
|
||||||
# Téléchargement, Configuration et Lancement
|
|
||||||
|
|
||||||
## Téléchargement de AAAAA
|
|
||||||
|
|
||||||
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 BBBBB\AAAAA
|
|
||||||
```
|
|
||||||
|
|
||||||
## Modifier la configuration de AAAAA
|
|
||||||
|
|
||||||
Saisir la commande pour vous rendre dans le dossier
|
|
||||||
```bash
|
|
||||||
cd BBBBB\AAAAA
|
|
||||||
```
|
|
||||||
## Lancement de AAAAA
|
|
||||||
|
|
||||||
Pour utiliser AAAAA tout seul
|
|
||||||
```bash
|
|
||||||
docker compose up -d
|
|
||||||
```
|
|
||||||
|
|
||||||
Pour utiliser AAAAA avec Traefik
|
|
||||||
```bash
|
|
||||||
docker compose -f docker-compose-traefik.yml up -d
|
|
||||||
```
|
|
||||||
|
|
||||||
Pour utiliser AAAAA avec Nginx
|
|
||||||
```bash
|
|
||||||
docker compose -f docker-compose-nginx.yml up -d
|
|
||||||
```
|
|
||||||
|
|
||||||
# Utilisation
|
|
||||||
|
|
||||||
## Accueil
|
|
||||||
|
|
||||||
|
|
||||||
# More info
|
|
||||||
- more information on the website [Tips-Of-Mine](https://www.tips-of-mine.fr/)
|
|
||||||
|
|
||||||
# Buy me a coffe
|
|
||||||
<a href='https://ko-fi.com/R5R2KNI3N' target='_blank'><img height='36' style='border:0px;height:36px;' src='https://storage.ko-fi.com/cdn/kofi4.png?v=3' border='0' alt='Buy Me a Coffee at ko-fi.com' /></a>
|
|
@ -1,52 +0,0 @@
|
|||||||

|
|
||||||
|
|
||||||
# AAAAA
|
|
||||||
|
|
||||||
|
|
||||||
# Téléchargement, Configuration et Lancement
|
|
||||||
|
|
||||||
## Téléchargement de AAAAA
|
|
||||||
|
|
||||||
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 BBBBB\AAAAA
|
|
||||||
```
|
|
||||||
|
|
||||||
## Modifier la configuration de AAAAA
|
|
||||||
|
|
||||||
Saisir la commande pour vous rendre dans le dossier
|
|
||||||
```bash
|
|
||||||
cd BBBBB\AAAAA
|
|
||||||
```
|
|
||||||
## Lancement de AAAAA
|
|
||||||
|
|
||||||
Pour utiliser AAAAA tout seul
|
|
||||||
```bash
|
|
||||||
docker compose up -d
|
|
||||||
```
|
|
||||||
|
|
||||||
Pour utiliser AAAAA avec Traefik
|
|
||||||
```bash
|
|
||||||
docker compose -f docker-compose-traefik.yml up -d
|
|
||||||
```
|
|
||||||
|
|
||||||
Pour utiliser AAAAA avec Nginx
|
|
||||||
```bash
|
|
||||||
docker compose -f docker-compose-nginx.yml up -d
|
|
||||||
```
|
|
||||||
|
|
||||||
# Utilisation
|
|
||||||
|
|
||||||
## Accueil
|
|
||||||
|
|
||||||
|
|
||||||
# More info
|
|
||||||
- more information on the website [Tips-Of-Mine](https://www.tips-of-mine.fr/)
|
|
||||||
|
|
||||||
# Buy me a coffe
|
|
||||||
<a href='https://ko-fi.com/R5R2KNI3N' target='_blank'><img height='36' style='border:0px;height:36px;' src='https://storage.ko-fi.com/cdn/kofi4.png?v=3' border='0' alt='Buy Me a Coffee at ko-fi.com' /></a>
|
|
@ -1,52 +0,0 @@
|
|||||||

|
|
||||||
|
|
||||||
# AAAAA
|
|
||||||
|
|
||||||
|
|
||||||
# Téléchargement, Configuration et Lancement
|
|
||||||
|
|
||||||
## Téléchargement de AAAAA
|
|
||||||
|
|
||||||
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 BBBBB\AAAAA
|
|
||||||
```
|
|
||||||
|
|
||||||
## Modifier la configuration de AAAAA
|
|
||||||
|
|
||||||
Saisir la commande pour vous rendre dans le dossier
|
|
||||||
```bash
|
|
||||||
cd BBBBB\AAAAA
|
|
||||||
```
|
|
||||||
## Lancement de AAAAA
|
|
||||||
|
|
||||||
Pour utiliser AAAAA tout seul
|
|
||||||
```bash
|
|
||||||
docker compose up -d
|
|
||||||
```
|
|
||||||
|
|
||||||
Pour utiliser AAAAA avec Traefik
|
|
||||||
```bash
|
|
||||||
docker compose -f docker-compose-traefik.yml up -d
|
|
||||||
```
|
|
||||||
|
|
||||||
Pour utiliser AAAAA avec Nginx
|
|
||||||
```bash
|
|
||||||
docker compose -f docker-compose-nginx.yml up -d
|
|
||||||
```
|
|
||||||
|
|
||||||
# Utilisation
|
|
||||||
|
|
||||||
## Accueil
|
|
||||||
|
|
||||||
|
|
||||||
# More info
|
|
||||||
- more information on the website [Tips-Of-Mine](https://www.tips-of-mine.fr/)
|
|
||||||
|
|
||||||
# Buy me a coffe
|
|
||||||
<a href='https://ko-fi.com/R5R2KNI3N' target='_blank'><img height='36' style='border:0px;height:36px;' src='https://storage.ko-fi.com/cdn/kofi4.png?v=3' border='0' alt='Buy Me a Coffee at ko-fi.com' /></a>
|
|
66
Audio/Audacity/README.md
Normal file
@ -0,0 +1,66 @@
|
|||||||
|

|
||||||
|
URL :
|
||||||
|
|
||||||
|
# Audacity
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
# Téléchargement, Configuration et Lancement
|
||||||
|
|
||||||
|
## Téléchargement de Audacity
|
||||||
|
|
||||||
|
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 Audio\Audacity
|
||||||
|
```
|
||||||
|
|
||||||
|
## Modifier la configuration de Audacity
|
||||||
|
|
||||||
|
Saisir la commande pour vous rendre dans le dossier
|
||||||
|
```bash
|
||||||
|
cd Audio\Audacity
|
||||||
|
```
|
||||||
|
|
||||||
|
Nous éditons le fichier de configuration
|
||||||
|
```bash
|
||||||
|
nano .env
|
||||||
|
```
|
||||||
|
|
||||||
|
Nous modifions les variables dont nous avons besoin.
|
||||||
|
|
||||||
|
## Lancement de Audacity
|
||||||
|
|
||||||
|
Pour utiliser Audacity tout seul
|
||||||
|
```bash
|
||||||
|
docker compose up -d
|
||||||
|
```
|
||||||
|
|
||||||
|
Pour utiliser Audacity 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://Audacity.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>
|
66
Audio/Audacity/docker-compose-traefik.yml
Normal file
@ -0,0 +1,66 @@
|
|||||||
|

|
||||||
|
URL : HHHHH
|
||||||
|
|
||||||
|
# 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>
|
BIN
Audio/Audacity/img/logo-Audacity.png
Normal file
After Width: | Height: | Size: 30 KiB |
66
Audio/Swing Musi/README.md
Normal file
@ -0,0 +1,66 @@
|
|||||||
|

|
||||||
|
URL :
|
||||||
|
|
||||||
|
# Swing Musi
|
||||||
|
|
||||||
|
Lecteur de musique qui ? un style de Spotify.
|
||||||
|
|
||||||
|
# Téléchargement, Configuration et Lancement
|
||||||
|
|
||||||
|
## Téléchargement de Swing Musi
|
||||||
|
|
||||||
|
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 Audio\Swing Musi
|
||||||
|
```
|
||||||
|
|
||||||
|
## Modifier la configuration de Swing Musi
|
||||||
|
|
||||||
|
Saisir la commande pour vous rendre dans le dossier
|
||||||
|
```bash
|
||||||
|
cd Audio\Swing Musi
|
||||||
|
```
|
||||||
|
|
||||||
|
Nous éditons le fichier de configuration
|
||||||
|
```bash
|
||||||
|
nano .env
|
||||||
|
```
|
||||||
|
|
||||||
|
Nous modifions les variables dont nous avons besoin.
|
||||||
|
|
||||||
|
## Lancement de Swing Musi
|
||||||
|
|
||||||
|
Pour utiliser Swing Musi tout seul
|
||||||
|
```bash
|
||||||
|
docker compose up -d
|
||||||
|
```
|
||||||
|
|
||||||
|
Pour utiliser Swing Musi 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://Swing Musi.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>
|
66
Audio/Swing Musi/docker-compose-traefik.yml
Normal file
@ -0,0 +1,66 @@
|
|||||||
|

|
||||||
|
URL : HHHHH
|
||||||
|
|
||||||
|
# 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>
|
@ -1,52 +0,0 @@
|
|||||||

|
|
||||||
|
|
||||||
# AAAAA
|
|
||||||
|
|
||||||
|
|
||||||
# Téléchargement, Configuration et Lancement
|
|
||||||
|
|
||||||
## Téléchargement de AAAAA
|
|
||||||
|
|
||||||
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 BBBBB\AAAAA
|
|
||||||
```
|
|
||||||
|
|
||||||
## Modifier la configuration de AAAAA
|
|
||||||
|
|
||||||
Saisir la commande pour vous rendre dans le dossier
|
|
||||||
```bash
|
|
||||||
cd BBBBB\AAAAA
|
|
||||||
```
|
|
||||||
## Lancement de AAAAA
|
|
||||||
|
|
||||||
Pour utiliser AAAAA tout seul
|
|
||||||
```bash
|
|
||||||
docker compose up -d
|
|
||||||
```
|
|
||||||
|
|
||||||
Pour utiliser AAAAA avec Traefik
|
|
||||||
```bash
|
|
||||||
docker compose -f docker-compose-traefik.yml up -d
|
|
||||||
```
|
|
||||||
|
|
||||||
Pour utiliser AAAAA avec Nginx
|
|
||||||
```bash
|
|
||||||
docker compose -f docker-compose-nginx.yml up -d
|
|
||||||
```
|
|
||||||
|
|
||||||
# Utilisation
|
|
||||||
|
|
||||||
## Accueil
|
|
||||||
|
|
||||||
|
|
||||||
# More info
|
|
||||||
- more information on the website [Tips-Of-Mine](https://www.tips-of-mine.fr/)
|
|
||||||
|
|
||||||
# Buy me a coffe
|
|
||||||
<a href='https://ko-fi.com/R5R2KNI3N' target='_blank'><img height='36' style='border:0px;height:36px;' src='https://storage.ko-fi.com/cdn/kofi4.png?v=3' border='0' alt='Buy Me a Coffee at ko-fi.com' /></a>
|
|
@ -1,11 +0,0 @@
|
|||||||
version: "3.7"
|
|
||||||
services:
|
|
||||||
audiobookshelf:
|
|
||||||
image: ghcr.io/advplyr/audiobookshelf:latest
|
|
||||||
ports:
|
|
||||||
- 13378:80
|
|
||||||
volumes:
|
|
||||||
- /srv/appdata/audiobooks:/audiobooks
|
|
||||||
- /srv/appdata/audiobooks/podcasts:/podcasts
|
|
||||||
- /srv/appdata/audiobooks/config:/config
|
|
||||||
- /srv/appdata/audiobooks/metadata:/metadata
|
|
@ -1,8 +1,10 @@
|
|||||||

|

|
||||||
|
URL :
|
||||||
|
|
||||||
# Authelia
|
# Authelia
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
# Téléchargement, Configuration et Lancement
|
# Téléchargement, Configuration et Lancement
|
||||||
|
|
||||||
## Téléchargement de Authelia
|
## Téléchargement de Authelia
|
||||||
@ -23,6 +25,14 @@ Saisir la commande pour vous rendre dans le dossier
|
|||||||
```bash
|
```bash
|
||||||
cd Authentication\Authelia
|
cd Authentication\Authelia
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Nous éditons le fichier de configuration
|
||||||
|
```bash
|
||||||
|
nano .env
|
||||||
|
```
|
||||||
|
|
||||||
|
Nous modifions les variables dont nous avons besoin.
|
||||||
|
|
||||||
## Lancement de Authelia
|
## Lancement de Authelia
|
||||||
|
|
||||||
Pour utiliser Authelia tout seul
|
Pour utiliser Authelia tout seul
|
||||||
@ -35,15 +45,19 @@ Pour utiliser Authelia avec Traefik
|
|||||||
docker compose -f docker-compose-traefik.yml up -d
|
docker compose -f docker-compose-traefik.yml up -d
|
||||||
```
|
```
|
||||||
|
|
||||||
Pour utiliser Authelia avec Nginx
|
|
||||||
```bash
|
|
||||||
docker compose -f docker-compose-nginx.yml up -d
|
|
||||||
```
|
|
||||||
|
|
||||||
# Utilisation
|
# Utilisation
|
||||||
|
|
||||||
## Accueil
|
## 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://Authelia.10.0.4.29.traefik.me`)"
|
||||||
|
|
||||||
|
|
||||||
# More info
|
# More info
|
||||||
- more information on the website [Tips-Of-Mine](https://www.tips-of-mine.fr/)
|
- more information on the website [Tips-Of-Mine](https://www.tips-of-mine.fr/)
|
||||||
|
@ -1,64 +1,66 @@
|
|||||||
#### NETWORKS
|

|
||||||
networks:
|
URL : HHHHH
|
||||||
docker-traefik_front_network:
|
|
||||||
external: true
|
|
||||||
back_network:
|
|
||||||
driver: bridge
|
|
||||||
attachable: true
|
|
||||||
|
|
||||||
#### SERVICES
|
|
||||||
services:
|
|
||||||
|
|
||||||
### Authelia
|
# Fichier-Stockage
|
||||||
authelia:
|
|
||||||
container_name: authelia-app
|
|
||||||
hostname: authelia-app
|
|
||||||
image: authelia/authelia
|
|
||||||
volumes:
|
|
||||||
- ./config:/config
|
|
||||||
networks:
|
|
||||||
- back_network
|
|
||||||
- docker-traefik_front_network
|
|
||||||
security_opt:
|
|
||||||
- no-new-privileges:true
|
|
||||||
labels:
|
|
||||||
- "traefik.enable=true"
|
|
||||||
- "traefik.docker.network=docker-traefik_front_network"
|
|
||||||
# HTTP
|
|
||||||
- "traefik.http.routers.authelia-http.rule=Host(`auth.10.0.4.29.traefik.me`)"
|
|
||||||
- "traefik.http.routers.authelia-http.entrypoints=http"
|
|
||||||
# HTTPS
|
|
||||||
- "traefik.http.routers.authelia-https.rule=Host(`auth.10.0.4.29.traefik.me`)"
|
|
||||||
- "traefik.http.routers.authelia-https.entrypoints=https"
|
|
||||||
- "traefik.http.routers.authelia-https.tls=true"
|
|
||||||
- "traefik.http.routers.authelia.service=authelia-service"
|
|
||||||
- "traefik.http.routers.authelia-https.middlewares=authelia-addprefix"
|
|
||||||
# Middleware
|
|
||||||
- "traefik.http.middlewares.guacamole-addprefix.addprefix.prefix=/guacamole"
|
|
||||||
- 'traefik.http.middlewares.authelia.forwardAuth.address=http://authelia:9091/api/verify?rd=https://auth.jimsgarage.co.uk'
|
|
||||||
- 'traefik.http.middlewares.authelia.forwardAuth.trustForwardHeader=true'
|
|
||||||
- 'traefik.http.middlewares.authelia.forwardAuth.authResponseHeaders=Remote-User,Remote-Groups,Remote-Name,Remote-Email'
|
|
||||||
- 'traefik.http.middlewares.authelia-basic.forwardAuth.address=http://authelia:9091/api/verify?auth=basic'
|
|
||||||
- 'traefik.http.middlewares.authelia-basic.forwardAuth.trustForwardHeader=true'
|
|
||||||
- 'traefik.http.middlewares.authelia-basic.forwardAuth.authResponseHeaders=Remote-User,Remote-Groups,Remote-Name,Remote-Email'
|
|
||||||
# Service
|
|
||||||
- "traefik.http.services.authelia-service.loadbalancer.server.port=9091"
|
|
||||||
restart: unless-stopped
|
|
||||||
environment:
|
|
||||||
- TZ=Europe/Paris
|
|
||||||
healthcheck:
|
|
||||||
disable: true
|
|
||||||
|
|
||||||
redis:
|
GGGGG
|
||||||
container_name: authelia-redis
|
|
||||||
hostname: authelia-redis
|
# Téléchargement, Configuration et Lancement
|
||||||
image: redis:alpine
|
|
||||||
volumes:
|
## Téléchargement de Fichier-Stockage
|
||||||
- ./redis:/data
|
|
||||||
networks:
|
Saisir la commande pour télécharger la source
|
||||||
- back_network
|
```bash
|
||||||
expose:
|
git clone https://git.tips-of-mine.fr/Tips-Of-Mine/Docker.git
|
||||||
- 6379
|
```
|
||||||
restart: unless-stopped
|
|
||||||
environment:
|
Saisir la commande pour vous rendre dans le dossier
|
||||||
- TZ=Europe/Paris
|
```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>
|
||||||
|
@ -1,49 +1,8 @@
|
|||||||
version: '3'
|
#### NETWORKS
|
||||||
|
|
||||||
services:
|
|
||||||
authelia:
|
|
||||||
image: authelia/authelia
|
|
||||||
container_name: authelia
|
|
||||||
volumes:
|
|
||||||
- /home/ubuntu/docker/authelia/config:/config
|
|
||||||
networks:
|
|
||||||
- proxy
|
|
||||||
security_opt:
|
|
||||||
- no-new-privileges:true
|
|
||||||
labels:
|
|
||||||
- 'traefik.enable=true'
|
|
||||||
- 'traefik.http.routers.authelia.rule=Host(`auth.jimsgarage.co.uk`)'
|
|
||||||
- 'traefik.http.routers.authelia.entrypoints=https'
|
|
||||||
- 'traefik.http.routers.authelia.tls=true'
|
|
||||||
- 'traefik.http.middlewares.authelia.forwardAuth.address=http://authelia:9091/api/verify?rd=https://auth.jimsgarage.co.uk'
|
|
||||||
- 'traefik.http.middlewares.authelia.forwardAuth.trustForwardHeader=true'
|
|
||||||
- 'traefik.http.middlewares.authelia.forwardAuth.authResponseHeaders=Remote-User,Remote-Groups,Remote-Name,Remote-Email'
|
|
||||||
- 'traefik.http.middlewares.authelia-basic.forwardAuth.address=http://authelia:9091/api/verify?auth=basic'
|
|
||||||
- 'traefik.http.middlewares.authelia-basic.forwardAuth.trustForwardHeader=true'
|
|
||||||
- 'traefik.http.middlewares.authelia-basic.forwardAuth.authResponseHeaders=Remote-User,Remote-Groups,Remote-Name,Remote-Email'
|
|
||||||
- 'traefik.http.services.authelia.loadbalancer.server.port=9091'
|
|
||||||
ports:
|
|
||||||
- 9091:9091
|
|
||||||
restart: unless-stopped
|
|
||||||
environment:
|
|
||||||
- TZ=Europe/London
|
|
||||||
healthcheck:
|
|
||||||
disable: true
|
|
||||||
|
|
||||||
redis:
|
|
||||||
image: redis:alpine
|
|
||||||
container_name: redis
|
|
||||||
volumes:
|
|
||||||
- /home/ubuntu/docker/redis:/data
|
|
||||||
networks:
|
|
||||||
- proxy
|
|
||||||
expose:
|
|
||||||
- 6379
|
|
||||||
restart: unless-stopped
|
|
||||||
environment:
|
|
||||||
- TZ=Europe/London
|
|
||||||
|
|
||||||
|
|
||||||
networks:
|
networks:
|
||||||
proxy:
|
back_network:
|
||||||
external: true
|
driver: bridge
|
||||||
|
attachable: true
|
||||||
|
|
||||||
|
#### SERVICES
|
||||||
|
services:
|
||||||
|
Before Width: | Height: | Size: 2.8 KiB After Width: | Height: | Size: 2.8 KiB |
@ -1,19 +0,0 @@
|
|||||||
---
|
|
||||||
###############################################################
|
|
||||||
# Users Database #
|
|
||||||
###############################################################
|
|
||||||
|
|
||||||
# This file can be used if you do not have an LDAP set up.
|
|
||||||
|
|
||||||
# List of users
|
|
||||||
users:
|
|
||||||
authelia:
|
|
||||||
disabled: false
|
|
||||||
displayname: "Authelia User"
|
|
||||||
# Password is authelia
|
|
||||||
password: "$6$rounds=50000$BpLnfgDsc2WD8F2q$Zis.ixdg9s/UOJYrs56b5QEZFiZECu0qZVNsIYxBaNJ7ucIL.nlxVCT5tqh8KHG8X4tlwCFm5r6NTOZZ5qRFN/" # yamllint disable-line rule:line-length
|
|
||||||
email: authelia@authelia.com
|
|
||||||
groups:
|
|
||||||
- admins
|
|
||||||
- dev
|
|
||||||
...
|
|
@ -1,18 +0,0 @@
|
|||||||
PG_PASS=UaXg4bygCAIBx3aIegkYk22LE5bOBWLpAuv60eGk
|
|
||||||
AUTHENTIK_SECRET_KEY=ThB3GtCJgHxkoFhyorQ4s5jMznqM13nebhHadJvbp5F2E11wA0
|
|
||||||
AUTHENTIK_ERROR_REPORTING__ENABLED=true
|
|
||||||
COMPOSE_PORT_HTTPS=1443
|
|
||||||
COMPOSE_PORT_HTTP=7000
|
|
||||||
# SMTP Host Emails are sent to
|
|
||||||
AUTHENTIK_EMAIL__HOST=localhost
|
|
||||||
AUTHENTIK_EMAIL__PORT=25
|
|
||||||
# Optionally authenticate (don't add quotation marks to your password)
|
|
||||||
AUTHENTIK_EMAIL__USERNAME=admin@tips-of-mine.fr
|
|
||||||
AUTHENTIK_EMAIL__PASSWORD=password
|
|
||||||
# Use StartTLS
|
|
||||||
AUTHENTIK_EMAIL__USE_TLS=false
|
|
||||||
# Use SSL
|
|
||||||
AUTHENTIK_EMAIL__USE_SSL=false
|
|
||||||
AUTHENTIK_EMAIL__TIMEOUT=10
|
|
||||||
# Email address authentik will send from, should have a correct @domain
|
|
||||||
AUTHENTIK_EMAIL__FROM=authentik@localhost
|
|
@ -1,8 +1,10 @@
|
|||||||

|

|
||||||
|
URL :
|
||||||
|
|
||||||
# Authentik
|
# Authentik
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
# Téléchargement, Configuration et Lancement
|
# Téléchargement, Configuration et Lancement
|
||||||
|
|
||||||
## Téléchargement de Authentik
|
## Téléchargement de Authentik
|
||||||
@ -23,6 +25,14 @@ Saisir la commande pour vous rendre dans le dossier
|
|||||||
```bash
|
```bash
|
||||||
cd Authentication\Authentik
|
cd Authentication\Authentik
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Nous éditons le fichier de configuration
|
||||||
|
```bash
|
||||||
|
nano .env
|
||||||
|
```
|
||||||
|
|
||||||
|
Nous modifions les variables dont nous avons besoin.
|
||||||
|
|
||||||
## Lancement de Authentik
|
## Lancement de Authentik
|
||||||
|
|
||||||
Pour utiliser Authentik tout seul
|
Pour utiliser Authentik tout seul
|
||||||
@ -35,15 +45,19 @@ Pour utiliser Authentik avec Traefik
|
|||||||
docker compose -f docker-compose-traefik.yml up -d
|
docker compose -f docker-compose-traefik.yml up -d
|
||||||
```
|
```
|
||||||
|
|
||||||
Pour utiliser Authentik avec Nginx
|
|
||||||
```bash
|
|
||||||
docker compose -f docker-compose-nginx.yml up -d
|
|
||||||
```
|
|
||||||
|
|
||||||
# Utilisation
|
# Utilisation
|
||||||
|
|
||||||
## Accueil
|
## 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://Authentik.10.0.4.29.traefik.me`)"
|
||||||
|
|
||||||
|
|
||||||
# More info
|
# More info
|
||||||
- more information on the website [Tips-Of-Mine](https://www.tips-of-mine.fr/)
|
- more information on the website [Tips-Of-Mine](https://www.tips-of-mine.fr/)
|
||||||
|
@ -1,131 +1,66 @@
|
|||||||
#### NETWORKS
|

|
||||||
networks:
|
URL : HHHHH
|
||||||
docker-traefik_front_network:
|
|
||||||
external: true
|
|
||||||
back_network:
|
|
||||||
driver: bridge
|
|
||||||
attachable: true
|
|
||||||
|
|
||||||
#### SERVICES
|
# Fichier-Stockage
|
||||||
services:
|
|
||||||
|
|
||||||
### postgresql
|
GGGGG
|
||||||
postgresql:
|
|
||||||
container_name: authentik-postgres
|
|
||||||
hostname: authentik-postgres
|
|
||||||
image: docker.io/library/postgres:15.6-alpine
|
|
||||||
restart: unless-stopped
|
|
||||||
networks:
|
|
||||||
- back_network
|
|
||||||
healthcheck:
|
|
||||||
test: ["CMD-SHELL", "pg_isready -d $${POSTGRES_DB} -U $${POSTGRES_USER}"]
|
|
||||||
start_period: 20s
|
|
||||||
interval: 30s
|
|
||||||
retries: 5
|
|
||||||
timeout: 5s
|
|
||||||
volumes:
|
|
||||||
- ./data:/var/lib/postgresql/data
|
|
||||||
environment:
|
|
||||||
PGDATA: /var/lib/postgresql/data/authentik
|
|
||||||
POSTGRES_PASSWORD: 'P@ssword!Here!123456'
|
|
||||||
POSTGRES_USER: authentik_user
|
|
||||||
POSTGRES_DB: authentik_db
|
|
||||||
TZ: Europe/Paris
|
|
||||||
env_file:
|
|
||||||
- .env
|
|
||||||
|
|
||||||
### redis
|
# Téléchargement, Configuration et Lancement
|
||||||
redis:
|
|
||||||
container_name: authentik-redis
|
|
||||||
hostname: authentik-redis
|
|
||||||
image: docker.io/library/redis:alpine
|
|
||||||
command: --save 60 1 --loglevel warning
|
|
||||||
restart: unless-stopped
|
|
||||||
networks:
|
|
||||||
- back_network
|
|
||||||
healthcheck:
|
|
||||||
test: ["CMD-SHELL", "redis-cli ping | grep PONG"]
|
|
||||||
start_period: 20s
|
|
||||||
interval: 30s
|
|
||||||
retries: 5
|
|
||||||
timeout: 3s
|
|
||||||
volumes:
|
|
||||||
- ./redis:/data
|
|
||||||
environment:
|
|
||||||
- TZ=Europe/London
|
|
||||||
|
|
||||||
### authentik-server
|
## Téléchargement de Fichier-Stockage
|
||||||
server:
|
|
||||||
container_name: authentik-server
|
|
||||||
hostname: authentik-server
|
|
||||||
image: ${AUTHENTIK_IMAGE:-ghcr.io/goauthentik/server}:${AUTHENTIK_TAG:-2024.2.2}
|
|
||||||
restart: unless-stopped
|
|
||||||
networks:
|
|
||||||
- docker-traefik_front_network
|
|
||||||
- back_network
|
|
||||||
command: server
|
|
||||||
environment:
|
|
||||||
AUTHENTIK_REDIS__HOST: redis
|
|
||||||
AUTHENTIK_POSTGRESQL__HOST: postgresql
|
|
||||||
AUTHENTIK_POSTGRESQL__USER: authentik_user
|
|
||||||
AUTHENTIK_POSTGRESQL__NAME: authentik_db
|
|
||||||
AUTHENTIK_POSTGRESQL__PASSWORD: 'P@ssword!Here!123456'
|
|
||||||
volumes:
|
|
||||||
- ./media:/media
|
|
||||||
- ./custom-templates:/templates
|
|
||||||
env_file:
|
|
||||||
- .env
|
|
||||||
# ports:
|
|
||||||
# - "${COMPOSE_PORT_HTTP:-7000}:9000"
|
|
||||||
# - "${COMPOSE_PORT_HTTPS:-7443}:9443"
|
|
||||||
depends_on:
|
|
||||||
- postgresql
|
|
||||||
- redis
|
|
||||||
labels:
|
|
||||||
- "traefik.enable=true"
|
|
||||||
- "traefik.docker.network=docker-traefik_front_network"
|
|
||||||
# HTTP
|
|
||||||
- "traefik.http.routers.authentik-http.rule=Host(`authentik.10.0.4.29.traefik.me`)"
|
|
||||||
- "traefik.http.routers.authentik-http.entrypoints=http"
|
|
||||||
# HTTPS
|
|
||||||
- "traefik.http.routers.authentik-https.rule=Host(`authentik.10.0.4.29.traefik.me`)"
|
|
||||||
- "traefik.http.routers.authentik-https.entrypoints=https"
|
|
||||||
- "traefik.http.routers.authentik-https.service=authentik-service"
|
|
||||||
- "traefik.http.routers.authentik-https.tls=true"
|
|
||||||
# Middleware
|
|
||||||
# Service
|
|
||||||
- "traefik.http.services.authentik-service.loadbalancer.server.port=9000"
|
|
||||||
|
|
||||||
### authentik-worker
|
Saisir la commande pour télécharger la source
|
||||||
worker:
|
```bash
|
||||||
container_name: authentik-worker
|
git clone https://git.tips-of-mine.fr/Tips-Of-Mine/Docker.git
|
||||||
hostname: authentik-worker
|
```
|
||||||
image: ${AUTHENTIK_IMAGE:-ghcr.io/goauthentik/server}:${AUTHENTIK_TAG:-2024.2.2}
|
|
||||||
restart: unless-stopped
|
Saisir la commande pour vous rendre dans le dossier
|
||||||
networks:
|
```bash
|
||||||
- docker-traefik_front_network
|
cd AAAAA\Fichier-Stockage
|
||||||
- back_network
|
```
|
||||||
command: worker
|
|
||||||
environment:
|
## Modifier la configuration de Fichier-Stockage
|
||||||
AUTHENTIK_REDIS__HOST: redis
|
|
||||||
AUTHENTIK_POSTGRESQL__HOST: postgresql
|
Saisir la commande pour vous rendre dans le dossier
|
||||||
AUTHENTIK_POSTGRESQL__USER: authentik_user
|
```bash
|
||||||
AUTHENTIK_POSTGRESQL__NAME: authentik_db
|
cd AAAAA\Fichier-Stockage
|
||||||
AUTHENTIK_POSTGRESQL__PASSWORD: 'P@ssword!Here!123456'
|
```
|
||||||
# `user: root` and the docker socket volume are optional.
|
|
||||||
# See more for the docker socket integration here:
|
Nous éditons le fichier de configuration
|
||||||
# https://goauthentik.io/docs/outposts/integrations/docker
|
```bash
|
||||||
# Removing `user: root` also prevents the worker from fixing the permissions
|
nano .env
|
||||||
# on the mounted folders, so when removing this make sure the folders have the correct UID/GID
|
```
|
||||||
# (1000:1000 by default)
|
|
||||||
user: root
|
Nous modifions les variables dont nous avons besoin.
|
||||||
volumes:
|
|
||||||
- /var/run/docker.sock:/var/run/docker.sock
|
## Lancement de Fichier-Stockage
|
||||||
- ./media:/media
|
|
||||||
- ./certs:/certs
|
Pour utiliser Fichier-Stockage tout seul
|
||||||
- ./custom-templates:/templates
|
```bash
|
||||||
env_file:
|
docker compose up -d
|
||||||
- .env
|
```
|
||||||
depends_on:
|
|
||||||
- postgresql
|
Pour utiliser Fichier-Stockage avec Traefik
|
||||||
- redis
|
```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>
|
||||||
|
@ -1,87 +0,0 @@
|
|||||||
---
|
|
||||||
version: "3.4"
|
|
||||||
|
|
||||||
services:
|
|
||||||
postgresql:
|
|
||||||
image: docker.io/library/postgres:12-alpine
|
|
||||||
restart: unless-stopped
|
|
||||||
healthcheck:
|
|
||||||
test: ["CMD-SHELL", "pg_isready -d $${POSTGRES_DB} -U $${POSTGRES_USER}"]
|
|
||||||
start_period: 20s
|
|
||||||
interval: 30s
|
|
||||||
retries: 5
|
|
||||||
timeout: 5s
|
|
||||||
volumes:
|
|
||||||
- database:/var/lib/postgresql/data
|
|
||||||
environment:
|
|
||||||
POSTGRES_PASSWORD: ${PG_PASS:?database password required}
|
|
||||||
POSTGRES_USER: ${PG_USER:-authentik}
|
|
||||||
POSTGRES_DB: ${PG_DB:-authentik}
|
|
||||||
env_file:
|
|
||||||
- .env
|
|
||||||
redis:
|
|
||||||
image: docker.io/library/redis:alpine
|
|
||||||
command: --save 60 1 --loglevel warning
|
|
||||||
restart: unless-stopped
|
|
||||||
healthcheck:
|
|
||||||
test: ["CMD-SHELL", "redis-cli ping | grep PONG"]
|
|
||||||
start_period: 20s
|
|
||||||
interval: 30s
|
|
||||||
retries: 5
|
|
||||||
timeout: 3s
|
|
||||||
volumes:
|
|
||||||
- redis:/data
|
|
||||||
server:
|
|
||||||
image: ${AUTHENTIK_IMAGE:-ghcr.io/goauthentik/server}:${AUTHENTIK_TAG:-2023.8.3}
|
|
||||||
restart: unless-stopped
|
|
||||||
command: server
|
|
||||||
environment:
|
|
||||||
AUTHENTIK_REDIS__HOST: redis
|
|
||||||
AUTHENTIK_POSTGRESQL__HOST: postgresql
|
|
||||||
AUTHENTIK_POSTGRESQL__USER: ${PG_USER:-authentik}
|
|
||||||
AUTHENTIK_POSTGRESQL__NAME: ${PG_DB:-authentik}
|
|
||||||
AUTHENTIK_POSTGRESQL__PASSWORD: ${PG_PASS}
|
|
||||||
volumes:
|
|
||||||
- ./media:/media
|
|
||||||
- ./custom-templates:/templates
|
|
||||||
env_file:
|
|
||||||
- .env
|
|
||||||
ports:
|
|
||||||
- "${COMPOSE_PORT_HTTP:-9000}:9000"
|
|
||||||
- "${COMPOSE_PORT_HTTPS:-9443}:9443"
|
|
||||||
depends_on:
|
|
||||||
- postgresql
|
|
||||||
- redis
|
|
||||||
worker:
|
|
||||||
image: ${AUTHENTIK_IMAGE:-ghcr.io/goauthentik/server}:${AUTHENTIK_TAG:-2023.8.3}
|
|
||||||
restart: unless-stopped
|
|
||||||
command: worker
|
|
||||||
environment:
|
|
||||||
AUTHENTIK_REDIS__HOST: redis
|
|
||||||
AUTHENTIK_POSTGRESQL__HOST: postgresql
|
|
||||||
AUTHENTIK_POSTGRESQL__USER: ${PG_USER:-authentik}
|
|
||||||
AUTHENTIK_POSTGRESQL__NAME: ${PG_DB:-authentik}
|
|
||||||
AUTHENTIK_POSTGRESQL__PASSWORD: ${PG_PASS}
|
|
||||||
# `user: root` and the docker socket volume are optional.
|
|
||||||
# See more for the docker socket integration here:
|
|
||||||
# https://goauthentik.io/docs/outposts/integrations/docker
|
|
||||||
# Removing `user: root` also prevents the worker from fixing the permissions
|
|
||||||
# on the mounted folders, so when removing this make sure the folders have the correct UID/GID
|
|
||||||
# (1000:1000 by default)
|
|
||||||
user: root
|
|
||||||
volumes:
|
|
||||||
- /var/run/docker.sock:/var/run/docker.sock
|
|
||||||
- ./media:/media
|
|
||||||
- ./certs:/certs
|
|
||||||
- ./custom-templates:/templates
|
|
||||||
env_file:
|
|
||||||
- .env
|
|
||||||
depends_on:
|
|
||||||
- postgresql
|
|
||||||
- redis
|
|
||||||
|
|
||||||
volumes:
|
|
||||||
database:
|
|
||||||
driver: local
|
|
||||||
redis:
|
|
||||||
driver: local
|
|
@ -0,0 +1,8 @@
|
|||||||
|
#### NETWORKS
|
||||||
|
networks:
|
||||||
|
back_network:
|
||||||
|
driver: bridge
|
||||||
|
attachable: true
|
||||||
|
|
||||||
|
#### SERVICES
|
||||||
|
services:
|
Before Width: | Height: | Size: 10 KiB After Width: | Height: | Size: 10 KiB |
@ -1,11 +0,0 @@
|
|||||||
#!/bin/sh
|
|
||||||
|
|
||||||
if ! (docker ps >/dev/null 2>&1)
|
|
||||||
then
|
|
||||||
echo "Le daemon docker n'est pas en cours d'exécution, sortie !"
|
|
||||||
exit
|
|
||||||
fi
|
|
||||||
|
|
||||||
echo "Préparation"
|
|
||||||
mkdir -p ./redis >/dev/null 2>&1
|
|
||||||
mkdir -p ./data >/dev/null 2>&1
|
|
@ -1,7 +1,9 @@
|
|||||||

|

|
||||||
|
URL :
|
||||||
|
|
||||||
# Keycloak
|
# Keycloak
|
||||||
|
|
||||||
|
Solution de gestion de l'identit? et de l'acc?s ? l'Open Source pour les applications et les services modernes.
|
||||||
|
|
||||||
# Téléchargement, Configuration et Lancement
|
# Téléchargement, Configuration et Lancement
|
||||||
|
|
||||||
@ -23,6 +25,14 @@ Saisir la commande pour vous rendre dans le dossier
|
|||||||
```bash
|
```bash
|
||||||
cd Authentication\Keycloak
|
cd Authentication\Keycloak
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Nous éditons le fichier de configuration
|
||||||
|
```bash
|
||||||
|
nano .env
|
||||||
|
```
|
||||||
|
|
||||||
|
Nous modifions les variables dont nous avons besoin.
|
||||||
|
|
||||||
## Lancement de Keycloak
|
## Lancement de Keycloak
|
||||||
|
|
||||||
Pour utiliser Keycloak tout seul
|
Pour utiliser Keycloak tout seul
|
||||||
@ -35,15 +45,19 @@ Pour utiliser Keycloak avec Traefik
|
|||||||
docker compose -f docker-compose-traefik.yml up -d
|
docker compose -f docker-compose-traefik.yml up -d
|
||||||
```
|
```
|
||||||
|
|
||||||
Pour utiliser Keycloak avec Nginx
|
|
||||||
```bash
|
|
||||||
docker compose -f docker-compose-nginx.yml up -d
|
|
||||||
```
|
|
||||||
|
|
||||||
# Utilisation
|
# Utilisation
|
||||||
|
|
||||||
## Accueil
|
## 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://Keycloak.10.0.4.29.traefik.me`)"
|
||||||
|
|
||||||
|
|
||||||
# More info
|
# More info
|
||||||
- more information on the website [Tips-Of-Mine](https://www.tips-of-mine.fr/)
|
- more information on the website [Tips-Of-Mine](https://www.tips-of-mine.fr/)
|
||||||
|
@ -0,0 +1,66 @@
|
|||||||
|

|
||||||
|
URL : HHHHH
|
||||||
|
|
||||||
|
# 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>
|
@ -0,0 +1,8 @@
|
|||||||
|
#### NETWORKS
|
||||||
|
networks:
|
||||||
|
back_network:
|
||||||
|
driver: bridge
|
||||||
|
attachable: true
|
||||||
|
|
||||||
|
#### SERVICES
|
||||||
|
services:
|
BIN
Authentication/Keycloak/img/logo-Keycloak.png
Normal file
After Width: | Height: | Size: 2.7 KiB |
@ -1,12 +0,0 @@
|
|||||||
version: "2.1"
|
|
||||||
services:
|
|
||||||
babybuddy:
|
|
||||||
image: lscr.io/linuxserver/babybuddy
|
|
||||||
container_name: babybuddy
|
|
||||||
environment:
|
|
||||||
- TZ=UTC
|
|
||||||
volumes:
|
|
||||||
- /srv/appdata/babybuddy/config:/config
|
|
||||||
ports:
|
|
||||||
- 8540:8000
|
|
||||||
restart: unless-stopped
|
|
@ -1,32 +0,0 @@
|
|||||||

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

|
|
||||||
|
|
||||||
# More info
|
|
||||||
- more information on the website [Tips-Of-Mine](https://www.tips-of-mine.fr/)
|
|
||||||
|
|
||||||
# Buy me a coffe
|
|
||||||
<a href='https://ko-fi.com/R5R2KNI3N' target='_blank'><img height='36' style='border:0px;height:36px;' src='https://storage.ko-fi.com/cdn/kofi4.png?v=3' border='0' alt='Buy Me a Coffee at ko-fi.com' /></a>
|
|
@ -1,34 +0,0 @@
|
|||||||
#### NETWORKS
|
|
||||||
networks:
|
|
||||||
docker-traefik_front_network:
|
|
||||||
external: true
|
|
||||||
back_network:
|
|
||||||
driver: bridge
|
|
||||||
attachable: true
|
|
||||||
|
|
||||||
#### SERVICES
|
|
||||||
services:
|
|
||||||
|
|
||||||
### Adminer
|
|
||||||
adminer:
|
|
||||||
container_name: Adminer-App
|
|
||||||
hostname: Adminer-App
|
|
||||||
image: adminer
|
|
||||||
restart: always
|
|
||||||
networks:
|
|
||||||
- back_network
|
|
||||||
- docker-traefik_front_network
|
|
||||||
labels:
|
|
||||||
- "traefik.enable=true"
|
|
||||||
- "traefik.docker.network=docker-traefik_front_network"
|
|
||||||
# HTTP
|
|
||||||
- "traefik.http.routers.adminer-http.rule=Host(`adminer.10.0.4.29.traefik.me`)"
|
|
||||||
- "traefik.http.routers.adminer-http.entrypoints=http"
|
|
||||||
# HTTPS
|
|
||||||
- "traefik.http.routers.adminer-https.rule=Host(`adminer.10.0.4.29.traefik.me`)"
|
|
||||||
- "traefik.http.routers.adminer-https.entrypoints=https"
|
|
||||||
- "traefik.http.routers.adminer-https.tls=true"
|
|
||||||
- "traefik.http.routers.adminer.service=adminer-service"
|
|
||||||
# Middleware
|
|
||||||
# Service
|
|
||||||
- "traefik.http.services.adminer-service.loadbalancer.server.port=8080"
|
|
@ -1,11 +0,0 @@
|
|||||||
#### SERVICES
|
|
||||||
services:
|
|
||||||
|
|
||||||
### Adminer
|
|
||||||
adminer:
|
|
||||||
container_name: Adminer-Alone
|
|
||||||
hostname: Adminer-Alone
|
|
||||||
image: adminer
|
|
||||||
restart: always
|
|
||||||
ports:
|
|
||||||
- 8080:8080
|
|
Before Width: | Height: | Size: 11 KiB |
@ -1,31 +0,0 @@
|
|||||||

|
|
||||||
|
|
||||||
# ArangoDB
|
|
||||||
|
|
||||||
|
|
||||||
# Installation
|
|
||||||
|
|
||||||
Pour utiliser ArangoDB tout seul
|
|
||||||
```bash
|
|
||||||
docker compose up -d
|
|
||||||
```
|
|
||||||
|
|
||||||
Pour utiliser ArangoDB avec Traefik
|
|
||||||
```bash
|
|
||||||
docker compose -f docker-compose-traefik.yml up -d
|
|
||||||
```
|
|
||||||
|
|
||||||
Pour utiliser ArangoDB 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,31 +0,0 @@
|
|||||||

|
|
||||||
|
|
||||||
# CloudBeaver
|
|
||||||
|
|
||||||
|
|
||||||
# Installation
|
|
||||||
|
|
||||||
Pour utiliser CloudBeaver tout seul
|
|
||||||
```bash
|
|
||||||
docker compose up -d
|
|
||||||
```
|
|
||||||
|
|
||||||
Pour utiliser CloudBeaver avec Traefik
|
|
||||||
```bash
|
|
||||||
docker compose -f docker-compose-traefik.yml up -d
|
|
||||||
```
|
|
||||||
|
|
||||||
Pour utiliser CloudBeaver 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,31 +0,0 @@
|
|||||||

|
|
||||||
|
|
||||||
# CouchDB
|
|
||||||
|
|
||||||
|
|
||||||
# Installation
|
|
||||||
|
|
||||||
Pour utiliser CouchDB tout seul
|
|
||||||
```bash
|
|
||||||
docker compose up -d
|
|
||||||
```
|
|
||||||
|
|
||||||
Pour utiliser CouchDB avec Traefik
|
|
||||||
```bash
|
|
||||||
docker compose -f docker-compose-traefik.yml up -d
|
|
||||||
```
|
|
||||||
|
|
||||||
Pour utiliser CouchDB 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,30 +0,0 @@
|
|||||||

|
|
||||||
|
|
||||||
# Mariadb
|
|
||||||
|
|
||||||
# Installation
|
|
||||||
|
|
||||||
Pour utiliser Mariadb tout seul
|
|
||||||
```bash
|
|
||||||
docker compose up -d
|
|
||||||
```
|
|
||||||
|
|
||||||
Pour utiliser Mariadb avec Traefik
|
|
||||||
```bash
|
|
||||||
docker compose -f docker-compose-traefik.yml up -d
|
|
||||||
```
|
|
||||||
|
|
||||||
Pour utiliser Mariadb 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,30 +0,0 @@
|
|||||||

|
|
||||||
|
|
||||||
# MySQL
|
|
||||||
|
|
||||||
# Installation
|
|
||||||
|
|
||||||
Pour utiliser MySQL tout seul
|
|
||||||
```bash
|
|
||||||
docker compose up -d
|
|
||||||
```
|
|
||||||
|
|
||||||
Pour utiliser MySQL avec Traefik
|
|
||||||
```bash
|
|
||||||
docker compose -f docker-compose-traefik.yml up -d
|
|
||||||
```
|
|
||||||
|
|
||||||
Pour utiliser MySQL 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,30 +0,0 @@
|
|||||||

|
|
||||||
|
|
||||||
# PostgreSQL
|
|
||||||
|
|
||||||
# Installation
|
|
||||||
|
|
||||||
Pour utiliser PostgreSQL tout seul
|
|
||||||
```bash
|
|
||||||
docker compose up -d
|
|
||||||
```
|
|
||||||
|
|
||||||
Pour utiliser PostgreSQL avec Traefik
|
|
||||||
```bash
|
|
||||||
docker compose -f docker-compose-traefik.yml up -d
|
|
||||||
```
|
|
||||||
|
|
||||||
Pour utiliser PostgreSQL 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,30 +0,0 @@
|
|||||||

|
|
||||||
|
|
||||||
# RabbitMQ
|
|
||||||
|
|
||||||
# Installation
|
|
||||||
|
|
||||||
Pour utiliser RabbitMQ tout seul
|
|
||||||
```bash
|
|
||||||
docker compose up -d
|
|
||||||
```
|
|
||||||
|
|
||||||
Pour utiliser RabbitMQ avec Traefik
|
|
||||||
```bash
|
|
||||||
docker compose -f docker-compose-traefik.yml up -d
|
|
||||||
```
|
|
||||||
|
|
||||||
Pour utiliser RabbitMQ 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,43 +0,0 @@
|
|||||||

|
|
||||||
|
|
||||||
|
|
||||||
# Redis
|
|
||||||
Redis is a versatile and fast data store that supports strings, hashes, lists, sets, streams, and more. It also offers programmability, extensibility, persistence, clustering, and Base-de-donnéesgh availability features, as well as Redis Stack for modern data models and processing engines.
|
|
||||||
|
|
||||||
# Management UI
|
|
||||||
Redis Commander is a web-based management tool for Redis. It is a simple and intuitive tool that allows you to interact with Redis, monitor key space, and execute commands.
|
|
||||||
|
|
||||||
Navigate to http://localhost:8081 to access the Redis Commander UI.
|
|
||||||
|
|
||||||

|
|
||||||
|
|
||||||
|
|
||||||
## Prerequisites
|
|
||||||
- Docker
|
|
||||||
- Docker Compose
|
|
||||||
|
|
||||||
## Running the Stack
|
|
||||||
|
|
||||||
### Standalone
|
|
||||||
|
|
||||||
Inside the `standalone` directory, run `docker-compose up` to start the connector.
|
|
||||||
|
|
||||||
### Port Configurations
|
|
||||||
|
|
||||||
- `6379` - Master Redis port
|
|
||||||
- `6380` - Slave Redis port
|
|
||||||
|
|
||||||
### Configuration
|
|
||||||
|
|
||||||
All the configurations are available in the `standalone/conf` directory.
|
|
||||||
|
|
||||||
- `redis.conf` - Master Redis configuration file
|
|
||||||
- `redis-replica.conf` - Replica Redis configuration file
|
|
||||||
- `redis-commander.json` - Redis Commander configuration file
|
|
||||||
|
|
||||||
### Data Persistence
|
|
||||||
|
|
||||||
- `standalone/data` - Master Redis data directory
|
|
||||||
- `standalone/data-replica` - Replica Redis data directory
|
|
||||||
|
|
||||||
|
|
Before Width: | Height: | Size: 7.7 KiB |
Before Width: | Height: | Size: 135 KiB |
@ -1,31 +0,0 @@
|
|||||||

|
|
||||||
|
|
||||||
# RetBase-de-donnéesnkDB
|
|
||||||
|
|
||||||
|
|
||||||
# Installation
|
|
||||||
|
|
||||||
Pour utiliser RetBase-de-donnéesnkDB tout seul
|
|
||||||
```bash
|
|
||||||
docker compose up -d
|
|
||||||
```
|
|
||||||
|
|
||||||
Pour utiliser RetBase-de-donnéesnkDB avec Traefik
|
|
||||||
```bash
|
|
||||||
docker compose -f docker-compose-traefik.yml up -d
|
|
||||||
```
|
|
||||||
|
|
||||||
Pour utiliser RetBase-de-donnéesnkDB 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,115 +0,0 @@
|
|||||||

|
|
||||||
|
|
||||||
|
|
||||||
# ScyllaDB
|
|
||||||
|
|
||||||
ScyllaDB is a NoSQL database management system that is compatible with Apache Cassandra.
|
|
||||||
It is designed to scale linearly across multiple commodity servers, wBase-de-donnéesle maintaining low latency and Base-de-donnéesgh availability.
|
|
||||||
ScyllaDB is written in C++ and uses the Seastar framework for concurrency and asynchronous I/O.
|
|
||||||
|
|
||||||
|
|
||||||
## Prerequisites
|
|
||||||
- Docker
|
|
||||||
- Docker Compose
|
|
||||||
|
|
||||||
|
|
||||||
## Running the Stack
|
|
||||||
|
|
||||||
### Standalone
|
|
||||||
|
|
||||||
Inside the `standalone` directory, run `docker-compose up` to start the connector.
|
|
||||||
|
|
||||||
### Port Configurations
|
|
||||||
|
|
||||||
- `9042` - ScyllaDB CQL port
|
|
||||||
- `9160` - ScyllaDB Thrift port
|
|
||||||
- `7004` - ScyllaDB Inter-node communication (RPC)
|
|
||||||
- `7005` - ScyllaDB Inter-node communication (SSL)
|
|
||||||
- `10000` - Scylla REST API
|
|
||||||
|
|
||||||
|
|
||||||
### Cluster
|
|
||||||
|
|
||||||
Inside the `cluster` directory, run `docker-compose up` to start the connector.
|
|
||||||
|
|
||||||
#### Port Configurations
|
|
||||||
|
|
||||||
Master
|
|
||||||
|
|
||||||
- `9042` - ScyllaDB CQL port
|
|
||||||
- `9160` - ScyllaDB Thrift port
|
|
||||||
- `7004` - ScyllaDB Inter-node communication (RPC)
|
|
||||||
- `7005` - ScyllaDB Inter-node communication (SSL)
|
|
||||||
- `10000` - Scylla REST API
|
|
||||||
|
|
||||||
Node 1
|
|
||||||
|
|
||||||
- `9043` - ScyllaDB CQL port
|
|
||||||
- `9161` - ScyllaDB Thrift port
|
|
||||||
- `7006` - ScyllaDB Inter-node communication (RPC)
|
|
||||||
- `7007` - ScyllaDB Inter-node communication (SSL)
|
|
||||||
- `10001` - Scylla REST API
|
|
||||||
|
|
||||||
**Cluster Status:**
|
|
||||||
|
|
||||||
run `docker-compose exec scylladb-master nodetool status` to view the cluster status.
|
|
||||||
|
|
||||||
```go
|
|
||||||
Datacenter: datacenter1
|
|
||||||
=======================
|
|
||||||
Status=Up/Down
|
|
||||||
|/ State=Normal/Leaving/Joining/Moving
|
|
||||||
-- Address Load Tokens Owns Host ID Rack
|
|
||||||
UN 172.27.0.3 2.07 MB 256 ? a899f085-0437-444a-80fe-158958a8796b rack1
|
|
||||||
UN 172.27.0.2 2.02 MB 256 ? 2910746d-e5f2-4a28-a63d-a089cdcb0438 rack1
|
|
||||||
|
|
||||||
Note: Non-system keyspaces don't have the same replication settings, effective ownersBase-de-donnéesp information is meaningless
|
|
||||||
```
|
|
||||||
|
|
||||||
**Cluster Topology:**
|
|
||||||
|
|
||||||
run `docker-compose exec scylladb-master nodetool describecluster` to view the cluster topology.
|
|
||||||
|
|
||||||
```go
|
|
||||||
Cluster Information:
|
|
||||||
Name: Test Cluster
|
|
||||||
Snitch: org.apache.cassandra.locator.SimpleSnitch
|
|
||||||
DynamicEndPointSnitch: disabled
|
|
||||||
Partitioner: org.apache.cassandra.dht.Murmur3Partitioner
|
|
||||||
Schema versions:
|
|
||||||
f99fb55d-f298-30d6-bd75-31f9855362c2: [172.29.0.2, 172.29.0.3]
|
|
||||||
```
|
|
||||||
|
|
||||||
**Cluster Info:**
|
|
||||||
|
|
||||||
run `docker-compose exec scylladb-master nodetool info` to view the cluster info.
|
|
||||||
|
|
||||||
```go
|
|
||||||
ID : eb720697-ac71-413c-a843-748527cff616
|
|
||||||
Gossip active : true
|
|
||||||
Thrift active : false
|
|
||||||
Native Transport active: true
|
|
||||||
Load : 524 KB
|
|
||||||
Generation No : 1679584265
|
|
||||||
Uptime (seconds) : 139
|
|
||||||
Heap Memory (MB) : 14.16 / 247.50
|
|
||||||
Off Heap Memory (MB) : 4.65
|
|
||||||
Data Center : datacenter1
|
|
||||||
Rack : rack1
|
|
||||||
Exceptions : 0
|
|
||||||
Key Cache : entries 0, size 0 bytes, capacity 0 bytes, 0 Base-de-donnéests, 0 requests, 0.000 recent Base-de-donnéest rate, 0 save period in seconds
|
|
||||||
Row Cache : entries 13, size 13 bytes, capacity 154.2 KiB, 271 Base-de-donnéests, 271 requests, 1.000 recent Base-de-donnéest rate, 0 save period in seconds
|
|
||||||
Counter Cache : entries 0, size 0 bytes, capacity 0 bytes, 0 Base-de-donnéests, 0 requests, 0.000 recent Base-de-donnéest rate, 0 save period in seconds
|
|
||||||
Percent Repaired : 0.0%
|
|
||||||
Token : (invoke with -T/--tokens to see all 256 tokens)
|
|
||||||
```
|
|
||||||
|
|
||||||
## CQLSH
|
|
||||||
|
|
||||||
CQLSH is a command line tool for interacting with ScyllaDB.
|
|
||||||
|
|
||||||
### Usage
|
|
||||||
|
|
||||||
```go
|
|
||||||
docker-compose exec <<scylladb-master | scylladb>> cqlsh
|
|
||||||
```
|
|
@ -1,31 +0,0 @@
|
|||||||

|
|
||||||
|
|
||||||
# WunderBase
|
|
||||||
|
|
||||||
|
|
||||||
# Installation
|
|
||||||
|
|
||||||
Pour utiliser WunderBase tout seul
|
|
||||||
```bash
|
|
||||||
docker compose up -d
|
|
||||||
```
|
|
||||||
|
|
||||||
Pour utiliser WunderBase avec Traefik
|
|
||||||
```bash
|
|
||||||
docker compose -f docker-compose-traefik.yml up -d
|
|
||||||
```
|
|
||||||
|
|
||||||
Pour utiliser WunderBase 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,31 +0,0 @@
|
|||||||

|
|
||||||
|
|
||||||
# pgAdmin
|
|
||||||
|
|
||||||
|
|
||||||
# Installation
|
|
||||||
|
|
||||||
Pour utiliser pgAdmin tout seul
|
|
||||||
```bash
|
|
||||||
docker compose up -d
|
|
||||||
```
|
|
||||||
|
|
||||||
Pour utiliser pgAdmin avec Traefik
|
|
||||||
```bash
|
|
||||||
docker compose -f docker-compose-traefik.yml up -d
|
|
||||||
```
|
|
||||||
|
|
||||||
Pour utiliser pgAdmin 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,31 +0,0 @@
|
|||||||

|
|
||||||
|
|
||||||
# phpMyAdmin
|
|
||||||
|
|
||||||
|
|
||||||
# Installation
|
|
||||||
|
|
||||||
Pour utiliser phpMyAdmin tout seul
|
|
||||||
```bash
|
|
||||||
docker compose up -d
|
|
||||||
```
|
|
||||||
|
|
||||||
Pour utiliser phpMyAdmin avec Traefik
|
|
||||||
```bash
|
|
||||||
docker compose -f docker-compose-traefik.yml up -d
|
|
||||||
```
|
|
||||||
|
|
||||||
Pour utiliser phpMyAdmin 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>
|
|
66
Base-de-donnees/Adminer/README.md
Normal file
@ -0,0 +1,66 @@
|
|||||||
|

|
||||||
|
URL :
|
||||||
|
|
||||||
|
# Adminer
|
||||||
|
|
||||||
|
Gestion de base de donn?es complet ?crit en PHP.
|
||||||
|
|
||||||
|
# Téléchargement, Configuration et Lancement
|
||||||
|
|
||||||
|
## Téléchargement de Adminer
|
||||||
|
|
||||||
|
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 Base-de-donnees\Adminer
|
||||||
|
```
|
||||||
|
|
||||||
|
## Modifier la configuration de Adminer
|
||||||
|
|
||||||
|
Saisir la commande pour vous rendre dans le dossier
|
||||||
|
```bash
|
||||||
|
cd Base-de-donnees\Adminer
|
||||||
|
```
|
||||||
|
|
||||||
|
Nous éditons le fichier de configuration
|
||||||
|
```bash
|
||||||
|
nano .env
|
||||||
|
```
|
||||||
|
|
||||||
|
Nous modifions les variables dont nous avons besoin.
|
||||||
|
|
||||||
|
## Lancement de Adminer
|
||||||
|
|
||||||
|
Pour utiliser Adminer tout seul
|
||||||
|
```bash
|
||||||
|
docker compose up -d
|
||||||
|
```
|
||||||
|
|
||||||
|
Pour utiliser Adminer avec Traefik
|
||||||
|
```bash
|
||||||
|
docker compose -f docker-compose-traefik.yml up -d
|
||||||
|
```
|
||||||
|
|
||||||
|
# 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://Adminer.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>
|
66
Base-de-donnees/Adminer/docker-compose-traefik.yml
Normal file
@ -0,0 +1,66 @@
|
|||||||
|

|
||||||
|
URL : HHHHH
|
||||||
|
|
||||||
|
# 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>
|
Before Width: | Height: | Size: 6.9 KiB After Width: | Height: | Size: 6.9 KiB |
BIN
Base-de-donnees/Adminer/img/logo-Adminer.png
Normal file
After Width: | Height: | Size: 2.6 KiB |
66
Base-de-donnees/ArangoDB/README.md
Normal file
@ -0,0 +1,66 @@
|
|||||||
|

|
||||||
|
URL : https://github.com/apache/incubator-answer
|
||||||
|
|
||||||
|
# ArangoDB
|
||||||
|
|
||||||
|
Syst?me de base de donn?es graphiques natifs libre et open source.
|
||||||
|
|
||||||
|
# Téléchargement, Configuration et Lancement
|
||||||
|
|
||||||
|
## Téléchargement de ArangoDB
|
||||||
|
|
||||||
|
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 Base-de-donnees\ArangoDB
|
||||||
|
```
|
||||||
|
|
||||||
|
## Modifier la configuration de ArangoDB
|
||||||
|
|
||||||
|
Saisir la commande pour vous rendre dans le dossier
|
||||||
|
```bash
|
||||||
|
cd Base-de-donnees\ArangoDB
|
||||||
|
```
|
||||||
|
|
||||||
|
Nous éditons le fichier de configuration
|
||||||
|
```bash
|
||||||
|
nano .env
|
||||||
|
```
|
||||||
|
|
||||||
|
Nous modifions les variables dont nous avons besoin.
|
||||||
|
|
||||||
|
## Lancement de ArangoDB
|
||||||
|
|
||||||
|
Pour utiliser ArangoDB tout seul
|
||||||
|
```bash
|
||||||
|
docker compose up -d
|
||||||
|
```
|
||||||
|
|
||||||
|
Pour utiliser ArangoDB 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://ArangoDB.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>
|
66
Base-de-donnees/ArangoDB/docker-compose-traefik.yml
Normal file
@ -0,0 +1,66 @@
|
|||||||
|

|
||||||
|
URL : HHHHH
|
||||||
|
|
||||||
|
# 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>
|
BIN
Base-de-donnees/ArangoDB/img/logo-ArangoDB.png
Normal file
After Width: | Height: | Size: 2.4 KiB |
66
Base-de-donnees/CloudBeaver/README.md
Normal file
@ -0,0 +1,66 @@
|
|||||||
|

|
||||||
|
URL :
|
||||||
|
|
||||||
|
# CloudBeaver
|
||||||
|
|
||||||
|
Gestion de base de donn?es bas? sur un serveur web qui fournit une interface web riche.
|
||||||
|
|
||||||
|
# Téléchargement, Configuration et Lancement
|
||||||
|
|
||||||
|
## Téléchargement de CloudBeaver
|
||||||
|
|
||||||
|
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 Base-de-donnees\CloudBeaver
|
||||||
|
```
|
||||||
|
|
||||||
|
## Modifier la configuration de CloudBeaver
|
||||||
|
|
||||||
|
Saisir la commande pour vous rendre dans le dossier
|
||||||
|
```bash
|
||||||
|
cd Base-de-donnees\CloudBeaver
|
||||||
|
```
|
||||||
|
|
||||||
|
Nous éditons le fichier de configuration
|
||||||
|
```bash
|
||||||
|
nano .env
|
||||||
|
```
|
||||||
|
|
||||||
|
Nous modifions les variables dont nous avons besoin.
|
||||||
|
|
||||||
|
## Lancement de CloudBeaver
|
||||||
|
|
||||||
|
Pour utiliser CloudBeaver tout seul
|
||||||
|
```bash
|
||||||
|
docker compose up -d
|
||||||
|
```
|
||||||
|
|
||||||
|
Pour utiliser CloudBeaver 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://CloudBeaver.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>
|
66
Base-de-donnees/CloudBeaver/docker-compose-traefik.yml
Normal file
@ -0,0 +1,66 @@
|
|||||||
|

|
||||||
|
URL : HHHHH
|
||||||
|
|
||||||
|
# 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>
|
BIN
Base-de-donnees/CloudBeaver/img/logo-CloudBeaver.png
Normal file
After Width: | Height: | Size: 2.9 KiB |
66
Base-de-donnees/CouchDB/README.md
Normal file
@ -0,0 +1,66 @@
|
|||||||
|

|
||||||
|
URL :
|
||||||
|
|
||||||
|
# CouchDB
|
||||||
|
|
||||||
|
Syst?me de base de donn?es NoSQL orient?e de documents ouverts, impl?ment?e dans Erlang.
|
||||||
|
|
||||||
|
# Téléchargement, Configuration et Lancement
|
||||||
|
|
||||||
|
## Téléchargement de CouchDB
|
||||||
|
|
||||||
|
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 Base-de-donnees\CouchDB
|
||||||
|
```
|
||||||
|
|
||||||
|
## Modifier la configuration de CouchDB
|
||||||
|
|
||||||
|
Saisir la commande pour vous rendre dans le dossier
|
||||||
|
```bash
|
||||||
|
cd Base-de-donnees\CouchDB
|
||||||
|
```
|
||||||
|
|
||||||
|
Nous éditons le fichier de configuration
|
||||||
|
```bash
|
||||||
|
nano .env
|
||||||
|
```
|
||||||
|
|
||||||
|
Nous modifions les variables dont nous avons besoin.
|
||||||
|
|
||||||
|
## Lancement de CouchDB
|
||||||
|
|
||||||
|
Pour utiliser CouchDB tout seul
|
||||||
|
```bash
|
||||||
|
docker compose up -d
|
||||||
|
```
|
||||||
|
|
||||||
|
Pour utiliser CouchDB 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://CouchDB.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>
|
66
Base-de-donnees/CouchDB/docker-compose-traefik.yml
Normal file
@ -0,0 +1,66 @@
|
|||||||
|

|
||||||
|
URL : HHHHH
|
||||||
|
|
||||||
|
# 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>
|
BIN
Base-de-donnees/CouchDB/img/logo-CouchDB.png
Normal file
After Width: | Height: | Size: 1.0 KiB |
66
Base-de-donnees/Influxdb/README.md
Normal file
@ -0,0 +1,66 @@
|
|||||||
|

|
||||||
|
URL :
|
||||||
|
|
||||||
|
# Influxdb
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
# Téléchargement, Configuration et Lancement
|
||||||
|
|
||||||
|
## Téléchargement de Influxdb
|
||||||
|
|
||||||
|
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 Base-de-donnees\Influxdb
|
||||||
|
```
|
||||||
|
|
||||||
|
## Modifier la configuration de Influxdb
|
||||||
|
|
||||||
|
Saisir la commande pour vous rendre dans le dossier
|
||||||
|
```bash
|
||||||
|
cd Base-de-donnees\Influxdb
|
||||||
|
```
|
||||||
|
|
||||||
|
Nous éditons le fichier de configuration
|
||||||
|
```bash
|
||||||
|
nano .env
|
||||||
|
```
|
||||||
|
|
||||||
|
Nous modifions les variables dont nous avons besoin.
|
||||||
|
|
||||||
|
## Lancement de Influxdb
|
||||||
|
|
||||||
|
Pour utiliser Influxdb tout seul
|
||||||
|
```bash
|
||||||
|
docker compose up -d
|
||||||
|
```
|
||||||
|
|
||||||
|
Pour utiliser Influxdb 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://Influxdb.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>
|
66
Base-de-donnees/Influxdb/docker-compose-traefik.yml
Normal file
@ -0,0 +1,66 @@
|
|||||||
|

|
||||||
|
URL : HHHHH
|
||||||
|
|
||||||
|
# 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>
|