21 lines
920 B
Markdown
21 lines
920 B
Markdown
# Gitea branding — SMK
|
|
|
|
## What's supported
|
|
- Custom logo & favicon: Admin Panel → Configuration → Appearance → logo URL / favicon URL.
|
|
- Dark theme: `ui.theme.DEFAULT = auto-dark` in `app.ini` (already standard in this homelab).
|
|
|
|
## Assets
|
|
- Logo: use `../../assets/logo.svg` (dark lockup) or `../../assets/icon.svg` (mark only) for the login logo.
|
|
- Favicon: `../../assets/favicon.ico`.
|
|
|
|
## Apply
|
|
Option A (admin UI, zero risk): Admin → Configuration → Appearance →
|
|
- Logo URL: `https://git.smkfam.com/larry/smk-branding/raw/branch/main/assets/logo.svg`
|
|
- Favicon URL: `https://git.smkfam.com/larry/smk-branding/raw/branch/main/assets/favicon.ico`
|
|
|
|
Option B (custom assets dir, GitOps): place `logo.svg`/`favicon.ico` in Gitea's `custom/public/img/`
|
|
(custom files override defaults; survives UI edits).
|
|
|
|
## Cosmetic-only check
|
|
No auth sources, OAuth config, or security settings are touched by this.
|