update
This commit is contained in:
3
Fichier-Stockage/Chibisafe/LICENSE
Normal file
3
Fichier-Stockage/Chibisafe/LICENSE
Normal file
@ -0,0 +1,3 @@
|
||||
Additional permission under GNU GPL version 3 section 7
|
||||
|
||||
If you modify this Program, or any covered work, by linking or combining it with [name of library] (or a modified version of that library), containing parts covered by the terms of [name of library's license], the licensors of this Program grant you additional permission to convey the resulting work. Corresponding Source for a non-source form of such a combination shall include the source code for the parts of [name of library] used as well as that of the covered work.
|
52
Fichier-Stockage/Chibisafe/README.md
Normal file
52
Fichier-Stockage/Chibisafe/README.md
Normal file
@ -0,0 +1,52 @@
|
||||

|
||||
|
||||
# CFicFicFichier-Stockageer-Stockageer-Stockagebisafe
|
||||
|
||||
|
||||
# Téléchargement, Configuration et Lancement
|
||||
|
||||
## Téléchargement de CFicFicFichier-Stockageer-Stockageer-Stockagebisafe
|
||||
|
||||
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 FicFicFicFicFichier-Stockageer-Stockageer-Stockageer-Stockageer-Stockage\CFicFicFichier-Stockageer-Stockageer-Stockagebisafe
|
||||
```
|
||||
|
||||
## Modifier la configuration de CFicFicFichier-Stockageer-Stockageer-Stockagebisafe
|
||||
|
||||
Saisir la commande pour vous rendre dans le dossier
|
||||
```bash
|
||||
cd FicFicFicFicFichier-Stockageer-Stockageer-Stockageer-Stockageer-Stockage\CFicFicFichier-Stockageer-Stockageer-Stockagebisafe
|
||||
```
|
||||
## Lancement de CFicFicFichier-Stockageer-Stockageer-Stockagebisafe
|
||||
|
||||
Pour utiliser CFicFicFichier-Stockageer-Stockageer-Stockagebisafe tout seul
|
||||
```bash
|
||||
docker compose up -d
|
||||
```
|
||||
|
||||
Pour utiliser CFicFicFichier-Stockageer-Stockageer-Stockagebisafe avec Traefik
|
||||
```bash
|
||||
docker compose -f docker-compose-traefik.yml up -d
|
||||
```
|
||||
|
||||
Pour utiliser CFicFicFichier-Stockageer-Stockageer-Stockagebisafe avec Nginx
|
||||
```bash
|
||||
docker compose -f docker-compose-nginx.yml up -d
|
||||
```
|
||||
|
||||
# Utilisation
|
||||
|
||||
## Accueil
|
||||
|
||||
|
||||
# More info
|
||||
- more information on the website [Tips-Of-Mine](https://www.tips-of-mine.fr/)
|
||||
|
||||
# Buy me a coffe
|
||||
<a href='https://ko-fi.com/R5R2KNI3N' target='_blank'><img height='36' style='border:0px;height:36px;' src='https://storage.ko-fi.com/cdn/kofi4.png?v=3' border='0' alt='Buy Me a Coffee at ko-fi.com' /></a>
|
10
Fichier-Stockage/Chibisafe/docker-compose-traefik.yml
Normal file
10
Fichier-Stockage/Chibisafe/docker-compose-traefik.yml
Normal file
@ -0,0 +1,10 @@
|
||||
#### NETWORKS
|
||||
networks:
|
||||
docker-traefik_front_network:
|
||||
external: true
|
||||
back_network:
|
||||
driver: bridge
|
||||
attachable: true
|
||||
|
||||
#### SERVICES
|
||||
services:
|
8
Fichier-Stockage/Chibisafe/docker-compose.yml
Normal file
8
Fichier-Stockage/Chibisafe/docker-compose.yml
Normal file
@ -0,0 +1,8 @@
|
||||
#### NETWORKS
|
||||
networks:
|
||||
back_network:
|
||||
driver: bridge
|
||||
attachable: true
|
||||
|
||||
#### SERVICES
|
||||
services:
|
3
Fichier-Stockage/Droppy/LICENSE
Normal file
3
Fichier-Stockage/Droppy/LICENSE
Normal file
@ -0,0 +1,3 @@
|
||||
Additional permission under GNU GPL version 3 section 7
|
||||
|
||||
If you modify this Program, or any covered work, by linking or combining it with [name of library] (or a modified version of that library), containing parts covered by the terms of [name of library's license], the licensors of this Program grant you additional permission to convey the resulting work. Corresponding Source for a non-source form of such a combination shall include the source code for the parts of [name of library] used as well as that of the covered work.
|
52
Fichier-Stockage/Droppy/README.md
Normal file
52
Fichier-Stockage/Droppy/README.md
Normal file
@ -0,0 +1,52 @@
|
||||

|
||||
|
||||
# Droppy
|
||||
|
||||
|
||||
# Téléchargement, Configuration et Lancement
|
||||
|
||||
## Téléchargement de Droppy
|
||||
|
||||
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 FicFicFicFicFichier-Stockageer-Stockageer-Stockageer-Stockageer-Stockage\Droppy
|
||||
```
|
||||
|
||||
## Modifier la configuration de Droppy
|
||||
|
||||
Saisir la commande pour vous rendre dans le dossier
|
||||
```bash
|
||||
cd FicFicFicFicFichier-Stockageer-Stockageer-Stockageer-Stockageer-Stockage\Droppy
|
||||
```
|
||||
## Lancement de Droppy
|
||||
|
||||
Pour utiliser Droppy tout seul
|
||||
```bash
|
||||
docker compose up -d
|
||||
```
|
||||
|
||||
Pour utiliser Droppy avec Traefik
|
||||
```bash
|
||||
docker compose -f docker-compose-traefik.yml up -d
|
||||
```
|
||||
|
||||
Pour utiliser Droppy avec Nginx
|
||||
```bash
|
||||
docker compose -f docker-compose-nginx.yml up -d
|
||||
```
|
||||
|
||||
# Utilisation
|
||||
|
||||
## Accueil
|
||||
|
||||
|
||||
# More info
|
||||
- more information on the website [Tips-Of-Mine](https://www.tips-of-mine.fr/)
|
||||
|
||||
# Buy me a coffe
|
||||
<a href='https://ko-fi.com/R5R2KNI3N' target='_blank'><img height='36' style='border:0px;height:36px;' src='https://storage.ko-fi.com/cdn/kofi4.png?v=3' border='0' alt='Buy Me a Coffee at ko-fi.com' /></a>
|
10
Fichier-Stockage/Droppy/docker-compose-traefik.yml
Normal file
10
Fichier-Stockage/Droppy/docker-compose-traefik.yml
Normal file
@ -0,0 +1,10 @@
|
||||
#### NETWORKS
|
||||
networks:
|
||||
docker-traefik_front_network:
|
||||
external: true
|
||||
back_network:
|
||||
driver: bridge
|
||||
attachable: true
|
||||
|
||||
#### SERVICES
|
||||
services:
|
8
Fichier-Stockage/Droppy/docker-compose.yml
Normal file
8
Fichier-Stockage/Droppy/docker-compose.yml
Normal file
@ -0,0 +1,8 @@
|
||||
#### NETWORKS
|
||||
networks:
|
||||
back_network:
|
||||
driver: bridge
|
||||
attachable: true
|
||||
|
||||
#### SERVICES
|
||||
services:
|
3
Fichier-Stockage/FileGator/LICENSE
Normal file
3
Fichier-Stockage/FileGator/LICENSE
Normal file
@ -0,0 +1,3 @@
|
||||
Additional permission under GNU GPL version 3 section 7
|
||||
|
||||
If you modify this Program, or any covered work, by linking or combining it with [name of library] (or a modified version of that library), containing parts covered by the terms of [name of library's license], the licensors of this Program grant you additional permission to convey the resulting work. Corresponding Source for a non-source form of such a combination shall include the source code for the parts of [name of library] used as well as that of the covered work.
|
52
Fichier-Stockage/FileGator/README.md
Normal file
52
Fichier-Stockage/FileGator/README.md
Normal file
@ -0,0 +1,52 @@
|
||||

|
||||
|
||||
# FileGator
|
||||
|
||||
|
||||
# Téléchargement, Configuration et Lancement
|
||||
|
||||
## Téléchargement de FileGator
|
||||
|
||||
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 FicFicFicFicFichier-Stockageer-Stockageer-Stockageer-Stockageer-Stockage\FileGator
|
||||
```
|
||||
|
||||
## Modifier la configuration de FileGator
|
||||
|
||||
Saisir la commande pour vous rendre dans le dossier
|
||||
```bash
|
||||
cd FicFicFicFicFichier-Stockageer-Stockageer-Stockageer-Stockageer-Stockage\FileGator
|
||||
```
|
||||
## Lancement de FileGator
|
||||
|
||||
Pour utiliser FileGator tout seul
|
||||
```bash
|
||||
docker compose up -d
|
||||
```
|
||||
|
||||
Pour utiliser FileGator avec Traefik
|
||||
```bash
|
||||
docker compose -f docker-compose-traefik.yml up -d
|
||||
```
|
||||
|
||||
Pour utiliser FileGator avec Nginx
|
||||
```bash
|
||||
docker compose -f docker-compose-nginx.yml up -d
|
||||
```
|
||||
|
||||
# Utilisation
|
||||
|
||||
## Accueil
|
||||
|
||||
|
||||
# More info
|
||||
- more information on the website [Tips-Of-Mine](https://www.tips-of-mine.fr/)
|
||||
|
||||
# Buy me a coffe
|
||||
<a href='https://ko-fi.com/R5R2KNI3N' target='_blank'><img height='36' style='border:0px;height:36px;' src='https://storage.ko-fi.com/cdn/kofi4.png?v=3' border='0' alt='Buy Me a Coffee at ko-fi.com' /></a>
|
10
Fichier-Stockage/FileGator/docker-compose-traefik.yml
Normal file
10
Fichier-Stockage/FileGator/docker-compose-traefik.yml
Normal file
@ -0,0 +1,10 @@
|
||||
#### NETWORKS
|
||||
networks:
|
||||
docker-traefik_front_network:
|
||||
external: true
|
||||
back_network:
|
||||
driver: bridge
|
||||
attachable: true
|
||||
|
||||
#### SERVICES
|
||||
services:
|
8
Fichier-Stockage/FileGator/docker-compose.yml
Normal file
8
Fichier-Stockage/FileGator/docker-compose.yml
Normal file
@ -0,0 +1,8 @@
|
||||
#### NETWORKS
|
||||
networks:
|
||||
back_network:
|
||||
driver: bridge
|
||||
attachable: true
|
||||
|
||||
#### SERVICES
|
||||
services:
|
3
Fichier-Stockage/FileRun/LICENSE
Normal file
3
Fichier-Stockage/FileRun/LICENSE
Normal file
@ -0,0 +1,3 @@
|
||||
Additional permission under GNU GPL version 3 section 7
|
||||
|
||||
If you modify this Program, or any covered work, by linking or combining it with [name of library] (or a modified version of that library), containing parts covered by the terms of [name of library's license], the licensors of this Program grant you additional permission to convey the resulting work. Corresponding Source for a non-source form of such a combination shall include the source code for the parts of [name of library] used as well as that of the covered work.
|
52
Fichier-Stockage/FileRun/README.md
Normal file
52
Fichier-Stockage/FileRun/README.md
Normal file
@ -0,0 +1,52 @@
|
||||

|
||||
|
||||
# FileRun
|
||||
|
||||
|
||||
# Téléchargement, Configuration et Lancement
|
||||
|
||||
## Téléchargement de FileRun
|
||||
|
||||
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 FicFicFicFicFichier-Stockageer-Stockageer-Stockageer-Stockageer-Stockage\FileRun
|
||||
```
|
||||
|
||||
## Modifier la configuration de FileRun
|
||||
|
||||
Saisir la commande pour vous rendre dans le dossier
|
||||
```bash
|
||||
cd FicFicFicFicFichier-Stockageer-Stockageer-Stockageer-Stockageer-Stockage\FileRun
|
||||
```
|
||||
## Lancement de FileRun
|
||||
|
||||
Pour utiliser FileRun tout seul
|
||||
```bash
|
||||
docker compose up -d
|
||||
```
|
||||
|
||||
Pour utiliser FileRun avec Traefik
|
||||
```bash
|
||||
docker compose -f docker-compose-traefik.yml up -d
|
||||
```
|
||||
|
||||
Pour utiliser FileRun avec Nginx
|
||||
```bash
|
||||
docker compose -f docker-compose-nginx.yml up -d
|
||||
```
|
||||
|
||||
# Utilisation
|
||||
|
||||
## Accueil
|
||||
|
||||
|
||||
# More info
|
||||
- more information on the website [Tips-Of-Mine](https://www.tips-of-mine.fr/)
|
||||
|
||||
# Buy me a coffe
|
||||
<a href='https://ko-fi.com/R5R2KNI3N' target='_blank'><img height='36' style='border:0px;height:36px;' src='https://storage.ko-fi.com/cdn/kofi4.png?v=3' border='0' alt='Buy Me a Coffee at ko-fi.com' /></a>
|
10
Fichier-Stockage/FileRun/docker-compose-traefik.yml
Normal file
10
Fichier-Stockage/FileRun/docker-compose-traefik.yml
Normal file
@ -0,0 +1,10 @@
|
||||
#### NETWORKS
|
||||
networks:
|
||||
docker-traefik_front_network:
|
||||
external: true
|
||||
back_network:
|
||||
driver: bridge
|
||||
attachable: true
|
||||
|
||||
#### SERVICES
|
||||
services:
|
8
Fichier-Stockage/FileRun/docker-compose.yml
Normal file
8
Fichier-Stockage/FileRun/docker-compose.yml
Normal file
@ -0,0 +1,8 @@
|
||||
#### NETWORKS
|
||||
networks:
|
||||
back_network:
|
||||
driver: bridge
|
||||
attachable: true
|
||||
|
||||
#### SERVICES
|
||||
services:
|
3
Fichier-Stockage/Gokapi/LICENSE
Normal file
3
Fichier-Stockage/Gokapi/LICENSE
Normal file
@ -0,0 +1,3 @@
|
||||
Additional permission under GNU GPL version 3 section 7
|
||||
|
||||
If you modify this Program, or any covered work, by linking or combining it with [name of library] (or a modified version of that library), containing parts covered by the terms of [name of library's license], the licensors of this Program grant you additional permission to convey the resulting work. Corresponding Source for a non-source form of such a combination shall include the source code for the parts of [name of library] used as well as that of the covered work.
|
52
Fichier-Stockage/Gokapi/README.md
Normal file
52
Fichier-Stockage/Gokapi/README.md
Normal file
@ -0,0 +1,52 @@
|
||||

|
||||
|
||||
# Gokapi
|
||||
|
||||
|
||||
# Téléchargement, Configuration et Lancement
|
||||
|
||||
## Téléchargement de Gokapi
|
||||
|
||||
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 FicFicFicFicFichier-Stockageer-Stockageer-Stockageer-Stockageer-Stockage\Gokapi
|
||||
```
|
||||
|
||||
## Modifier la configuration de Gokapi
|
||||
|
||||
Saisir la commande pour vous rendre dans le dossier
|
||||
```bash
|
||||
cd FicFicFicFicFichier-Stockageer-Stockageer-Stockageer-Stockageer-Stockage\Gokapi
|
||||
```
|
||||
## Lancement de Gokapi
|
||||
|
||||
Pour utiliser Gokapi tout seul
|
||||
```bash
|
||||
docker compose up -d
|
||||
```
|
||||
|
||||
Pour utiliser Gokapi avec Traefik
|
||||
```bash
|
||||
docker compose -f docker-compose-traefik.yml up -d
|
||||
```
|
||||
|
||||
Pour utiliser Gokapi avec Nginx
|
||||
```bash
|
||||
docker compose -f docker-compose-nginx.yml up -d
|
||||
```
|
||||
|
||||
# Utilisation
|
||||
|
||||
## Accueil
|
||||
|
||||
|
||||
# More info
|
||||
- more information on the website [Tips-Of-Mine](https://www.tips-of-mine.fr/)
|
||||
|
||||
# Buy me a coffe
|
||||
<a href='https://ko-fi.com/R5R2KNI3N' target='_blank'><img height='36' style='border:0px;height:36px;' src='https://storage.ko-fi.com/cdn/kofi4.png?v=3' border='0' alt='Buy Me a Coffee at ko-fi.com' /></a>
|
10
Fichier-Stockage/Gokapi/docker-compose-traefik.yml
Normal file
10
Fichier-Stockage/Gokapi/docker-compose-traefik.yml
Normal file
@ -0,0 +1,10 @@
|
||||
#### NETWORKS
|
||||
networks:
|
||||
docker-traefik_front_network:
|
||||
external: true
|
||||
back_network:
|
||||
driver: bridge
|
||||
attachable: true
|
||||
|
||||
#### SERVICES
|
||||
services:
|
8
Fichier-Stockage/Gokapi/docker-compose.yml
Normal file
8
Fichier-Stockage/Gokapi/docker-compose.yml
Normal file
@ -0,0 +1,8 @@
|
||||
#### NETWORKS
|
||||
networks:
|
||||
back_network:
|
||||
driver: bridge
|
||||
attachable: true
|
||||
|
||||
#### SERVICES
|
||||
services:
|
3
Fichier-Stockage/Mega/LICENSE
Normal file
3
Fichier-Stockage/Mega/LICENSE
Normal file
@ -0,0 +1,3 @@
|
||||
Additional permission under GNU GPL version 3 section 7
|
||||
|
||||
If you modify this Program, or any covered work, by linking or combining it with [name of library] (or a modified version of that library), containing parts covered by the terms of [name of library's license], the licensors of this Program grant you additional permission to convey the resulting work. Corresponding Source for a non-source form of such a combination shall include the source code for the parts of [name of library] used as well as that of the covered work.
|
52
Fichier-Stockage/Mega/README.md
Normal file
52
Fichier-Stockage/Mega/README.md
Normal file
@ -0,0 +1,52 @@
|
||||

|
||||
|
||||
# Mega
|
||||
|
||||
|
||||
# Téléchargement, Configuration et Lancement
|
||||
|
||||
## Téléchargement de Mega
|
||||
|
||||
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 FicFicFicFicFichier-Stockageer-Stockageer-Stockageer-Stockageer-Stockage\Mega
|
||||
```
|
||||
|
||||
## Modifier la configuration de Mega
|
||||
|
||||
Saisir la commande pour vous rendre dans le dossier
|
||||
```bash
|
||||
cd FicFicFicFicFichier-Stockageer-Stockageer-Stockageer-Stockageer-Stockage\Mega
|
||||
```
|
||||
## Lancement de Mega
|
||||
|
||||
Pour utiliser Mega tout seul
|
||||
```bash
|
||||
docker compose up -d
|
||||
```
|
||||
|
||||
Pour utiliser Mega avec Traefik
|
||||
```bash
|
||||
docker compose -f docker-compose-traefik.yml up -d
|
||||
```
|
||||
|
||||
Pour utiliser Mega avec Nginx
|
||||
```bash
|
||||
docker compose -f docker-compose-nginx.yml up -d
|
||||
```
|
||||
|
||||
# Utilisation
|
||||
|
||||
## Accueil
|
||||
|
||||
|
||||
# More info
|
||||
- more information on the website [Tips-Of-Mine](https://www.tips-of-mine.fr/)
|
||||
|
||||
# Buy me a coffe
|
||||
<a href='https://ko-fi.com/R5R2KNI3N' target='_blank'><img height='36' style='border:0px;height:36px;' src='https://storage.ko-fi.com/cdn/kofi4.png?v=3' border='0' alt='Buy Me a Coffee at ko-fi.com' /></a>
|
10
Fichier-Stockage/Mega/docker-compose-traefik.yml
Normal file
10
Fichier-Stockage/Mega/docker-compose-traefik.yml
Normal file
@ -0,0 +1,10 @@
|
||||
#### NETWORKS
|
||||
networks:
|
||||
docker-traefik_front_network:
|
||||
external: true
|
||||
back_network:
|
||||
driver: bridge
|
||||
attachable: true
|
||||
|
||||
#### SERVICES
|
||||
services:
|
8
Fichier-Stockage/Mega/docker-compose.yml
Normal file
8
Fichier-Stockage/Mega/docker-compose.yml
Normal file
@ -0,0 +1,8 @@
|
||||
#### NETWORKS
|
||||
networks:
|
||||
back_network:
|
||||
driver: bridge
|
||||
attachable: true
|
||||
|
||||
#### SERVICES
|
||||
services:
|
3
Fichier-Stockage/Nextcloud/LICENSE
Normal file
3
Fichier-Stockage/Nextcloud/LICENSE
Normal file
@ -0,0 +1,3 @@
|
||||
Additional permission under GNU GPL version 3 section 7
|
||||
|
||||
If you modify this Program, or any covered work, by linking or combining it with [name of library] (or a modified version of that library), containing parts covered by the terms of [name of library's license], the licensors of this Program grant you additional permission to convey the resulting work. Corresponding Source for a non-source form of such a combination shall include the source code for the parts of [name of library] used as well as that of the covered work.
|
52
Fichier-Stockage/Nextcloud/README.md
Normal file
52
Fichier-Stockage/Nextcloud/README.md
Normal file
@ -0,0 +1,52 @@
|
||||

|
||||
|
||||
# Nextcloud
|
||||
|
||||
|
||||
# Téléchargement, Configuration et Lancement
|
||||
|
||||
## Téléchargement de Nextcloud
|
||||
|
||||
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 FicFicFicFicFichier-Stockageer-Stockageer-Stockageer-Stockageer-Stockage\Nextcloud
|
||||
```
|
||||
|
||||
## Modifier la configuration de Nextcloud
|
||||
|
||||
Saisir la commande pour vous rendre dans le dossier
|
||||
```bash
|
||||
cd FicFicFicFicFichier-Stockageer-Stockageer-Stockageer-Stockageer-Stockage\Nextcloud
|
||||
```
|
||||
## Lancement de Nextcloud
|
||||
|
||||
Pour utiliser Nextcloud tout seul
|
||||
```bash
|
||||
docker compose up -d
|
||||
```
|
||||
|
||||
Pour utiliser Nextcloud avec Traefik
|
||||
```bash
|
||||
docker compose -f docker-compose-traefik.yml up -d
|
||||
```
|
||||
|
||||
Pour utiliser Nextcloud avec Nginx
|
||||
```bash
|
||||
docker compose -f docker-compose-nginx.yml up -d
|
||||
```
|
||||
|
||||
# Utilisation
|
||||
|
||||
## Accueil
|
||||
|
||||
|
||||
# More info
|
||||
- more information on the website [Tips-Of-Mine](https://www.tips-of-mine.fr/)
|
||||
|
||||
# Buy me a coffe
|
||||
<a href='https://ko-fi.com/R5R2KNI3N' target='_blank'><img height='36' style='border:0px;height:36px;' src='https://storage.ko-fi.com/cdn/kofi4.png?v=3' border='0' alt='Buy Me a Coffee at ko-fi.com' /></a>
|
10
Fichier-Stockage/Nextcloud/docker-compose-traefik.yml
Normal file
10
Fichier-Stockage/Nextcloud/docker-compose-traefik.yml
Normal file
@ -0,0 +1,10 @@
|
||||
#### NETWORKS
|
||||
networks:
|
||||
docker-traefik_front_network:
|
||||
external: true
|
||||
back_network:
|
||||
driver: bridge
|
||||
attachable: true
|
||||
|
||||
#### SERVICES
|
||||
services:
|
8
Fichier-Stockage/Nextcloud/docker-compose.yml
Normal file
8
Fichier-Stockage/Nextcloud/docker-compose.yml
Normal file
@ -0,0 +1,8 @@
|
||||
#### NETWORKS
|
||||
networks:
|
||||
back_network:
|
||||
driver: bridge
|
||||
attachable: true
|
||||
|
||||
#### SERVICES
|
||||
services:
|
3
Fichier-Stockage/OwnCloud/LICENSE
Normal file
3
Fichier-Stockage/OwnCloud/LICENSE
Normal file
@ -0,0 +1,3 @@
|
||||
Additional permission under GNU GPL version 3 section 7
|
||||
|
||||
If you modify this Program, or any covered work, by linking or combining it with [name of library] (or a modified version of that library), containing parts covered by the terms of [name of library's license], the licensors of this Program grant you additional permission to convey the resulting work. Corresponding Source for a non-source form of such a combination shall include the source code for the parts of [name of library] used as well as that of the covered work.
|
52
Fichier-Stockage/OwnCloud/README.md
Normal file
52
Fichier-Stockage/OwnCloud/README.md
Normal file
@ -0,0 +1,52 @@
|
||||

|
||||
|
||||
# OwnCloud
|
||||
|
||||
|
||||
# Téléchargement, Configuration et Lancement
|
||||
|
||||
## Téléchargement de OwnCloud
|
||||
|
||||
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 FicFicFicFicFichier-Stockageer-Stockageer-Stockageer-Stockageer-Stockage\OwnCloud
|
||||
```
|
||||
|
||||
## Modifier la configuration de OwnCloud
|
||||
|
||||
Saisir la commande pour vous rendre dans le dossier
|
||||
```bash
|
||||
cd FicFicFicFicFichier-Stockageer-Stockageer-Stockageer-Stockageer-Stockage\OwnCloud
|
||||
```
|
||||
## Lancement de OwnCloud
|
||||
|
||||
Pour utiliser OwnCloud tout seul
|
||||
```bash
|
||||
docker compose up -d
|
||||
```
|
||||
|
||||
Pour utiliser OwnCloud avec Traefik
|
||||
```bash
|
||||
docker compose -f docker-compose-traefik.yml up -d
|
||||
```
|
||||
|
||||
Pour utiliser OwnCloud avec Nginx
|
||||
```bash
|
||||
docker compose -f docker-compose-nginx.yml up -d
|
||||
```
|
||||
|
||||
# Utilisation
|
||||
|
||||
## Accueil
|
||||
|
||||
|
||||
# More info
|
||||
- more information on the website [Tips-Of-Mine](https://www.tips-of-mine.fr/)
|
||||
|
||||
# Buy me a coffe
|
||||
<a href='https://ko-fi.com/R5R2KNI3N' target='_blank'><img height='36' style='border:0px;height:36px;' src='https://storage.ko-fi.com/cdn/kofi4.png?v=3' border='0' alt='Buy Me a Coffee at ko-fi.com' /></a>
|
10
Fichier-Stockage/OwnCloud/docker-compose-traefik.yml
Normal file
10
Fichier-Stockage/OwnCloud/docker-compose-traefik.yml
Normal file
@ -0,0 +1,10 @@
|
||||
#### NETWORKS
|
||||
networks:
|
||||
docker-traefik_front_network:
|
||||
external: true
|
||||
back_network:
|
||||
driver: bridge
|
||||
attachable: true
|
||||
|
||||
#### SERVICES
|
||||
services:
|
8
Fichier-Stockage/OwnCloud/docker-compose.yml
Normal file
8
Fichier-Stockage/OwnCloud/docker-compose.yml
Normal file
@ -0,0 +1,8 @@
|
||||
#### NETWORKS
|
||||
networks:
|
||||
back_network:
|
||||
driver: bridge
|
||||
attachable: true
|
||||
|
||||
#### SERVICES
|
||||
services:
|
3
Fichier-Stockage/PSiTransfer/LICENSE
Normal file
3
Fichier-Stockage/PSiTransfer/LICENSE
Normal file
@ -0,0 +1,3 @@
|
||||
Additional permission under GNU GPL version 3 section 7
|
||||
|
||||
If you modify this Program, or any covered work, by linking or combining it with [name of library] (or a modified version of that library), containing parts covered by the terms of [name of library's license], the licensors of this Program grant you additional permission to convey the resulting work. Corresponding Source for a non-source form of such a combination shall include the source code for the parts of [name of library] used as well as that of the covered work.
|
52
Fichier-Stockage/PSiTransfer/README.md
Normal file
52
Fichier-Stockage/PSiTransfer/README.md
Normal file
@ -0,0 +1,52 @@
|
||||

|
||||
|
||||
# PSiTransfer
|
||||
|
||||
|
||||
# Téléchargement, Configuration et Lancement
|
||||
|
||||
## Téléchargement de PSiTransfer
|
||||
|
||||
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 FicFicFicFicFichier-Stockageer-Stockageer-Stockageer-Stockageer-Stockage\PSiTransfer
|
||||
```
|
||||
|
||||
## Modifier la configuration de PSiTransfer
|
||||
|
||||
Saisir la commande pour vous rendre dans le dossier
|
||||
```bash
|
||||
cd FicFicFicFicFichier-Stockageer-Stockageer-Stockageer-Stockageer-Stockage\PSiTransfer
|
||||
```
|
||||
## Lancement de PSiTransfer
|
||||
|
||||
Pour utiliser PSiTransfer tout seul
|
||||
```bash
|
||||
docker compose up -d
|
||||
```
|
||||
|
||||
Pour utiliser PSiTransfer avec Traefik
|
||||
```bash
|
||||
docker compose -f docker-compose-traefik.yml up -d
|
||||
```
|
||||
|
||||
Pour utiliser PSiTransfer avec Nginx
|
||||
```bash
|
||||
docker compose -f docker-compose-nginx.yml up -d
|
||||
```
|
||||
|
||||
# Utilisation
|
||||
|
||||
## Accueil
|
||||
|
||||
|
||||
# More info
|
||||
- more information on the website [Tips-Of-Mine](https://www.tips-of-mine.fr/)
|
||||
|
||||
# Buy me a coffe
|
||||
<a href='https://ko-fi.com/R5R2KNI3N' target='_blank'><img height='36' style='border:0px;height:36px;' src='https://storage.ko-fi.com/cdn/kofi4.png?v=3' border='0' alt='Buy Me a Coffee at ko-fi.com' /></a>
|
10
Fichier-Stockage/PSiTransfer/docker-compose-traefik.yml
Normal file
10
Fichier-Stockage/PSiTransfer/docker-compose-traefik.yml
Normal file
@ -0,0 +1,10 @@
|
||||
#### NETWORKS
|
||||
networks:
|
||||
docker-traefik_front_network:
|
||||
external: true
|
||||
back_network:
|
||||
driver: bridge
|
||||
attachable: true
|
||||
|
||||
#### SERVICES
|
||||
services:
|
8
Fichier-Stockage/PSiTransfer/docker-compose.yml
Normal file
8
Fichier-Stockage/PSiTransfer/docker-compose.yml
Normal file
@ -0,0 +1,8 @@
|
||||
#### NETWORKS
|
||||
networks:
|
||||
back_network:
|
||||
driver: bridge
|
||||
attachable: true
|
||||
|
||||
#### SERVICES
|
||||
services:
|
3
Fichier-Stockage/PicoShare/LICENSE
Normal file
3
Fichier-Stockage/PicoShare/LICENSE
Normal file
@ -0,0 +1,3 @@
|
||||
Additional permission under GNU GPL version 3 section 7
|
||||
|
||||
If you modify this Program, or any covered work, by linking or combining it with [name of library] (or a modified version of that library), containing parts covered by the terms of [name of library's license], the licensors of this Program grant you additional permission to convey the resulting work. Corresponding Source for a non-source form of such a combination shall include the source code for the parts of [name of library] used as well as that of the covered work.
|
52
Fichier-Stockage/PicoShare/README.md
Normal file
52
Fichier-Stockage/PicoShare/README.md
Normal file
@ -0,0 +1,52 @@
|
||||

|
||||
|
||||
# PicoShare
|
||||
|
||||
|
||||
# Téléchargement, Configuration et Lancement
|
||||
|
||||
## Téléchargement de PicoShare
|
||||
|
||||
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 FicFicFicFicFichier-Stockageer-Stockageer-Stockageer-Stockageer-Stockage\PicoShare
|
||||
```
|
||||
|
||||
## Modifier la configuration de PicoShare
|
||||
|
||||
Saisir la commande pour vous rendre dans le dossier
|
||||
```bash
|
||||
cd FicFicFicFicFichier-Stockageer-Stockageer-Stockageer-Stockageer-Stockage\PicoShare
|
||||
```
|
||||
## Lancement de PicoShare
|
||||
|
||||
Pour utiliser PicoShare tout seul
|
||||
```bash
|
||||
docker compose up -d
|
||||
```
|
||||
|
||||
Pour utiliser PicoShare avec Traefik
|
||||
```bash
|
||||
docker compose -f docker-compose-traefik.yml up -d
|
||||
```
|
||||
|
||||
Pour utiliser PicoShare avec Nginx
|
||||
```bash
|
||||
docker compose -f docker-compose-nginx.yml up -d
|
||||
```
|
||||
|
||||
# Utilisation
|
||||
|
||||
## Accueil
|
||||
|
||||
|
||||
# More info
|
||||
- more information on the website [Tips-Of-Mine](https://www.tips-of-mine.fr/)
|
||||
|
||||
# Buy me a coffe
|
||||
<a href='https://ko-fi.com/R5R2KNI3N' target='_blank'><img height='36' style='border:0px;height:36px;' src='https://storage.ko-fi.com/cdn/kofi4.png?v=3' border='0' alt='Buy Me a Coffee at ko-fi.com' /></a>
|
10
Fichier-Stockage/PicoShare/docker-compose-traefik.yml
Normal file
10
Fichier-Stockage/PicoShare/docker-compose-traefik.yml
Normal file
@ -0,0 +1,10 @@
|
||||
#### NETWORKS
|
||||
networks:
|
||||
docker-traefik_front_network:
|
||||
external: true
|
||||
back_network:
|
||||
driver: bridge
|
||||
attachable: true
|
||||
|
||||
#### SERVICES
|
||||
services:
|
8
Fichier-Stockage/PicoShare/docker-compose.yml
Normal file
8
Fichier-Stockage/PicoShare/docker-compose.yml
Normal file
@ -0,0 +1,8 @@
|
||||
#### NETWORKS
|
||||
networks:
|
||||
back_network:
|
||||
driver: bridge
|
||||
attachable: true
|
||||
|
||||
#### SERVICES
|
||||
services:
|
3
Fichier-Stockage/Pingvin/LICENSE
Normal file
3
Fichier-Stockage/Pingvin/LICENSE
Normal file
@ -0,0 +1,3 @@
|
||||
Additional permission under GNU GPL version 3 section 7
|
||||
|
||||
If you modify this Program, or any covered work, by linking or combining it with [name of library] (or a modified version of that library), containing parts covered by the terms of [name of library's license], the licensors of this Program grant you additional permission to convey the resulting work. Corresponding Source for a non-source form of such a combination shall include the source code for the parts of [name of library] used as well as that of the covered work.
|
52
Fichier-Stockage/Pingvin/README.md
Normal file
52
Fichier-Stockage/Pingvin/README.md
Normal file
@ -0,0 +1,52 @@
|
||||

|
||||
|
||||
# Pingvin
|
||||
|
||||
|
||||
# Téléchargement, Configuration et Lancement
|
||||
|
||||
## Téléchargement de Pingvin
|
||||
|
||||
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 FicFicFicFicFichier-Stockageer-Stockageer-Stockageer-Stockageer-Stockage\Pingvin
|
||||
```
|
||||
|
||||
## Modifier la configuration de Pingvin
|
||||
|
||||
Saisir la commande pour vous rendre dans le dossier
|
||||
```bash
|
||||
cd FicFicFicFicFichier-Stockageer-Stockageer-Stockageer-Stockageer-Stockage\Pingvin
|
||||
```
|
||||
## Lancement de Pingvin
|
||||
|
||||
Pour utiliser Pingvin tout seul
|
||||
```bash
|
||||
docker compose up -d
|
||||
```
|
||||
|
||||
Pour utiliser Pingvin avec Traefik
|
||||
```bash
|
||||
docker compose -f docker-compose-traefik.yml up -d
|
||||
```
|
||||
|
||||
Pour utiliser Pingvin avec Nginx
|
||||
```bash
|
||||
docker compose -f docker-compose-nginx.yml up -d
|
||||
```
|
||||
|
||||
# Utilisation
|
||||
|
||||
## Accueil
|
||||
|
||||
|
||||
# More info
|
||||
- more information on the website [Tips-Of-Mine](https://www.tips-of-mine.fr/)
|
||||
|
||||
# Buy me a coffe
|
||||
<a href='https://ko-fi.com/R5R2KNI3N' target='_blank'><img height='36' style='border:0px;height:36px;' src='https://storage.ko-fi.com/cdn/kofi4.png?v=3' border='0' alt='Buy Me a Coffee at ko-fi.com' /></a>
|
10
Fichier-Stockage/Pingvin/docker-compose-traefik.yml
Normal file
10
Fichier-Stockage/Pingvin/docker-compose-traefik.yml
Normal file
@ -0,0 +1,10 @@
|
||||
#### NETWORKS
|
||||
networks:
|
||||
docker-traefik_front_network:
|
||||
external: true
|
||||
back_network:
|
||||
driver: bridge
|
||||
attachable: true
|
||||
|
||||
#### SERVICES
|
||||
services:
|
8
Fichier-Stockage/Pingvin/docker-compose.yml
Normal file
8
Fichier-Stockage/Pingvin/docker-compose.yml
Normal file
@ -0,0 +1,8 @@
|
||||
#### NETWORKS
|
||||
networks:
|
||||
back_network:
|
||||
driver: bridge
|
||||
attachable: true
|
||||
|
||||
#### SERVICES
|
||||
services:
|
3
Fichier-Stockage/Projectsend/LICENSE
Normal file
3
Fichier-Stockage/Projectsend/LICENSE
Normal file
@ -0,0 +1,3 @@
|
||||
Additional permission under GNU GPL version 3 section 7
|
||||
|
||||
If you modify this Program, or any covered work, by linking or combining it with [name of library] (or a modified version of that library), containing parts covered by the terms of [name of library's license], the licensors of this Program grant you additional permission to convey the resulting work. Corresponding Source for a non-source form of such a combination shall include the source code for the parts of [name of library] used as well as that of the covered work.
|
52
Fichier-Stockage/Projectsend/README.md
Normal file
52
Fichier-Stockage/Projectsend/README.md
Normal file
@ -0,0 +1,52 @@
|
||||

|
||||
|
||||
# Projectsend
|
||||
|
||||
|
||||
# Téléchargement, Configuration et Lancement
|
||||
|
||||
## Téléchargement de Projectsend
|
||||
|
||||
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 FicFicFicFicFichier-Stockageer-Stockageer-Stockageer-Stockageer-Stockage\Projectsend
|
||||
```
|
||||
|
||||
## Modifier la configuration de Projectsend
|
||||
|
||||
Saisir la commande pour vous rendre dans le dossier
|
||||
```bash
|
||||
cd FicFicFicFicFichier-Stockageer-Stockageer-Stockageer-Stockageer-Stockage\Projectsend
|
||||
```
|
||||
## Lancement de Projectsend
|
||||
|
||||
Pour utiliser Projectsend tout seul
|
||||
```bash
|
||||
docker compose up -d
|
||||
```
|
||||
|
||||
Pour utiliser Projectsend avec Traefik
|
||||
```bash
|
||||
docker compose -f docker-compose-traefik.yml up -d
|
||||
```
|
||||
|
||||
Pour utiliser Projectsend avec Nginx
|
||||
```bash
|
||||
docker compose -f docker-compose-nginx.yml up -d
|
||||
```
|
||||
|
||||
# Utilisation
|
||||
|
||||
## Accueil
|
||||
|
||||
|
||||
# More info
|
||||
- more information on the website [Tips-Of-Mine](https://www.tips-of-mine.fr/)
|
||||
|
||||
# Buy me a coffe
|
||||
<a href='https://ko-fi.com/R5R2KNI3N' target='_blank'><img height='36' style='border:0px;height:36px;' src='https://storage.ko-fi.com/cdn/kofi4.png?v=3' border='0' alt='Buy Me a Coffee at ko-fi.com' /></a>
|
10
Fichier-Stockage/Projectsend/docker-compose-traefik.yml
Normal file
10
Fichier-Stockage/Projectsend/docker-compose-traefik.yml
Normal file
@ -0,0 +1,10 @@
|
||||
#### NETWORKS
|
||||
networks:
|
||||
docker-traefik_front_network:
|
||||
external: true
|
||||
back_network:
|
||||
driver: bridge
|
||||
attachable: true
|
||||
|
||||
#### SERVICES
|
||||
services:
|
8
Fichier-Stockage/Projectsend/docker-compose.yml
Normal file
8
Fichier-Stockage/Projectsend/docker-compose.yml
Normal file
@ -0,0 +1,8 @@
|
||||
#### NETWORKS
|
||||
networks:
|
||||
back_network:
|
||||
driver: bridge
|
||||
attachable: true
|
||||
|
||||
#### SERVICES
|
||||
services:
|
3
Fichier-Stockage/Pydio/LICENSE
Normal file
3
Fichier-Stockage/Pydio/LICENSE
Normal file
@ -0,0 +1,3 @@
|
||||
Additional permission under GNU GPL version 3 section 7
|
||||
|
||||
If you modify this Program, or any covered work, by linking or combining it with [name of library] (or a modified version of that library), containing parts covered by the terms of [name of library's license], the licensors of this Program grant you additional permission to convey the resulting work. Corresponding Source for a non-source form of such a combination shall include the source code for the parts of [name of library] used as well as that of the covered work.
|
52
Fichier-Stockage/Pydio/README.md
Normal file
52
Fichier-Stockage/Pydio/README.md
Normal file
@ -0,0 +1,52 @@
|
||||

|
||||
|
||||
# Pydio
|
||||
|
||||
|
||||
# Téléchargement, Configuration et Lancement
|
||||
|
||||
## Téléchargement de Pydio
|
||||
|
||||
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 FicFicFicFicFichier-Stockageer-Stockageer-Stockageer-Stockageer-Stockage\Pydio
|
||||
```
|
||||
|
||||
## Modifier la configuration de Pydio
|
||||
|
||||
Saisir la commande pour vous rendre dans le dossier
|
||||
```bash
|
||||
cd FicFicFicFicFichier-Stockageer-Stockageer-Stockageer-Stockageer-Stockage\Pydio
|
||||
```
|
||||
## Lancement de Pydio
|
||||
|
||||
Pour utiliser Pydio tout seul
|
||||
```bash
|
||||
docker compose up -d
|
||||
```
|
||||
|
||||
Pour utiliser Pydio avec Traefik
|
||||
```bash
|
||||
docker compose -f docker-compose-traefik.yml up -d
|
||||
```
|
||||
|
||||
Pour utiliser Pydio avec Nginx
|
||||
```bash
|
||||
docker compose -f docker-compose-nginx.yml up -d
|
||||
```
|
||||
|
||||
# Utilisation
|
||||
|
||||
## Accueil
|
||||
|
||||
|
||||
# More info
|
||||
- more information on the website [Tips-Of-Mine](https://www.tips-of-mine.fr/)
|
||||
|
||||
# Buy me a coffe
|
||||
<a href='https://ko-fi.com/R5R2KNI3N' target='_blank'><img height='36' style='border:0px;height:36px;' src='https://storage.ko-fi.com/cdn/kofi4.png?v=3' border='0' alt='Buy Me a Coffee at ko-fi.com' /></a>
|
10
Fichier-Stockage/Pydio/docker-compose-traefik.yml
Normal file
10
Fichier-Stockage/Pydio/docker-compose-traefik.yml
Normal file
@ -0,0 +1,10 @@
|
||||
#### NETWORKS
|
||||
networks:
|
||||
docker-traefik_front_network:
|
||||
external: true
|
||||
back_network:
|
||||
driver: bridge
|
||||
attachable: true
|
||||
|
||||
#### SERVICES
|
||||
services:
|
8
Fichier-Stockage/Pydio/docker-compose.yml
Normal file
8
Fichier-Stockage/Pydio/docker-compose.yml
Normal file
@ -0,0 +1,8 @@
|
||||
#### NETWORKS
|
||||
networks:
|
||||
back_network:
|
||||
driver: bridge
|
||||
attachable: true
|
||||
|
||||
#### SERVICES
|
||||
services:
|
3
Fichier-Stockage/Resilio-Sync/LICENSE
Normal file
3
Fichier-Stockage/Resilio-Sync/LICENSE
Normal file
@ -0,0 +1,3 @@
|
||||
Additional permission under GNU GPL version 3 section 7
|
||||
|
||||
If you modify this Program, or any covered work, by linking or combining it with [name of library] (or a modified version of that library), containing parts covered by the terms of [name of library's license], the licensors of this Program grant you additional permission to convey the resulting work. Corresponding Source for a non-source form of such a combination shall include the source code for the parts of [name of library] used as well as that of the covered work.
|
52
Fichier-Stockage/Resilio-Sync/README.md
Normal file
52
Fichier-Stockage/Resilio-Sync/README.md
Normal file
@ -0,0 +1,52 @@
|
||||

|
||||
|
||||
# Resilio-Sync
|
||||
|
||||
|
||||
# Téléchargement, Configuration et Lancement
|
||||
|
||||
## Téléchargement de Resilio-Sync
|
||||
|
||||
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 FicFicFicFicFichier-Stockageer-Stockageer-Stockageer-Stockageer-Stockage\Resilio-Sync
|
||||
```
|
||||
|
||||
## Modifier la configuration de Resilio-Sync
|
||||
|
||||
Saisir la commande pour vous rendre dans le dossier
|
||||
```bash
|
||||
cd FicFicFicFicFichier-Stockageer-Stockageer-Stockageer-Stockageer-Stockage\Resilio-Sync
|
||||
```
|
||||
## Lancement de Resilio-Sync
|
||||
|
||||
Pour utiliser Resilio-Sync tout seul
|
||||
```bash
|
||||
docker compose up -d
|
||||
```
|
||||
|
||||
Pour utiliser Resilio-Sync avec Traefik
|
||||
```bash
|
||||
docker compose -f docker-compose-traefik.yml up -d
|
||||
```
|
||||
|
||||
Pour utiliser Resilio-Sync avec Nginx
|
||||
```bash
|
||||
docker compose -f docker-compose-nginx.yml up -d
|
||||
```
|
||||
|
||||
# Utilisation
|
||||
|
||||
## Accueil
|
||||
|
||||
|
||||
# More info
|
||||
- more information on the website [Tips-Of-Mine](https://www.tips-of-mine.fr/)
|
||||
|
||||
# Buy me a coffe
|
||||
<a href='https://ko-fi.com/R5R2KNI3N' target='_blank'><img height='36' style='border:0px;height:36px;' src='https://storage.ko-fi.com/cdn/kofi4.png?v=3' border='0' alt='Buy Me a Coffee at ko-fi.com' /></a>
|
10
Fichier-Stockage/Resilio-Sync/docker-compose-traefik.yml
Normal file
10
Fichier-Stockage/Resilio-Sync/docker-compose-traefik.yml
Normal file
@ -0,0 +1,10 @@
|
||||
#### NETWORKS
|
||||
networks:
|
||||
docker-traefik_front_network:
|
||||
external: true
|
||||
back_network:
|
||||
driver: bridge
|
||||
attachable: true
|
||||
|
||||
#### SERVICES
|
||||
services:
|
8
Fichier-Stockage/Resilio-Sync/docker-compose.yml
Normal file
8
Fichier-Stockage/Resilio-Sync/docker-compose.yml
Normal file
@ -0,0 +1,8 @@
|
||||
#### NETWORKS
|
||||
networks:
|
||||
back_network:
|
||||
driver: bridge
|
||||
attachable: true
|
||||
|
||||
#### SERVICES
|
||||
services:
|
3
Fichier-Stockage/Seafile/LICENSE
Normal file
3
Fichier-Stockage/Seafile/LICENSE
Normal file
@ -0,0 +1,3 @@
|
||||
Additional permission under GNU GPL version 3 section 7
|
||||
|
||||
If you modify this Program, or any covered work, by linking or combining it with [name of library] (or a modified version of that library), containing parts covered by the terms of [name of library's license], the licensors of this Program grant you additional permission to convey the resulting work. Corresponding Source for a non-source form of such a combination shall include the source code for the parts of [name of library] used as well as that of the covered work.
|
52
Fichier-Stockage/Seafile/README.md
Normal file
52
Fichier-Stockage/Seafile/README.md
Normal file
@ -0,0 +1,52 @@
|
||||

|
||||
|
||||
# Seafile
|
||||
|
||||
|
||||
# Téléchargement, Configuration et Lancement
|
||||
|
||||
## Téléchargement de Seafile
|
||||
|
||||
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 FicFicFicFicFichier-Stockageer-Stockageer-Stockageer-Stockageer-Stockage\Seafile
|
||||
```
|
||||
|
||||
## Modifier la configuration de Seafile
|
||||
|
||||
Saisir la commande pour vous rendre dans le dossier
|
||||
```bash
|
||||
cd FicFicFicFicFichier-Stockageer-Stockageer-Stockageer-Stockageer-Stockage\Seafile
|
||||
```
|
||||
## Lancement de Seafile
|
||||
|
||||
Pour utiliser Seafile tout seul
|
||||
```bash
|
||||
docker compose up -d
|
||||
```
|
||||
|
||||
Pour utiliser Seafile avec Traefik
|
||||
```bash
|
||||
docker compose -f docker-compose-traefik.yml up -d
|
||||
```
|
||||
|
||||
Pour utiliser Seafile avec Nginx
|
||||
```bash
|
||||
docker compose -f docker-compose-nginx.yml up -d
|
||||
```
|
||||
|
||||
# Utilisation
|
||||
|
||||
## Accueil
|
||||
|
||||
|
||||
# More info
|
||||
- more information on the website [Tips-Of-Mine](https://www.tips-of-mine.fr/)
|
||||
|
||||
# Buy me a coffe
|
||||
<a href='https://ko-fi.com/R5R2KNI3N' target='_blank'><img height='36' style='border:0px;height:36px;' src='https://storage.ko-fi.com/cdn/kofi4.png?v=3' border='0' alt='Buy Me a Coffee at ko-fi.com' /></a>
|
10
Fichier-Stockage/Seafile/docker-compose-traefik.yml
Normal file
10
Fichier-Stockage/Seafile/docker-compose-traefik.yml
Normal file
@ -0,0 +1,10 @@
|
||||
#### NETWORKS
|
||||
networks:
|
||||
docker-traefik_front_network:
|
||||
external: true
|
||||
back_network:
|
||||
driver: bridge
|
||||
attachable: true
|
||||
|
||||
#### SERVICES
|
||||
services:
|
8
Fichier-Stockage/Seafile/docker-compose.yml
Normal file
8
Fichier-Stockage/Seafile/docker-compose.yml
Normal file
@ -0,0 +1,8 @@
|
||||
#### NETWORKS
|
||||
networks:
|
||||
back_network:
|
||||
driver: bridge
|
||||
attachable: true
|
||||
|
||||
#### SERVICES
|
||||
services:
|
3
Fichier-Stockage/Syncthing/LICENSE
Normal file
3
Fichier-Stockage/Syncthing/LICENSE
Normal file
@ -0,0 +1,3 @@
|
||||
Additional permission under GNU GPL version 3 section 7
|
||||
|
||||
If you modify this Program, or any covered work, by linking or combining it with [name of library] (or a modified version of that library), containing parts covered by the terms of [name of library's license], the licensors of this Program grant you additional permission to convey the resulting work. Corresponding Source for a non-source form of such a combination shall include the source code for the parts of [name of library] used as well as that of the covered work.
|
52
Fichier-Stockage/Syncthing/README.md
Normal file
52
Fichier-Stockage/Syncthing/README.md
Normal file
@ -0,0 +1,52 @@
|
||||

|
||||
|
||||
# SynctFicFicFichier-Stockageer-Stockageer-Stockageng
|
||||
|
||||
|
||||
# Téléchargement, Configuration et Lancement
|
||||
|
||||
## Téléchargement de SynctFicFicFichier-Stockageer-Stockageer-Stockageng
|
||||
|
||||
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 FicFicFicFicFichier-Stockageer-Stockageer-Stockageer-Stockageer-Stockage\SynctFicFicFichier-Stockageer-Stockageer-Stockageng
|
||||
```
|
||||
|
||||
## Modifier la configuration de SynctFicFicFichier-Stockageer-Stockageer-Stockageng
|
||||
|
||||
Saisir la commande pour vous rendre dans le dossier
|
||||
```bash
|
||||
cd FicFicFicFicFichier-Stockageer-Stockageer-Stockageer-Stockageer-Stockage\SynctFicFicFichier-Stockageer-Stockageer-Stockageng
|
||||
```
|
||||
## Lancement de SynctFicFicFichier-Stockageer-Stockageer-Stockageng
|
||||
|
||||
Pour utiliser SynctFicFicFichier-Stockageer-Stockageer-Stockageng tout seul
|
||||
```bash
|
||||
docker compose up -d
|
||||
```
|
||||
|
||||
Pour utiliser SynctFicFicFichier-Stockageer-Stockageer-Stockageng avec Traefik
|
||||
```bash
|
||||
docker compose -f docker-compose-traefik.yml up -d
|
||||
```
|
||||
|
||||
Pour utiliser SynctFicFicFichier-Stockageer-Stockageer-Stockageng avec Nginx
|
||||
```bash
|
||||
docker compose -f docker-compose-nginx.yml up -d
|
||||
```
|
||||
|
||||
# Utilisation
|
||||
|
||||
## Accueil
|
||||
|
||||
|
||||
# More info
|
||||
- more information on the website [Tips-Of-Mine](https://www.tips-of-mine.fr/)
|
||||
|
||||
# Buy me a coffe
|
||||
<a href='https://ko-fi.com/R5R2KNI3N' target='_blank'><img height='36' style='border:0px;height:36px;' src='https://storage.ko-fi.com/cdn/kofi4.png?v=3' border='0' alt='Buy Me a Coffee at ko-fi.com' /></a>
|
10
Fichier-Stockage/Syncthing/docker-compose-traefik.yml
Normal file
10
Fichier-Stockage/Syncthing/docker-compose-traefik.yml
Normal file
@ -0,0 +1,10 @@
|
||||
#### NETWORKS
|
||||
networks:
|
||||
docker-traefik_front_network:
|
||||
external: true
|
||||
back_network:
|
||||
driver: bridge
|
||||
attachable: true
|
||||
|
||||
#### SERVICES
|
||||
services:
|
8
Fichier-Stockage/Syncthing/docker-compose.yml
Normal file
8
Fichier-Stockage/Syncthing/docker-compose.yml
Normal file
@ -0,0 +1,8 @@
|
||||
#### NETWORKS
|
||||
networks:
|
||||
back_network:
|
||||
driver: bridge
|
||||
attachable: true
|
||||
|
||||
#### SERVICES
|
||||
services:
|
3
Fichier-Stockage/XBackBone/LICENSE
Normal file
3
Fichier-Stockage/XBackBone/LICENSE
Normal file
@ -0,0 +1,3 @@
|
||||
Additional permission under GNU GPL version 3 section 7
|
||||
|
||||
If you modify this Program, or any covered work, by linking or combining it with [name of library] (or a modified version of that library), containing parts covered by the terms of [name of library's license], the licensors of this Program grant you additional permission to convey the resulting work. Corresponding Source for a non-source form of such a combination shall include the source code for the parts of [name of library] used as well as that of the covered work.
|
52
Fichier-Stockage/XBackBone/README.md
Normal file
52
Fichier-Stockage/XBackBone/README.md
Normal file
@ -0,0 +1,52 @@
|
||||

|
||||
|
||||
# XBackBone
|
||||
|
||||
|
||||
# Téléchargement, Configuration et Lancement
|
||||
|
||||
## Téléchargement de XBackBone
|
||||
|
||||
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 FicFicFicFicFichier-Stockageer-Stockageer-Stockageer-Stockageer-Stockage\XBackBone
|
||||
```
|
||||
|
||||
## Modifier la configuration de XBackBone
|
||||
|
||||
Saisir la commande pour vous rendre dans le dossier
|
||||
```bash
|
||||
cd FicFicFicFicFichier-Stockageer-Stockageer-Stockageer-Stockageer-Stockage\XBackBone
|
||||
```
|
||||
## Lancement de XBackBone
|
||||
|
||||
Pour utiliser XBackBone tout seul
|
||||
```bash
|
||||
docker compose up -d
|
||||
```
|
||||
|
||||
Pour utiliser XBackBone avec Traefik
|
||||
```bash
|
||||
docker compose -f docker-compose-traefik.yml up -d
|
||||
```
|
||||
|
||||
Pour utiliser XBackBone avec Nginx
|
||||
```bash
|
||||
docker compose -f docker-compose-nginx.yml up -d
|
||||
```
|
||||
|
||||
# Utilisation
|
||||
|
||||
## Accueil
|
||||
|
||||
|
||||
# More info
|
||||
- more information on the website [Tips-Of-Mine](https://www.tips-of-mine.fr/)
|
||||
|
||||
# Buy me a coffe
|
||||
<a href='https://ko-fi.com/R5R2KNI3N' target='_blank'><img height='36' style='border:0px;height:36px;' src='https://storage.ko-fi.com/cdn/kofi4.png?v=3' border='0' alt='Buy Me a Coffee at ko-fi.com' /></a>
|
10
Fichier-Stockage/XBackBone/docker-compose-traefik.yml
Normal file
10
Fichier-Stockage/XBackBone/docker-compose-traefik.yml
Normal file
@ -0,0 +1,10 @@
|
||||
#### NETWORKS
|
||||
networks:
|
||||
docker-traefik_front_network:
|
||||
external: true
|
||||
back_network:
|
||||
driver: bridge
|
||||
attachable: true
|
||||
|
||||
#### SERVICES
|
||||
services:
|
8
Fichier-Stockage/XBackBone/docker-compose.yml
Normal file
8
Fichier-Stockage/XBackBone/docker-compose.yml
Normal file
@ -0,0 +1,8 @@
|
||||
#### NETWORKS
|
||||
networks:
|
||||
back_network:
|
||||
driver: bridge
|
||||
attachable: true
|
||||
|
||||
#### SERVICES
|
||||
services:
|
Reference in New Issue
Block a user