Node microservice that provides interface between hosting nodes and frontend.
Go to file
Adam Štrauch 00f2d418d6
continuous-integration/drone/push Build is passing Details
continuous-integration/drone/tag Build is passing Details
continuous-integration/drone Build is passing Details
Youtube DL pattern
2022-02-08 00:43:58 +01:00
.vscode Handling apps via NATS messaging 2021-04-26 00:57:28 +02:00
apps Fixes 2022-02-07 17:00:16 +01:00
common Docker socket fix 2022-02-07 17:12:23 +01:00
containers A few more container's tests 2022-02-07 18:30:42 +01:00
contrib Upgade of docker client, ... 2022-02-05 02:22:53 +01:00
detector Youtube DL pattern 2022-02-08 00:43:58 +01:00
glue More container tests 2022-02-07 23:59:35 +01:00
node Fixes 2022-02-07 17:00:16 +01:00
ui Final touches 2020-07-26 00:34:16 +02:00
.drone.yml DIND for container testing 2022-02-06 01:13:45 +01:00
.gitignore Support for snapshots 2021-10-26 18:57:52 +02:00
Makefile Fixes 2022-02-07 17:00:16 +01:00
README.md Upgade of docker client, ... 2022-02-05 02:22:53 +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 Massive handlers refactoring 2022-02-06 00:01:05 +01:00
go.sum Massive handlers refactoring 2022-02-06 00:01:05 +01:00
handlers.go Fixes 2022-02-07 17:00:16 +01:00
handlers_nats.go Fixes 2022-02-07 17:00:16 +01:00
main.go Fix stats inputs 2022-02-07 17:18:44 +01:00
templates.go Basic UI template 2020-07-14 00:01:42 +02:00
tools.go Massive handlers refactoring 2022-02-06 00:01:05 +01:00
types.go Massive handlers refactoring 2022-02-06 00:01:05 +01: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
          set -x DOCKER_SOCKET unix:/run/user/1000/podman/podman.sock
          # or
          export DOCKER_SOCKET=unix:/run/user/1000/podman/podman.sock