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:
@@ -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
|
||||
|
||||
3
dev/custom/public/assets/img/favicon.svg
Normal file
3
dev/custom/public/assets/img/favicon.svg
Normal file
File diff suppressed because one or more lines are too long
|
After Width: | Height: | Size: 29 KiB |
3
dev/custom/public/assets/img/logo.svg
Normal file
3
dev/custom/public/assets/img/logo.svg
Normal file
File diff suppressed because one or more lines are too long
|
After Width: | Height: | Size: 29 KiB |
Reference in New Issue
Block a user