Node microservice that provides interface between hosting nodes and frontend.
  • Go 95.8%
  • HTML 3.4%
  • Makefile 0.4%
  • Shell 0.4%
Find a file
Adam Štrauch 9968abe92e
All checks were successful
Unittests / unittests (push) Successful in 54s
Unittests / deploy-dev (push) Successful in 55s
Release / deploy-production (release) Successful in 1m8s
Update release workflow to include additional node and correct Debian version in build message
2026-02-01 23:58:17 +01:00
.gitea/workflows Update release workflow to include additional node and correct Debian version in build message 2026-02-01 23:58:17 +01:00
.vscode Handling apps via NATS messaging 2021-04-26 00:57:28 +02:00
apps Add PIDs management to app and container handling functions 2026-01-30 10:35:42 +01:00
common Adding Sentry 2024-01-26 18:46:19 +01:00
containers Fix DiskUsage function to correct variable names and enhance logging for better debugging 2026-02-01 23:41:45 +01:00
contrib Upgade of docker client, ... 2022-02-05 02:22:53 +01:00
detector New bot pattern shiziyama 2022-02-10 12:25:25 +01:00
glue Add PIDs management to app and container handling functions 2026-01-30 10:35:42 +01:00
jsonmap Fix sql data type 2023-10-15 01:20:28 +02:00
node Fixes 2022-02-07 17:00:16 +01:00
ui Final touches 2020-07-26 00:34:16 +02:00
.gitignore Support for snapshots 2021-10-26 18:57:52 +02:00
api.http Handling apps via NATS messaging 2021-04-26 00:57:28 +02:00
auth.go Adding Sentry 2024-01-26 18:46:19 +01:00
go.mod Refactor code structure for improved readability and maintainability 2026-01-26 00:34:52 +01:00
go.sum Refactor code structure for improved readability and maintainability 2026-01-26 00:34:52 +01:00
handlers.go HTTP API for snapshots 2024-05-27 18:51:56 +02:00
handlers_nats.go Clear password feature 2024-05-25 13:35:47 +02:00
main.go HTTP API for snapshots 2024-05-27 18:51:56 +02:00
Makefile Update Makefile to use golang:1.24-bookworm and disable OOM killer in docker.go 2026-01-05 16:09:59 +01:00
README.md Upgade of docker client, ... 2022-02-05 02:22:53 +01:00
templates.go Adding Sentry 2024-01-26 18:46:19 +01:00
tools.go Massive handlers refactoring 2022-02-06 00:01:05 +01:00
types.go Add Bun 2024-07-13 12:05:40 +02:00

Node API

Build Status

Node API is an microservice that runs on node servers. It provides interface between Docker and the admin site.

Test

On Fedora run podman API:

Root: sudo systemctl enable --now podman.socket
Rootless: podman system service -t 0 --log-level=debug
          set -x DOCKER_SOCKET unix:/run/user/1000/podman/podman.sock
          # or
          export DOCKER_SOCKET=unix:/run/user/1000/podman/podman.sock