# Talloires Infrastructure v2 Documentation complète de l'infrastructure Talloires hébergée sur Raspberry Pi 5. ## Quick Links | Service | URL | Go Link | Description | |---------|-----|---------|-------------| | Jellyfin | [jellyfin.talloires.local](https://jellyfin.talloires.local){:target="_blank"} | [go/jellyfin](https://go.talloires.local/jellyfin){:target="_blank"} | Media streaming | | Gitea | [git.talloires.local](https://git.talloires.local){:target="_blank"} | [go/git](https://go.talloires.local/git){:target="_blank"} | Git repositories | | Home Assistant | [homeassistant.talloires.local](https://homeassistant.talloires.local){:target="_blank"} | [go/ha](https://go.talloires.local/ha){:target="_blank"} | Domotique | | Transmission | [transmission.talloires.local](https://transmission.talloires.local){:target="_blank"} | [go/torrent](https://go.talloires.local/torrent){:target="_blank"} | BitTorrent via VPN | | MkDocs | [docs.talloires.local](https://docs.talloires.local){:target="_blank"} | [go/docs](https://go.talloires.local/docs){:target="_blank"} | Documentation | | Arcane | [arcane.talloires.local](https://arcane.talloires.local){:target="_blank"} | [go/docker](https://go.talloires.local/docker){:target="_blank"} | Docker management | | Dozzle | [dozzle.talloires.local](https://dozzle.talloires.local){:target="_blank"} | [go/logs](https://go.talloires.local/logs){:target="_blank"} | Container logs | | Shlink | [shlink.talloires.local](https://shlink.talloires.local){:target="_blank"} | [go/shlink](https://go.talloires.local/shlink){:target="_blank"} | URL shortener admin | | Shlink API | [go.talloires.local](https://go.talloires.local){:target="_blank"} | — | Short URL redirects | | Netdata | [netdata.talloires.local](https://netdata.talloires.local){:target="_blank"} | [go/netdata](https://go.talloires.local/netdata){:target="_blank"} | System monitoring | | Authelia | [auth.talloires.local](https://auth.talloires.local){:target="_blank"} | [go/auth](https://go.talloires.local/auth){:target="_blank"} | SSO / Authentication | ## Architecture ``` ┌─────────────────────────────────────────────────────────────────┐ │ INTERNET │ └─────────────────────────────────────────────────────────────────┘ │ ┌─────────┴─────────┐ │ UniFi DR7 │ │ (Theseus) │ │ 10.171.171.1 │ └─────────┬─────────┘ │ ┌────────────────────┼────────────────────┐ │ │ │ ┌────────┴────────┐ ┌────────┴────────┐ ┌───────┴───────┐ │ Raspberry Pi 5 │ │ Synology NAS │ │ Clients │ │ (Talloires) │ │ (Annecy) │ │ Mac/iOS │ │ 10.171.171.7 │ │ 10.171.171.50 │ │ │ │ TS: 100.116... │ │ TS: 100.69... │ │ │ └─────────────────┘ └─────────────────┘ └───────────────┘ ``` ## Sections - [Infrastructure](infra/overview.md) - Architecture détaillée - [Services](services/overview.md) - Configuration des services - [Changelog](changelog/2025-12-31.md) - Journal des modifications - [Vault](vault/README.md) - Configurations et secrets ## Go Links Reference Tous les services sont accessibles via des liens courts `go/xxx` : ``` go/jellyfin → Jellyfin media server go/git → Gitea repositories go/ha → Home Assistant go/torrent → Transmission go/docs → Cette documentation go/docker → Arcane (Docker UI) go/logs → Dozzle (logs) go/shlink → Shlink admin go/netdata → Monitoring go/auth → Authelia SSO ```