70 lines
1.3 KiB
Markdown
70 lines
1.3 KiB
Markdown
---
|
|
title: {title}
|
|
created: 2026-06-06
|
|
updated: 2026-06-06
|
|
type: app
|
|
tags: [{tags}]
|
|
confidence: medium
|
|
contested: false
|
|
sources: [https://selfh.st/apps/?tag={tag_slug}]
|
|
---
|
|
# {emoji} {title}
|
|
|
|
> Brève description à compléter
|
|
> Source : [selfh.st](https://selfh.st/apps/?tag={tag_slug})
|
|
|
|
## 📋 Informations Générales
|
|
|
|
| Champ | Valeur |
|
|
| :--- | :--- |
|
|
| **Site web** | À compléter |
|
|
| **GitHub** | À compléter |
|
|
| **License** | À compléter |
|
|
| **Langage** | À compléter |
|
|
| **Étoiles GitHub** | À compléter |
|
|
| **Dernière MAJ** | À compléter |
|
|
| **Catégorie** | [[cat-{tag_slug}|{tag_name}]] |
|
|
|
|
## 📝 Description
|
|
|
|
> _À rédiger : 2-3 phrases expliquant ce que fait l'application._
|
|
|
|
## 🚀 Installation
|
|
|
|
### Option 1 : Docker Compose (recommandé)
|
|
|
|
```yaml
|
|
# docker-compose.yml
|
|
version: '3.8'
|
|
services:
|
|
# À compléter
|
|
```
|
|
|
|
### Option 2 : Installation manuelle
|
|
|
|
> _À compléter si disponible_
|
|
|
|
## ⚙️ Configuration
|
|
|
|
> _Points clés de configuration_
|
|
|
|
## 🔄 Alternatives
|
|
|
|
### Open Source
|
|
- _À lister_
|
|
|
|
### Propriétaires (ce que cette app remplace)
|
|
- _À lister_
|
|
|
|
## 📚 Ressources
|
|
|
|
- [Site officiel]()
|
|
- [Documentation]()
|
|
- [GitHub]()
|
|
- [Communauté]()
|
|
|
|
## Pages Liées
|
|
- [[Catalogue-Self-Hosted]] — Hub du catalogue
|
|
- [[securisation-home-lab]] — Sécurité
|
|
- [[recettes-docker-compose]] — Templates Docker
|