diff --git a/docs/User-Guide_Armbian-Software/Management.md b/docs/User-Guide_Armbian-Software/Management.md index 1a927d0e..fd5af40e 100644 --- a/docs/User-Guide_Armbian-Software/Management.md +++ b/docs/User-Guide_Armbian-Software/Management.md @@ -118,3 +118,81 @@ armbian-config --cmd WBM001 + +## Homepage + + +Install Homepage startpage / application dashboard + + + +[![Homepage](/images/HPG001.png)](#) + + + + +[gethomepage](https://gethomepage.dev/) is a fast, fully static, highly customizable application dashboard built for modern self-hosted environments. With a **fully proxied** architecture and **zero runtime**, it delivers exceptional speed, security, and simplicity for organizing and accessing your services. + +It supports **over 100 service integrations** and **multiple languages**, offering live status displays and dynamic resource monitoring out-of-the-box. Configuration is effortless via **YAML files** or automatic **Docker label discovery**, making setup and management seamless. + +*Key Features* + +- **Static Frontend**: Blazing-fast performance with no server-side runtime. +- **Secure Proxying**: Safely access internal services without direct exposure. +- **Service Integrations**: Native support for Docker, Kubernetes, Grafana, Proxmox, Home Assistant, and more. +- **Easy Configuration**: Manage layout and services with YAML or Docker labels. +- **Internationalization**: Translations available for multiple languages. +- **Flexible Theming**: Personalize with themes, layouts, and styling. +- **Simple Deployment**: Host via Docker, Kubernetes, or any static hosting platform. + +--- + +Whether you're running a small homelab or a full server fleet, **gethomepage** offers a sleek, powerful, and secure way to stay organized. + + + +**Author:** @igorpecovnik + +**Status:** Stable + + +~~~ custombash +armbian-config --cmd HPG001 +~~~ + + + +=== "Access to the web interface" + + The web interface is accessible via port **3000**: + + - URL: `https://:3000` + - Username/Password: none + + Configuration: Please reffer to official manual + +=== "Directories" + + - Install directory: `/armbian/homepage` + - Site configuration directory: `/armbian/homepage/config` + +=== "View logs" + + ```sh + docker logs -f homepage + ``` + + + + +~~~ bash title="Remove Homepage:" +armbian-config --cmd HPG002 +~~~ + + +~~~ bash title="Purge Homepage with data folder:" +armbian-config --cmd HPG003 +~~~ + + + diff --git a/docs/User-Guide_Armbian-Software/Software.md b/docs/User-Guide_Armbian-Software/Software.md index 8031841f..aa21a299 100644 --- a/docs/User-Guide_Armbian-Software/Software.md +++ b/docs/User-Guide_Armbian-Software/Software.md @@ -2315,6 +2315,84 @@ armbian-config --cmd WBM001 +#### Homepage + + +Install Homepage startpage / application dashboard + + + +[![Homepage](/images/HPG001.png)](#) + + + + +[gethomepage](https://gethomepage.dev/) is a fast, fully static, highly customizable application dashboard built for modern self-hosted environments. With a **fully proxied** architecture and **zero runtime**, it delivers exceptional speed, security, and simplicity for organizing and accessing your services. + +It supports **over 100 service integrations** and **multiple languages**, offering live status displays and dynamic resource monitoring out-of-the-box. Configuration is effortless via **YAML files** or automatic **Docker label discovery**, making setup and management seamless. + +*Key Features* + +- **Static Frontend**: Blazing-fast performance with no server-side runtime. +- **Secure Proxying**: Safely access internal services without direct exposure. +- **Service Integrations**: Native support for Docker, Kubernetes, Grafana, Proxmox, Home Assistant, and more. +- **Easy Configuration**: Manage layout and services with YAML or Docker labels. +- **Internationalization**: Translations available for multiple languages. +- **Flexible Theming**: Personalize with themes, layouts, and styling. +- **Simple Deployment**: Host via Docker, Kubernetes, or any static hosting platform. + +--- + +Whether you're running a small homelab or a full server fleet, **gethomepage** offers a sleek, powerful, and secure way to stay organized. + + + +**Author:** @igorpecovnik + +**Status:** Stable + + +~~~ custombash +armbian-config --cmd HPG001 +~~~ + + + +=== "Access to the web interface" + + The web interface is accessible via port **3000**: + + - URL: `https://:3000` + - Username/Password: none + + Configuration: Please reffer to official manual + +=== "Directories" + + - Install directory: `/armbian/homepage` + - Site configuration directory: `/armbian/homepage/config` + +=== "View logs" + + ```sh + docker logs -f homepage + ``` + + + + +~~~ bash title="Remove Homepage:" +armbian-config --cmd HPG002 +~~~ + + +~~~ bash title="Purge Homepage with data folder:" +armbian-config --cmd HPG003 +~~~ + + + + ## Tools for printing and 3D printing #### OctoPrint diff --git a/docs/images/HPG001.png b/docs/images/HPG001.png new file mode 100644 index 00000000..0bdf9927 Binary files /dev/null and b/docs/images/HPG001.png differ