3
branding
Jonathan Miller edited this page 2026-07-14 16:17:08 -05:00

Branding

Custom branding and visual identity for the MokoGIT instance.

Custom Templates

Custom templates are stored in {data}/custom/templates/ and survive image upgrades. Key customization points:

  • Logo: {data}/custom/public/assets/img/logo.svg
  • Favicon: {data}/custom/public/assets/img/favicon.svg
  • Footer: {data}/custom/templates/custom/footer.tmpl
  • Header: {data}/custom/templates/custom/header.tmpl
  • Homepage: {data}/custom/templates/custom/body_outer_pre.tmpl

Configuration

Branding settings in app.ini:

[ui]
DEFAULT_THEME = git-dark

[ui.meta]
AUTHOR = Moko Consulting
DESCRIPTION = MokoGIT - Self-hosted Git service

Authored by Jonathan Miller (@jmiller)