1
0
Fork
You've already forked float
0
Minimalist Configurable Homelab Start Page.
Nix 56.2%
Go 41.9%
Dockerfile 1.9%
2024年06月05日 23:05:13 +02:00
.github/workflows fix: bump gh action to go 1.19 2022年08月31日 11:55:24 +05:30
cmd move main to cmd folder; load config at startup 2022年10月25日 20:50:06 +02:00
static feat: initial commit 2022年08月30日 23:15:32 +05:30
.envrc add nix stuffs 2022年10月25日 21:54:06 +02:00
.gitignore nix gitignore 2022年10月25日 20:52:19 +02:00
CHANGES add apache 2 NOTICE and CHANGES files 2022年10月25日 21:05:24 +02:00
Dockerfile feat: version command, release pipeline 2022年08月31日 11:49:55 +05:30
flake.lock update to nixos 24.05 2024年06月05日 23:05:13 +02:00
flake.nix update to nixos 24.05 2024年06月05日 23:05:13 +02:00
float.sample.yml target urls instead of ports 2022年10月25日 21:05:12 +02:00
go.mod move main to cmd folder; load config at startup 2022年10月25日 20:50:06 +02:00
go.sum feat: initial commit 2022年08月30日 23:15:32 +05:30
LICENSE feat: initial commit 2022年08月30日 23:15:32 +05:30
NOTICE add apache 2 NOTICE and CHANGES files 2022年10月25日 21:05:24 +02:00
page.go config fixes 2022年10月25日 23:49:58 +02:00
README.md add apache 2 NOTICE and CHANGES files 2022年10月25日 21:05:24 +02:00
server.go move main to cmd folder; load config at startup 2022年10月25日 20:50:06 +02:00

Float

Minimalist Configurable Homelab Start Page.

Forked from: https://github.com/aaqaishtyaq/float

float-banner

Usage

Usage of ./float:
 -file string
 Config file with the float page content (default "/etc/float/float.yml")
 -port string
 Port to be used by HTTP Server (default "8080")

Defaults

Flag Value
file /etc/float/float.yml
port 8080

Example Configuration

title:"My Float page"page_data:- name:"Grafana"url:http://localhost:3000- name:"Portainer"url:http://localhost:9000