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
|
2024-12-09 22:56:38 +01:00
|
|
|
command: /app/bin/december-adventure-2024 create "$USERINPUT"
|
2024-12-05 00:44:11 +01:00
|
|
|
cache: 0
|
2024-12-01 21:18:39 +01:00
|
|
|
-
|
|
|
|
path: /
|
2024-12-09 22:56:38 +01:00
|
|
|
command: /app/bin/december-adventure-2024 list
|
2024-12-05 00:44:11 +01:00
|
|
|
cache: 0
|