feat: add systemd installation

This commit is contained in:
2025-05-06 13:40:55 +02:00
parent 3bbb689cac
commit c2b483d20d
6 changed files with 56 additions and 27 deletions

2
config/.env Normal file
View File

@@ -0,0 +1,2 @@
export RCOND_ADDR=0.0.0.0:8080
export RCOND_API_TOKEN=your_api_token

5
config/rcond.yaml Normal file
View File

@@ -0,0 +1,5 @@
rcond:
# Address to bind the HTTP server to
addr: 0.0.0.0:8080
# API token to use for authentication
api_token: 1234567890