fix: reorganize Gitea customizations to proper directory structure

- Move themes to dev/custom/public/assets/css/ (correct Gitea custom path)
- Add custom favicon.svg and logo.svg to dev/custom/public/assets/img/
- Update volume mount to use /data/gitea/custom instead of incorrect path
- Follows Gitea customization documentation structure

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
2025-11-15 11:56:23 +01:00
parent 92a96b5f6e
commit 17653546b8
24 changed files with 7 additions and 1 deletions

View File

@@ -11,7 +11,7 @@ services:
- gitea_config:/etc/gitea
- /etc/timezone:/etc/timezone:ro
- /etc/localtime:/etc/localtime:ro
- ./dev/themes:/data/gitea/public/assets/css:ro
- ./dev/custom:/data/gitea/custom:ro
environment:
TZ: ${TIMEZONE:-Europe/Berlin}
USER_UID: 1000

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 29 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 29 KiB