663e39b2af
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
13 lines
427 B
Markdown
13 lines
427 B
Markdown
---
|
|
name: Credentials and secrets location
|
|
description: Where to find API tokens and credentials for this project's infrastructure
|
|
type: reference
|
|
---
|
|
|
|
Gitea API token and other credentials are stored in `~/secrets.info`.
|
|
|
|
Key found there:
|
|
- `gitea_token` — used for `git.edholm.me` API calls (create repos, etc.)
|
|
|
|
SSH access to `git.edholm.me` uses `~/.ssh/id_ed25519` (host alias configured in `~/.ssh/config`, port 2222).
|