mirror of
https://github.com/Memo-2023/mana-monorepo.git
synced 2026-05-14 20:01:09 +02:00
docs: warn about dual cloudflared config (repo vs server file)
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
5b11f4bd11
commit
58e03e7e26
1 changed files with 7 additions and 0 deletions
|
|
@ -331,6 +331,13 @@ docker compose -f docker-compose.macmini.yml restart chat-backend
|
|||
|
||||
**Datei:** `~/.cloudflared/config.yml`
|
||||
|
||||
> ⚠️ **Wichtig:** Dies ist eine separate Datei vom Repo-File `cloudflared-config.yml`.
|
||||
> Neue Hostnames müssen in **beiden** Dateien eingetragen werden:
|
||||
> 1. `cloudflared-config.yml` im Repo (für Dokumentation und Git-History)
|
||||
> 2. `~/.cloudflared/config.yml` auf dem Server (was cloudflared tatsächlich liest)
|
||||
> 3. DNS-Eintrag anlegen: `cloudflared tunnel route dns <tunnel-id> <hostname>`
|
||||
> 4. Cloudflared neu starten: `launchctl stop com.cloudflare.cloudflared && launchctl start com.cloudflare.cloudflared`
|
||||
|
||||
```yaml
|
||||
tunnel: manacore-tunnel
|
||||
credentials-file: ~/.cloudflared/credentials.json
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue