Go to file
Yasen Pramatarov 9a188d0850 updates the changelog 2024-10-19 16:17:24 +03:00
.gitignore Adds check for table existence 2024-10-14 18:23:09 +03:00
CHANGELOG.md updates the changelog 2024-10-19 16:17:24 +03:00
LICENSE Initial version 2024-10-13 01:25:52 +03:00
README.md Initial support for SQL database 2024-10-13 20:06:36 +03:00
go.mod Initial support for JWT tokens in agents checks 2024-10-14 18:55:48 +03:00
go.sum Initial support for JWT tokens in agents checks 2024-10-14 18:55:48 +03:00
jilo-server.conf Adds a health check 2024-10-16 09:45:07 +03:00
main.go Health check is empty JSON, 200 OK 2024-10-17 10:05:49 +03:00

README.md

jilo-server

overview

Jilo Server - server component of Jilo written in Go.

license

This project is licensed under the GNU General Public License version 2 (GPL-2.0). See LICENSE file.

installation

Clone the git repo. Either run the server with Go or build it and run the executable.

Dependencies:

apt install gcc sqlite3 libsqlite3-dev

Run it (mainly used for tests):

CGO_ENABLED=1 go run main.go

Build the agent:

CGO_ENABLED=1 go build -o jilo-server main.go

configuration

The config file is "jilo-server.conf", in the same folder as the "jilo-server" binary.

You can run the server without a config file - then default vales are used.

usage

Run the server

./jilo-server