Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/quiode/ela-daemon
daemon for ela (easy loggin application)
https://github.com/quiode/ela-daemon
daemon learning-by-doing rust
Last synced: 18 days ago
JSON representation
daemon for ela (easy loggin application)
- Host: GitHub
- URL: https://github.com/quiode/ela-daemon
- Owner: quiode
- License: mit
- Created: 2022-08-01T15:21:48.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-08-20T16:23:19.000Z (over 2 years ago)
- Last Synced: 2024-11-06T07:28:06.191Z (2 months ago)
- Topics: daemon, learning-by-doing, rust
- Language: Rust
- Homepage: http://ela.team-crystal.ch
- Size: 14.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ELA-Daemon (Easy Logging Application)
# Description
Daemon for the ELA project. Sends a ping every few minutes to a backend. Designed to work as a service with systemd.# How to install
1. place the binary file (ela-daemon) under /usr/bin/
2. place the service (ela-service) under /etc/systemd/system/
3. run `sudo systemctl enable ela.service`
4. run `sudo systemctl start ela.service`# Configuration
## config file
The configuration file is located under `/etc/ela/Settings.toml`
### Possible Settings
- DOMAIN="example.com"
- - the domain (for example: google.com, api.example.com)
- UUID="some uuid"
- - gets created automatically but can be changed (idk why but it's possible :))
## Environment variables
Same possible settings as with the config file.
Need to have the prefix ELA followed by _. (For example: ELA_DOMAIN="example.ch")