No description
Find a file
renovate-bot ae172dbac4
Some checks failed
ci/woodpecker/pr/build Pipeline failed
ci/woodpecker/pr/lint Pipeline failed
ci/woodpecker/pull_request_closed/build Pipeline was successful
ci/woodpecker/pull_request_closed/lint Pipeline was successful
ci/woodpecker/push/build Pipeline failed
ci/woodpecker/push/lint Pipeline was successful
fix(deps): update module github.com/gdamore/tcell/v2 to v2.13.5
2026-01-07 00:06:31 +00:00
.woodpecker chore: start woodpecker building 2025-11-21 18:33:44 +01:00
assets moar styling 2025-04-26 21:13:09 +02:00
cmd refactor: realign installer and admin to share more code 2025-12-25 22:37:58 +01:00
components refactor: get rid of viper/cobra/fang in favor of urfave/cli 2025-11-21 01:00:33 +01:00
handlers refactor: get rid of viper/cobra/fang in favor of urfave/cli 2025-11-21 01:00:33 +01:00
internal refactor: realign installer and admin to share more code 2025-12-25 22:37:58 +01:00
pkg refactor: consolidate admin and installer code 2025-12-25 15:42:41 +01:00
.envrc feat: setup postgres db service for dev 2025-04-26 21:29:28 +02:00
.gitignore chore: setup linter with woodpecker 2025-11-02 00:33:38 +01:00
config.nix refactor: move cli app setup towards cobra and viper 2025-06-06 22:25:46 +02:00
flake.lock fix: data race in installer tui 2025-12-24 23:39:21 +01:00
flake.nix refactor: move cli app setup towards cobra and viper 2025-06-06 22:25:46 +02:00
GEMINI.md refactor: consolidate admin and installer code 2025-12-25 15:42:41 +01:00
go.mod fix(deps): update module github.com/gdamore/tcell/v2 to v2.13.5 2026-01-07 00:06:31 +00:00
go.sum fix(deps): update module github.com/gdamore/tcell/v2 to v2.13.5 2026-01-07 00:06:31 +00:00
LICENSE refactor: move cli app setup towards cobra and viper 2025-06-06 22:25:46 +02:00
main.go refactor: get rid of viper/cobra/fang in favor of urfave/cli 2025-11-21 01:00:33 +01:00
README.md docs: Improve development instructions. 2025-04-14 00:29:07 +02:00
renovate.json Add renovate.json 2025-11-15 03:06:21 +00:00
Taskfile.yml refactor: move cli app setup towards cobra and viper 2025-06-06 22:25:46 +02:00
templier.yaml refactor: move cli app setup towards cobra and viper 2025-06-06 22:25:46 +02:00

app

Main application for the project.

Development

To get started, you need to have direnv and nix installed (direnv will require a hook in your shell to activate. Run direnv allow in the root of the project to set up the environment.

Alternatively you can run nix develop to enter the development shell.

Then, you can run the following command:

task dev

This should start up a auto-reloading dev server on port 8080.