+2
nixos/doc/manual/release-notes/rl-2505.section.md
+2
nixos/doc/manual/release-notes/rl-2505.section.md
···- [Kimai](https://www.kimai.org/), a web-based multi-user time-tracking application. Available as [services.kimai](options.html#opt-services.kimai).+- [Homer](https://homer-demo.netlify.app/), a very simple static homepage for your server. Available as [services.homer](options.html#opt-services.homer).- [Omnom](https://github.com/asciimoo/omnom), a webpage bookmarking and snapshotting service. Available as [services.omnom](options.html#opt-services.omnom.enable).
+1
nixos/modules/module-list.nix
+1
nixos/modules/module-list.nix
···
+184
nixos/modules/services/web-apps/homer.nix
+184
nixos/modules/services/web-apps/homer.nix
···+A dead simple static HOMepage for your servER to keep your services on hand, from a simple yaml configuration file.+For more information, see the [official documentation](https://github.com/bastienwirtz/homer/blob/main/docs/configuration.md).+Note that the full configuration will be written to the nix store as world readable, which may include secrets such as [api-keys](https://github.com/bastienwirtz/homer/blob/main/docs/customservices.md).+This will add the file to the nix store upon build, referencing it by file path as expected by Homer.
+1
nixos/tests/all-tests.nix
+1
nixos/tests/all-tests.nix
···
+30
nixos/tests/homer/caddy.nix
+30
nixos/tests/homer/caddy.nix
···+machine.succeed("curl --fail --show-error --silent http://localhost:80/ | grep '<title>Homer</title>'")+machine.succeed("curl --fail --show-error --silent http://localhost:80/assets/config.yml | grep 'title: testing'")
+6
nixos/tests/homer/default.nix
+6
nixos/tests/homer/default.nix
+30
nixos/tests/homer/nginx.nix
+30
nixos/tests/homer/nginx.nix
···+machine.succeed("curl --fail --show-error --silent http://localhost:80/ | grep '<title>Homer</title>'")+machine.succeed("curl --fail --show-error --silent http://localhost:80/assets/config.yml | grep 'title: testing'")
+7
-1
pkgs/by-name/ho/homer/package.nix
+7
-1
pkgs/by-name/ho/homer/package.nix
······