This commit is contained in:
2024-04-21 14:42:52 +02:00
parent 4b69674ede
commit 8a25f53c99
10700 changed files with 55767 additions and 14201 deletions

View File

@ -0,0 +1,66 @@
![PhotoShow](./img/logo-PhotoShow.png)
URL : https://github.com/penpot/penpot
# PhotoShow
PhotoShow, votre galerie web. PhotoShow est une galerie web gratuite et open source, que vous pouvez tr?s facilement installer sur votre serveur web. Elle ne n?cessite m?me pas de base de donn?es pour fonctionner.
# Téléchargement, Configuration et Lancement
## Téléchargement de PhotoShow
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 Photos\PhotoShow
```
## Modifier la configuration de PhotoShow
Saisir la commande pour vous rendre dans le dossier
```bash
cd Photos\PhotoShow
```
Nous éditons le fichier de configuration
```bash
nano .env
```
Nous modifions les variables dont nous avons besoin.
## Lancement de PhotoShow
Pour utiliser PhotoShow tout seul
```bash
docker compose up -d
```
Pour utiliser PhotoShow 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://PhotoShow.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>