No description
  • Go 96.6%
  • Dockerfile 3.4%
Find a file
2026-06-11 16:55:09 +00:00
.github/workflows chore(deps): update docker/setup-qemu-action action to v4 2026-06-11 16:55:09 +00:00
.dockerignore Add initial code. 2022-02-14 07:36:35 +00:00
.gitignore Add .idea/ to gitignore. 2023-07-02 00:43:41 +01:00
docker-compose.yml feat: add route to see dead instances from last week/month 2025-01-14 11:40:25 +01:00
Dockerfile Use BuildKit's cache mount. 2022-02-23 11:33:06 +00:00
go.mod chore(deps): update go toolchain directive to v1.26.4 (#160) 2026-06-03 02:06:31 +00:00
go.sum fix(deps): update module github.com/gofiber/fiber/v2 to v2.52.13 (#155) 2026-04-25 13:57:17 +00:00
LICENSE Initial commit 2022-02-14 01:27:50 +00:00
main.go feat: improve performance for /inactive routes by caching responses 2025-03-04 16:28:37 +01:00
README.md Add initial code. 2022-02-14 07:36:35 +00:00
renovate.json Add gomodTidy to renovate config. 2023-01-27 02:52:23 +00:00

Instances-Api

Hosting it yourself

docker-compose up -d

You can now access the API at: http://127.0.0.1:3000