Jump to content

Homer: Difference between revisions

From Official NixOS Wiki
Dorade (talk | contribs)
wip, Installation steps
Klinger (talk | contribs)
m short description, link and 2 categories
 
Line 1: Line 1:
[https://github.com/bastienwirtz/homer Homer] is a web server with a full static html/js dashboard, based on a simple yaml configuration file.
== Installation ==
== Installation ==
To install Homer on your device, add the following section to your NixOs configuration file:
To install Homer on your device, add the following section to your NixOs configuration file:
{{File|3=service.homer.enable = true;|name=/etc/nixos/configuration.nix|lang=nix}}
{{File|3=service.homer.enable = true;|name=/etc/nixos/configuration.nix|lang=nix}}
[[Category:Server]]
[[Category:Web Applications]]

Latest revision as of 11:06, 29 December 2025

Homer is a web server with a full static html/js dashboard, based on a simple yaml configuration file.

Installation

To install Homer on your device, add the following section to your NixOs configuration file:

❄︎ /etc/nixos/configuration.nix
service.homer.enable = true;