ABOUT
Homer is a simple and lightweight static homepage generator that allows you to create and manage a home page for your server. It uses a YAML configuration file to define the layout and content of your homepage, making it easy to set up and customize. The generated homepage is static, meaning it does not require any server-side processing, making it fast and efficient to serve. Homer is designed to be a flexible and low-maintenance solution for organizing and accessing your services and information from a single, centralized location.
infoConfiguration Path: `/opt/homer/assets/config.yml`
INSTALL
Approved local installer
DefaultDebian 13
Approved locally1 CPU512 MB RAM2 GB disk
Config path/opt/homer/assets/config.yml
Run this command in the Proxmox VE shell. It downloads the immutable approved file, verifies SHA-256, and only then executes it.
( url='https://scripts.francoisvw.com/snapshots/c19711ea1b2526bec67e34be948114e255b5a811/ct/homer.sh'; sha='f0a51d684a00cb23aed48b09a3c02e5a612f676e7e62f9c965ddbf6a69e2e9f1'; tmp="$(mktemp)" || exit; curl -fsSL "$url" -o "$tmp" && printf '%s %s\n' "$sha" "$tmp" | sha256sum -c - && bash "$tmp"; rc=$?; rm -f "$tmp"; exit "$rc" )
View approved source ↗Path ct/homer.shSHA-256 f0a51d684a00cb23aed48b09a3c02e5a612f676e7e62f9c965ddbf6a69e2e9f1 LOCAL CHANGE REVIEW
Approved vs latest fetched source
Sign in with a passkey to inspect pending source changes. Approved content remains public.