Add credential settings
All checks were successful
Deploy / build (push) Successful in 55s

This commit is contained in:
2026-02-27 19:22:38 +01:00
parent 52fe455c76
commit 6a532322c4
3 changed files with 18 additions and 2 deletions

View File

@@ -52,6 +52,10 @@ environment variables / command-line arguments):
|---|---|
| `webgit.worktree-path` | Path to the shared network drive where working trees are stored (the files your retro machines will access). |
| `webgit.git-dir-path` | Path where `.git` directories are stored (can be a local disk on the server). |
| `webgit.username` | Username for push/pull authentication (e.g. a dedicated Gitea account). |
| `webgit.password` | Password or access token for push/pull authentication. |
Credentials can be supplied via environment variables (`WEBGIT_USERNAME`, `WEBGIT_PASSWORD`) to avoid storing them in config files.
Example: