No description
  • Go 96.6%
  • Dockerfile 3.4%
Find a file
2026-05-22 09:58:34 +00:00
.github/workflows chore(deps): update actions/checkout action to v5 2025-09-25 22:32:43 +05:30
.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 fix(deps): update module github.com/gofiber/fiber/v2 to v3 2026-05-22 09:58:34 +00:00
go.sum fix(deps): update module github.com/gofiber/fiber/v2 to v3 2026-05-22 09:58:34 +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