Jump to content

Homer: Difference between revisions

From Official NixOS Wiki
Dorade (talk | contribs)
Created page with "## Installation To install Homer on your device, add the following section to your NixOs configuration file:"
 
Klinger (talk | contribs)
m short description, link and 2 categories
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
## Installation
[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 ==
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}}
[[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;