This commit is contained in:
2024-04-19 10:27:36 +02:00
parent fcb6bbe566
commit 35c96e715c
7852 changed files with 4815 additions and 8 deletions

32
Homepage/Homarr/README.md Normal file
View File

@ -0,0 +1,32 @@
![Homarr](./img/logo-homarr.png)
# Homarr
Simplifiez la gestion de votre serveur avec Homarr - un tableau de bord élégant et moderne qui met toutes vos applications et services à portée de main. Avec Homarr, vous pouvez accéder et tout contrôler en un seul endroit pratique. Homarr s'intègre de manière transparente aux applications que vous avez ajoutées, vous fournissant des informations précieuses et vous donnant un contrôle total. L'installation est un jeu d'enfant et Homarr prend en charge un large éventail de méthodes de déploiement.
# Installation
Pour utiliser Homarr tout seul
```bash
docker compose up -d
```
Pour utiliser Homarr avec Traefik
```bash
docker compose -f docker-compose-traefik.yml up -d
```
Pour utiliser Homarr 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>

View File

@ -0,0 +1,16 @@
version: '3'
#---------------------------------------------------------------------#
# Homarr - A simple, yet powerful dashboard for your server. #
#---------------------------------------------------------------------#
services:
homarr:
container_name: homarr
image: ghcr.io/ajnart/homarr:latest
restart: unless-stopped
volumes:
- /var/run/docker.sock:/var/run/docker.sock # Facultatif, uniquement si vous souhaitez l'intégration de Docker
- /srv/appdata/homarr/configs:/app/data/configs
- /srv/appdata/homarr/icons:/app/public/icons
- /srv/appdata/homarr/data:/data
ports:
- '7575:7575'

Binary file not shown.

After

Width:  |  Height:  |  Size: 100 KiB