Node microservice that provides interface between hosting nodes and frontend.
Go to file
Adam Štrauch 49f1a03b42
continuous-integration/drone/push Build is passing Details
Fix GORM type for flags
2022-02-04 18:09:26 +01:00
.vscode Handling apps via NATS messaging 2021-04-26 00:57:28 +02:00
apps Fix GORM type for flags 2022-02-04 18:09:26 +01:00
common Changing default of SnapshotsIndexLabel to owner_id 2021-11-01 01:26:14 +01:00
contrib Handling apps via NATS messaging 2021-04-26 00:57:28 +02:00
detector Flags support 2022-02-03 01:31:47 +01:00
docker Flags support 2022-02-03 01:31:47 +01:00
node Node index finalization 2020-07-21 23:11:56 +02:00
ui Final touches 2020-07-26 00:34:16 +02:00
.drone.yml Removing old node server 2021-12-21 19:03:10 +01:00
.gitignore Support for snapshots 2021-10-26 18:57:52 +02:00
Makefile Drop one of the tests 2022-02-03 01:36:08 +01:00
README.md Flags support 2022-02-03 01:31:47 +01:00
api.http Handling apps via NATS messaging 2021-04-26 00:57:28 +02:00
auth.go Handling apps via NATS messaging 2021-04-26 00:57:28 +02:00
go.mod Snapshot metadata storage reworked 2021-11-01 01:05:59 +01:00
go.sum Snapshot metadata storage reworked 2021-11-01 01:05:59 +01:00
handlers.go Possibility to set technology version 2021-12-23 14:01:27 +01:00
handlers_nats.go Fix handlers 2022-02-03 01:41:00 +01:00
main.go Fix of snapshotProcessor initiation 2021-11-01 01:17:35 +01:00
stats.go Flags support 2022-02-03 01:31:47 +01:00
templates.go Basic UI template 2020-07-14 00:01:42 +02:00
tools.go Support for snapshots 2021-10-26 18:57:52 +02:00
types.go Encapsulate snapshot list replies with key 2021-10-30 13:17:33 +02:00

README.md

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