add recipya setup

This commit is contained in:
Jef Roosens 2026-01-17 16:06:46 +01:00
parent 957000d3c2
commit c4c5ab0e2a
Signed by: Jef Roosens
GPG key ID: 21FD3D77D56BAF49
7 changed files with 109 additions and 0 deletions

View file

@ -0,0 +1,22 @@
{
"email": {
"from": "",
"host": "",
"username": "",
"password": ""
},
"integrations": {
"azureDocumentIntelligence": {
"endpoint": "",
"key": ""
}
},
"server": {
"autologin": false,
"isDemo": false,
"noSignups": true,
"isProduction": true,
"port": 8078,
"url": "http://0.0.0.0"
}
}

View file

@ -0,0 +1,5 @@
cook.roosens.me {
reverse_proxy localhost:8023 {
header_down +X-Robots-Tag "none"
}
}