float

command module
v0.0.3 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 31, 2022 License: Apache-2.0 Imports: 10 Imported by: 0

README

Float

Minimalist Configurable Homelab Start Page.

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

How to run using docker

Docker Compose
version: "3.9"
services:
  float:
    container_name: float
    image: ghcr.io/aaqaishtyaq/float:latest
    restart: unless-stopped
    ports:
      - "80:8080"
    volumes:
      - /mnt/data/float:/etc/float/
Docker CLI
docker run \
  -v /mnt/data/float:/etc/float/ \
  -p 80:8080 \
  --restart unless-stopped \
  --name float \
  ghcr.io/aaqaishtyaq/float:latest

Example Configuration

title: "Vessel"
page_data:
  - name: "Grafana"
    port: 3000
  - name: "Portainer"
    port: 9000

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL