Page:
branding
Pages
Search wiki
Recent changes
t Print view
Export wiki (ZIP)
Branch-Protection-API
Custom-Fields
Custom-Statuses
Home
License-Management
MCP-Server
Metadata-API
Metadata-Settings
README
Security-API
Wiki-Folders
branding
deployment
issue-management
manifest-api
manifest-settings
roadmap
security-scanning
Clone
Contents
Table of Contents
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)