2024-12-01 21:18:39 +01:00
|
|
|
listen: :1965
|
|
|
|
|
|
|
|
hosts:
|
2024-12-05 00:44:11 +01:00
|
|
|
localhost:
|
|
|
|
cert: /app/config/cert.pem
|
|
|
|
key: /app/config/key.pem
|
2024-12-01 21:18:39 +01:00
|
|
|
paths:
|
2024-12-05 00:44:11 +01:00
|
|
|
-
|
|
|
|
path: /create
|
|
|
|
input: Provide new Log entry
|
|
|
|
command: /bin/sh /app/cmd/run.sh create "$USERINPUT"
|
|
|
|
cache: 0
|
2024-12-01 21:18:39 +01:00
|
|
|
-
|
|
|
|
path: /
|
2024-12-05 00:44:11 +01:00
|
|
|
command: /bin/sh /app/cmd/run.sh list
|
|
|
|
cache: 0
|