removed ".env" references from comments, documentation

This commit is contained in:
2026-02-26 09:34:00 +01:00
parent f6b09ca99e
commit 5f423b6510
4 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -239,7 +239,7 @@ manually via the dashboard "Sablonok frissítése" button.
- On startup: clones repo to `{data_dir}/catalog-cache/` (shallow clone, `--depth 1`)
- Periodically: `git fetch --depth 1` + `git reset --hard origin/{branch}`
- Copies only `docker-compose.yml` and `.felhom.yml` to stacks dir
- **Never overwrites** `app.yaml` or `.env` — these contain deployed secrets
- **Never overwrites** `app.yaml` — this contains deployed secrets
- Content-hash comparison (SHA-256) — only writes if file actually changed
- After sync, triggers `ScanStacks()` rescan for dashboard update
- `POST /api/sync` triggers immediate sync (30s debounce)