Not able to override default logo #283

Closed
opened 2025-11-02 03:17:17 -06:00 by GiteaMirror · 3 comments
Owner

Originally created by @adpande on GitHub (Jan 25, 2017).

  • 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.
...

Originally created by @adpande on GitHub (Jan 25, 2017). - 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. ...
GiteaMirror added the type/bug label 2025-11-02 03:17:17 -06:00
Author
Owner

@strk commented on GitHub (Jan 25, 2017):

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

@strk commented on GitHub (Jan 25, 2017): Did you build gitea with the `bindata` tag ? Try w/out. See #529
Author
Owner

@Ahed91 commented on GitHub (Jan 28, 2017):

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

@Ahed91 commented on GitHub (Jan 28, 2017): 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
Author
Owner

@tboerger commented on GitHub (Jan 28, 2017):

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

@tboerger commented on GitHub (Jan 28, 2017): This will be solved when https://github.com/go-gitea/gitea/pull/782 gets merged.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/gitea#283