diff --git a/README.md b/README.md index b2c5d53..5066fcf 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,49 @@ We use [Kubenix](https://kubenix.org/) to write Kubernetes deployments in Nix! +## Images used + +Legend: +- ✨: Image built with Nix (including [NixNG](https://github.com/nix-community/NixNG)) +- ✅: Official image or trusted publisher +- 🫤: Unofficial image + +| Status | Image | Comments | +| --- | --- | --- | +| ✨ | `nixng-dnsmasq` | | +| ✨ | `nixng-attic` | | +| ✨ | `git.kun.is/home/blog-pim` | | +| ✅ | `jellyfin/jellyfin` | | +| ✅ | `linuxserver/deluge` | | +| ✅ | `fallenbagel/jellyseerr` | | +| ✅ | `lscr.io/linuxserver/radarr` | | +| ✅ | `lscr.io/linuxserver/prowlarr` | | +| ✅ | `lscr.io/linuxserver/sonarr` | | +| ✅ | `lscr.io/linuxserver/bazarr` | | +| ✅ | `ghcr.io/atuinsh/atuin` | | +| ✅ | `postgres:14` | Database for Atuin | +| ✅ | `ghcr.io/paperless-ngx/paperless-ngx` | | +| ✅ | `docker.io/library/redis:7` | Database for Paperless-ngx | +| ✅ | `nextcloud` | | +| ✅ | `postgres:15` | Database for Attic, Nextcloud, Paperless-ngx and Hedgedoc | +| ✅ | `inbucket/inbucket` | | +| ✅ | `lscr.io/linuxserver/syncthing` | | +| ✅ | `codeberg.org/forgejo/forgejo` | | +| ✅ | `pihole/pihole` | | +| ✅ | `ghcr.io/immich-app/immich-server` | | +| ✅ | `ghcr.io/immich-app/immich-machine-learning` | | +| ✅ | `docker.io/redis:6.2-alpine` | Database for Immich | +| ✅ | `docker.io/tensorchord/pgvecto-rs:pg14-v0.2.0` | Database for Immich | +| ✅ | `tombursch/kitchenowl` | | +| ✅ | `freshrss/freshrss` | | +| ✅ | `ubuntu/bind9` | | +| ✅ | `quay.io/hedgedoc/hedgedoc` | | +| 🫤 | `itzg/minecraft-server` | | +| 🫤 | `teddysun/kms` | | +| 🫤 | `tomsquest/docker-radicale` | | +| 🫤 | `binwiederhier/ntfy` | | +| 🫤 | `mpepping/cyberchef` | | + ## Acknowledgements - [dns.nix](https://github.com/kirelagin/dns.nix): A Nix DSL for defining DNS zones