december-adventure-2024/gemini-server-test/config/twins.ini
Aaron Fischer 3ef14ce028 Day 4: Simple proof oc concept
Signed-off-by: Aaron Fischer <mail@aaron-fischer.net>
2024-12-05 00:44:11 +01:00

16 lines
No EOL
337 B
INI

listen: :1965
hosts:
localhost:
cert: /app/config/cert.pem
key: /app/config/key.pem
paths:
-
path: /create
input: Provide new Log entry
command: /bin/sh /app/cmd/run.sh create "$USERINPUT"
cache: 0
-
path: /
command: /bin/sh /app/cmd/run.sh list
cache: 0