Skip to content

Latest commit

 

History

History
395 lines (382 loc) · 13.5 KB

File metadata and controls

395 lines (382 loc) · 13.5 KB

Features

nix-homelab fourni des modules qui interagisse entre eux (générallement localement) sans devoir configurer chaque servvice.

Voici une liste des applications ou services que nix-homelab propose

Core Services

Icon Service Name Platform Version Description
ACME ACME 📚 nixos 4.35.2 Let's Encrypt client and ACME library written in Go
Blocky Blocky 📚 nixos 0.31.0 Fast and lightweight DNS proxy as ad-blocker for local network with many features
Caddy Caddy 📚 nixos 2.11.4 Fast and extensible multi-platform HTTP/1-2-3 web server with automatic HTTPS
GoAccess GoAccess 📚 nixos 1.10.2 Real-time web log analyzer and interactive viewer that runs in a terminal in *nix systems
Nix homelab summary Nix homelab summary nixos Generate a static HTML summary of your Nix homelab instance
Proxmox VE Proxmox VE nixos 9.1.6 Virtualization host with Proxmox VE on NixOS
Tailscale Tailscale 📚 nixos 1.98.5 Node agent for Tailscale, a mesh VPN built on WireGuard
ZITADEL ZITADEL 📚 nixos 2.71.7 Identity and access management platform

Essentials

Icon Service Name Platform Version Description
DokuWiki DokuWiki 📚 podman version-2025-05-14b Simple to use and highly versatile wiki software
grist grist 📚 podman 1.7.7 Next generation of spreadsheets
it-tools it-tools 📚 podman 2025.10.12 Collection of handy online tools for developers, with great UX
Linkding Linkding 📚 podman 1.41.0-plus Bookmark manager designed to be minimal, fast, and easy to set up
Miniflux Miniflux 📚 nixos 2.3.1 Minimalist and opinionated feed reader
Radio Radio 📚 nixos 20260407 Internet Radio
Sample Podman application Sample Podman application podman 2025-09-28-alpine Sample podman application with hardening options.
Shaarli Shaarli podman v0.12.2 Personal, minimalist, super-fast, database free, bookmarking service - community repo
Wastebin Wastebin nixos 3.6.2 Pastebin service

System Health

Icon Service Name Platform Version Description
Gatus Gatus nixos 5.36.0 Automated developer-oriented status page
Grafana Grafana nixos 13.0.2 Gorgeous metric viz, dashboards & editors for Graphite, InfluxDB & OpenTSDB
Homepage Homepage nixos 1.13.1 Highly customisable dashboard with Docker and service API integrations
Victoriametrics Victoriametrics nixos 1.145.0 Fast, cost-effective and scalable time series database, long-term remote storage for Prometheus

Deprecated Services

Icon Service Name Category Platform Description Deprecation Notice
Authelia Authelia 📚 Core Services nixos Single Sign-On multi-factor portal for web apps Migrated to Authentik. While Authentik requires some manual configuration, it offers more features and better integration capabilities. // https://github.com/badele/nix-homelab/docs/features/authentik.md
authentik authentik 📚 Core Services nixos The authentication glue you need. Migrated to Zitadel. I migrated from Authentik to Zitadel because I encountered a migration issue from version 2025.10 to 2026.02. I found it unacceptable not to be able to migrate from a version only 4 months old (see the issue → [https://github.com/goauthentik/authentik/issues/20634](https://github.com/goauthentik/authentik/issues/20634)). // https://github.com/badele/nix-homelab/docs/features/zitadel.md
Kanidm Kanidm 📚 Core Services nixos Simple, secure and fast identity management platform While lightweight and performant, Kanidm requires manual configuration for some operations. Migrated to Authentik for better web UI.
LLDAP LLDAP 📚 Core Services nixos Lightweight authentication server that provides an opinionated, simplified LDAP interface for authentication Previously used LLDAP with Authelia, now migrated to Authentik. Authentik provides built-in user management and more integrated features, eliminating the need for a separate LDAP server.
Pawtunes Pawtunes 📚 Essentials podman The Ultimate HTML5 Internet Radio Player This feature is deprecated due to Docker image initialization complexity.

Recommended alternative: Use the simpler Radio application which provides a lightweight internet radio player without the Docker initialization overhead // https://github.com/badele/nix-homelab/docs/features/radio.md

Step CA Step CA 📚 Core Services nixos Private certificate authority (X.509 & SSH) & ACME server for secure automated certificate management, so you can use TLS everywhere & SSO for SSH This feature is deprecated. While it works fine, it has significant limitations: it's difficult to add the self-signed CA to all devices. For example, Firefox on Android doesn't use the Android root CA store.

Recommended alternative: Use public domain names (with private IPs) and DNS-01 challenge for automated certificate management with Let's Encrypt.