Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 2.05 KB

README.md

File metadata and controls

31 lines (21 loc) · 2.05 KB

blobdash

yet another simple self-hosted dashboard

UV Badge Python Badge GitHub Actions Workflow Status GitHub License GitHub Release Free Palestine Badge

Installation

Designed to be used with Docker and docker-compose. An example compose.yaml file can be found at docs/examples/compose.example.yaml.

Configuration

Blobdash uses TOML for configuration. It checks for a file named blobdash.toml both in its working directory (in the Docker image, this is at /app/blobdash.toml) and in the root directory (/blobdash.toml). If both are present, values in /blobdash.toml will override those set in /app/blobdash.toml.

An example configuration file is present in this repository at docs/examples/blobdash.example.toml. Documentation on the configuration file is present at docs/configuration.md.