diff options
| author | Patrick Spek <p.spek@tyil.nl> | 2025-12-17 11:11:53 +0100 |
|---|---|---|
| committer | Patrick Spek <p.spek@tyil.nl> | 2025-12-17 11:11:53 +0100 |
| commit | bc9ddbeece68b3ee371ee4e945f9bdc017fd14d6 (patch) | |
| tree | 35fb6278a7294006888cdde9b677760b99b77f16 | |
| parent | 96e3d182890e5c39b977ec0af58b04da27727cff (diff) | |
| download | blog-bc9ddbeece68b3ee371ee4e945f9bdc017fd14d6.tar.gz blog-bc9ddbeece68b3ee371ee4e945f9bdc017fd14d6.tar.bz2 | |
Add Dashlab to projects list
| -rw-r--r-- | content/projects/dashlab/_index.md | 10 | ||||
| -rw-r--r-- | content/projects/dashlab/releases/1.0.0.md | 23 | ||||
| -rw-r--r-- | content/projects/dashlab/releases/_index.md | 4 |
3 files changed, 37 insertions, 0 deletions
diff --git a/content/projects/dashlab/_index.md b/content/projects/dashlab/_index.md new file mode 100644 index 0000000..6cf8f7e --- /dev/null +++ b/content/projects/dashlab/_index.md @@ -0,0 +1,10 @@ +--- +title: Dashlab +repository: https://git.tyil.nl/dashlab +languages: +- Go +--- + +A dashboard for your homelab applications. Easily list which applications you're +hosting, and where to find them. Optionally with filters for user groups, so you +only show to your users what they can actually use. diff --git a/content/projects/dashlab/releases/1.0.0.md b/content/projects/dashlab/releases/1.0.0.md new file mode 100644 index 0000000..15ffb99 --- /dev/null +++ b/content/projects/dashlab/releases/1.0.0.md @@ -0,0 +1,23 @@ +--- +title: Dashlab v1.0.0 +date: 2025-12-17 +type: project-release +packages: + dashlab-1.0.0-freebsd-386: https://dist.tyil.nl/dashlab/dashlab-1.0.0/dashlab-1.0.0-freebsd-386 + dashlab-1.0.0-freebsd-amd64: https://dist.tyil.nl/dashlab/dashlab-1.0.0/dashlab-1.0.0-freebsd-amd64 + dashlab-1.0.0-freebsd-arm64: https://dist.tyil.nl/dashlab/dashlab-1.0.0/dashlab-1.0.0-freebsd-arm64 + dashlab-1.0.0-linux-386: https://dist.tyil.nl/dashlab/dashlab-1.0.0/dashlab-1.0.0-linux-386 + dashlab-1.0.0-linux-amd64: https://dist.tyil.nl/dashlab/dashlab-1.0.0/dashlab-1.0.0-linux-amd64 + dashlab-1.0.0-linux-arm64: https://dist.tyil.nl/dashlab/dashlab-1.0.0/dashlab-1.0.0-linux-arm64 + dashlab-1.0.0-netbsd-386: https://dist.tyil.nl/dashlab/dashlab-1.0.0/dashlab-1.0.0-netbsd-386 + dashlab-1.0.0-netbsd-amd64: https://dist.tyil.nl/dashlab/dashlab-1.0.0/dashlab-1.0.0-netbsd-amd64 + dashlab-1.0.0-netbsd-arm64: https://dist.tyil.nl/dashlab/dashlab-1.0.0/dashlab-1.0.0-netbsd-arm64 + dashlab-1.0.0-openbsd-386: https://dist.tyil.nl/dashlab/dashlab-1.0.0/dashlab-1.0.0-openbsd-386 + dashlab-1.0.0-openbsd-amd64: https://dist.tyil.nl/dashlab/dashlab-1.0.0/dashlab-1.0.0-openbsd-amd64 + dashlab-1.0.0-openbsd-arm64: https://dist.tyil.nl/dashlab/dashlab-1.0.0/dashlab-1.0.0-openbsd-arm64 + dashlab-1.0.0-plan9-386: https://dist.tyil.nl/dashlab/dashlab-1.0.0/dashlab-1.0.0-plan9-386 + dashlab-1.0.0-plan9-amd64: https://dist.tyil.nl/dashlab/dashlab-1.0.0/dashlab-1.0.0-plan9-amd64 + dashlab-1.0.0.tar.gz: https://dist.tyil.nl/dashlab/dashlab-1.0.0/dashlab-1.0.0.tar.gz +--- + +This is the initial release of Dashlab. diff --git a/content/projects/dashlab/releases/_index.md b/content/projects/dashlab/releases/_index.md new file mode 100644 index 0000000..5d7b57c --- /dev/null +++ b/content/projects/dashlab/releases/_index.md @@ -0,0 +1,4 @@ +--- +title: Dashlab +type: project-release +--- |
