Skip to content

GitLab

  • Menu
Projects Groups Snippets
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • G gitlabhq1
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 21
    • Issues 21
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 12
    • Merge requests 12
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Packages & Registries
    • Packages & Registries
    • Package Registry
    • Infrastructure Registry
  • Analytics
    • Analytics
    • CI/CD
    • Repository
    • Value stream
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • gpt
  • large_projects
  • gitlabhq1
  • Issues
  • #8633

Closed
Open
Created Jan 22, 2015 by Administrator@rootOwner

Application Settings: Uploading Custom Images

Created by: vinkla

Feature request: Add upload fields to the Application settings page were administrators can upload custom logos for the navbar and favicons to make it feel more personal. custom-logo

Right now we set this up trough the virtual host file /etc/nginx/sites-available/gitlab.

location ~ ^/assets/favicon.*\.ico$ { alias /home/vinkla/assets/favicon.ico; }
location ~ ^/assets/login-logo.*\.png$ { alias /home/vinkla/assets/login-logo.png; }
location ~ ^/assets/logo-white.*\.png$ { alias /home/vinkla/assets/logo-white.png; }
location ~ ^/assets/logo-black.*\.png$ { alias /home/vinkla/assets/logo-black.png; }
location ~ ^/assets/brand_logo.*\.png$ { alias /home/vinkla/assets/brand_logo.png; }

Thoughts on this? Is this something you would consider adding?

Assignee
Assign to
Time tracking