Gitea: Not able to override default logo

Created on 25 Jan 2017  ·  3Comments  ·  Source: go-gitea/gitea

  • Gitea version (or commit ref): 1.0.1
  • Operating system: Ubuntu 16.04
  • Database (use [x]): SQLite
  • Can you reproduce the bug at https://try.gitea.io: Not relevant

Description

I am not able to change the default gitea icon in top navigation bar. I have posted this on gitter channel and as per suggestions tried to override them in custom folder.
@bkcsoft has suggested to replace custom/public/img/gitea-large-resize.png and custom/public/img/gitea-lg.png. The logo in the menu-bar is gitea-lg.png.
But this is not working.
...

kinbug

Most helpful comment

This will be solved when https://github.com/go-gitea/gitea/pull/782 gets merged.

All 3 comments

Did you build gitea with the bindata tag ? Try w/out.
See #529

without bindata tag , I think it is not possible to override the public folder (when you create custom/public/img/favicon.png)
You can only overwrite robots.txt file (when you create custom/robots.txt)
templates, options, conf are working correctly on 1.0.1

This will be solved when https://github.com/go-gitea/gitea/pull/782 gets merged.

Was this page helpful?
0 / 5 - 0 ratings