Initial import of transcript pipeline
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
Die öffentliche URL `http://memos.maddin.app` antwortete beim Test am 13. April 2026 mit `Server: Caddy`. Falls die produktive Domain über Caddy verwaltet wird, kann statt nginx die vHost-Datei [memos.maddin.app.Caddyfile](/home/maddin/cloud/whisper/deploy/caddy/memos.maddin.app.Caddyfile) verwendet werden.
|
||||
|
||||
Vorbereitung:
|
||||
|
||||
```bash
|
||||
transcript memos-auth
|
||||
transcript memos-sync
|
||||
```
|
||||
|
||||
Statische Buildartefakte liegen unter `/home/maddin/cloud/whisper/memos-site`.
|
||||
@@ -0,0 +1,8 @@
|
||||
memos.maddin.app {
|
||||
root * /home/maddin/cloud/whisper/memos-site
|
||||
basicauth {
|
||||
import /home/maddin/cloud/whisper/deploy/nginx/memos.htpasswd
|
||||
}
|
||||
file_server
|
||||
encode zstd gzip
|
||||
}
|
||||
Reference in New Issue
Block a user