Initial vault setup
This commit is contained in:
@@ -0,0 +1,87 @@
|
||||
---
|
||||
title: HortusFox
|
||||
created: 2026-06-08
|
||||
updated: 2026-06-08
|
||||
type: app
|
||||
tags: [catalogue, gardening, app-marathon3-final-context]
|
||||
confidence: medium
|
||||
contested: false
|
||||
sources: [https://selfh.st/apps/?tag=Gardening&app=hortusfox]
|
||||
---
|
||||
|
||||
# 🌱 HortusFox
|
||||
|
||||
> **HortusFox** : Gestion de jardin personnel : plantes, soins, photos, calendrier d'arrosage, historique. Pour jardiniers amateurs et chevronnés.
|
||||
|
||||
## 📋 Informations Générales
|
||||
|
||||
| Champ | Valeur |
|
||||
| :--- | :--- |
|
||||
| **Site web** | [https://www.hortusfox.com](https://www.hortusfox.com) |
|
||||
| **GitHub** | [hortusfox/hortusfox](https://github.com/hortusfox/hortusfox) |
|
||||
| **License** | MIT |
|
||||
| **Langage** | PHP |
|
||||
| **Catégorie** | [[cat-gardening|Gardening]] |
|
||||
|
||||
## 📝 Description
|
||||
|
||||
**HortusFox** est gestion de jardin personnel : plantes, soins, photos, calendrier d'arrosage, historique. pour jardiniers amateurs et chevronnés.
|
||||
|
||||
Différence avec les alternatives majeures : positionnement auto-hébergé et open source, sans tracking, sans dépendance cloud propriétaire.
|
||||
|
||||
Pour qui : utilisateurs qui cherchent une alternative souveraine à des solutions SaaS propriétaires du même segment.
|
||||
|
||||
## 🚀 Installation
|
||||
|
||||
### Docker Compose (recommandé)
|
||||
|
||||
```yaml
|
||||
version: '3.8'
|
||||
services:
|
||||
hortusfox:
|
||||
image: ghcr.io/hortusfox/hortusfox:latest
|
||||
container_name: hortusfox
|
||||
restart: unless-stopped
|
||||
environment:
|
||||
- TZ=Europe/Paris
|
||||
volumes:
|
||||
- ./data:/app/data
|
||||
labels:
|
||||
- "traefik.enable=true"
|
||||
- "traefik.http.routers.hortusfox.rule=Host(`hortusfox.example.com`)"
|
||||
- "traefik.http.routers.hortusfox.entrypoints=websecure"
|
||||
- "traefik.http.routers.hortusfox.tls.certresolver=letsencrypt"
|
||||
networks:
|
||||
- proxy
|
||||
|
||||
networks:
|
||||
proxy:
|
||||
external: true
|
||||
```
|
||||
|
||||
## 🔄 Alternatives
|
||||
|
||||
### Open Source
|
||||
- Plant reminders apps — alternatives dans le même segment
|
||||
|
||||
### Propriétaires (ce que HortusFox remplace)
|
||||
- **Planta, PictureThis, Greg** — solutions SaaS du même domaine
|
||||
|
||||
## 🔐 Sécurité
|
||||
|
||||
- **Authentification** : vérifier la configuration par défaut (changer les credentials initiaux)
|
||||
- **Exposition réseau** : derrière Traefik + TLS (Let's Encrypt) recommandé
|
||||
- **Backups** : sauvegarder `./data` régulièrement
|
||||
- **Mises à jour** : surveiller les releases GitHub pour patches de sécurité
|
||||
|
||||
## 📚 Ressources
|
||||
|
||||
- [GitHub https://github.com/hortusfox/hortusfox](https://github.com/hortusfox/hortusfox)
|
||||
- [Site officiel](https://www.hortusfox.com)
|
||||
- [selfh.st/apps](https://selfh.st/apps/?tag=Gardening&app=hortusfox)
|
||||
|
||||
## Pages Liées
|
||||
- [[cat-gardening|Gardening]] — Catégorie Gardening
|
||||
- [[recettes-docker-compose]] — Templates Docker
|
||||
- [[securisation-home-lab]] — Sécurité
|
||||
- [[glossaire-homelab]] — Vocabulaire
|
||||
Reference in New Issue
Block a user