- Remove GITEA__picture__* environment variables (deprecated in Gitea 1.18+) - Gravatar must be configured via admin panel in modern Gitea versions - Add README.md with post-installation configuration instructions - Document Gravatar setup, runner registration, themes, and custom assets 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
1.4 KiB
1.4 KiB
Gitea Configuration
Post-Installation Setup
After completing the Gitea installation at https://dev.pivoine.art, configure the following settings via the admin panel:
Enable Gravatar Avatars
Since Gitea 1.18+, avatar settings are managed via the database, not configuration files:
- Log in as admin
- Go to Site Administration (top right menu)
- Navigate to Configuration → Picture
- Enable Use Gravatar for avatars
- Optionally set Gravatar Source to
https://secure.gravatar.com/avatar/ - Save settings
Runner Registration
To enable the Gitea Actions runner:
- Go to Site Administration → Actions → Runners
- Click Create new Runner
- Copy the registration token
- Add to
.env:DEV_GITEA_RUNNER_TOKEN=<token> - Restart services:
ssh -A root@vps "cd ~/Projects/docker-compose && arty up -d"
Custom Themes
21 custom themes are available from sainnhe/gitea-themes:
- Edge (auto, dark, light)
- Everforest (auto, dark, light)
- Gruvbox (auto, dark, light)
- Gruvbox Material (auto, dark, light)
- Nord, Palenight, Soft Era
- Sonokai (base + 5 variants)
Users can select their preferred theme in Settings → Appearance.
Custom Logo & Favicon
Custom logo and favicon are mounted from dev/custom/public/assets/img/:
favicon.svg- Browser faviconlogo.svg- Gitea logo
To update, replace the SVG files and restart Gitea.