Lightweight and developer-friendly update server for desktop applications, powered by Go.
  • Go 99.1%
  • Dockerfile 0.9%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2026-07-26 12:51:10 -04:00
.github/workflows Delete .github/workflows/codeql.yml 2026-07-26 12:51:10 -04:00
common chore(deps): update module github.com/rs/zerolog to v1.35.1 2026-04-21 00:02:22 +00:00
db feat: add lots more queries (#8) 2025-08-17 22:58:36 -04:00
internal fix: remove database close function since nil pointer (#8) 2025-08-18 11:51:07 -04:00
.dockerignore feat: create dockerignore (#2) 2025-07-11 21:07:16 -04:00
.gitignore fix: gitignore config backup file (#10) 2025-07-10 20:10:51 -04:00
.goreleaser.yml fix: fix archive name template and broken build config (#2) 2025-08-18 12:03:00 -04:00
artifacthub-repo.yml feat: create artifacthub config (#2) 2025-07-11 21:06:43 -04:00
Dockerfile chore(deps): update debian docker tag to v13 2026-01-26 07:00:13 +00:00
Dockerfile-snapshot chore(deps): update golang docker tag to v1.26 2026-02-10 21:48:17 +00:00
go.mod Merge pull request 'chore(deps): update module github.com/jackc/pgx/v5 to v5.10.0' (#86) from renovate/github.com-jackc-pgx-v5-5.x into main 2026-07-16 10:30:36 -04:00
go.sum Merge pull request 'chore(deps): update module github.com/jackc/pgx/v5 to v5.10.0' (#86) from renovate/github.com-jackc-pgx-v5-5.x into main 2026-07-16 10:30:36 -04:00
LICENSE Initial commit 2025-07-03 22:31:42 -04:00
main.go feat: add custom logger middleware for structure 2025-08-18 11:49:47 -04:00
renovate.json Add renovate.json 2026-01-26 00:05:13 +00:00
sqlc.yaml feat: create sqlc config (#8) 2025-07-14 23:55:28 -04:00