Node microservice that provides interface between hosting nodes and frontend.
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
Adam Štrauch 4a4da2c080
continuous-integration/drone/push Build is passing Details
continuous-integration/drone/promote/production Build is passing Details
Fix owner issue
1 month ago
.vscode Handling apps via NATS messaging 2 years ago
apps Set password, ssh keys and tech in single step during create 4 months ago
common Docker socket fix 1 year ago
containers Fix owner issue 1 month ago
contrib Upgade of docker client, ... 1 year ago
detector New bot pattern shiziyama 1 year ago
glue Fix owner issue 1 month ago
node Fixes 1 year ago
ui Final touches 3 years ago
.drone.yml CI: zstd fix 10 months ago
.gitignore Support for snapshots 2 years ago
Makefile Fast get for get without status 1 year ago
README.md Upgade of docker client, ... 1 year ago
api.http Handling apps via NATS messaging 2 years ago
auth.go Handling apps via NATS messaging 2 years ago
go.mod Add oomkilled status to the app in the database 8 months ago
go.sum Add oomkilled status to the app in the database 8 months ago
handlers.go Fast get for get without status 1 year ago
handlers_nats.go Missing get_active_tech handler 1 month ago
main.go Fix schema creation for performance index 1 year ago
templates.go Basic UI template 3 years ago
tools.go Massive handlers refactoring 1 year ago
types.go Massive handlers refactoring 1 year ago

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