Node microservice that provides interface between hosting nodes and frontend.
Go to file
Adam Štrauch bc875b83a4
All checks were successful
Unittests / unittests (push) Successful in 14s
Unittests / deploy-dev (push) Successful in 47s
Add Bun
2024-07-13 12:05:40 +02:00
.gitea/workflows Chagne node-x ip 2024-04-15 10:30:05 +00:00
.vscode Handling apps via NATS messaging 2021-04-26 00:57:28 +02:00
apps Add Bun 2024-07-13 12:05:40 +02:00
common Adding Sentry 2024-01-26 18:46:19 +01:00
containers Fix default tech 2024-05-26 01:10:14 +02: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 Get isPasswordSet when getting app 2024-05-25 16:23:10 +02: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 Fix deps and crashing when deleting nonexistant app 2024-03-03 02:55:05 +01:00
go.sum Fix deps and crashing when deleting nonexistant app 2024-03-03 02:55:05 +01:00
handlers_nats.go Clear password feature 2024-05-25 13:35:47 +02:00
handlers.go HTTP API for snapshots 2024-05-27 18:51:56 +02:00
main.go HTTP API for snapshots 2024-05-27 18:51:56 +02:00
Makefile Fast get for get without status 2022-05-27 18:24:39 +02: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