Gitea: Custom themes not working

also @dachary

I specified my custompath manually in my gitea service file (/var/lib/gitea/custom)

however when I issue:

gitea help | grep CustomPath

it incorrectly reports:

CustomPath: /usr/local/bin/custom

So I am not sure how accurate the gitea help screen is at reporting the correct CustomPath

find /usr/local/bin/custom
find: ‘/usr/local/bin/custom’: No such file or directory

I think if the running instance of gitea showed the CustomPath that would be a better way to correctly identify the path, so maybe in the gitea settings menu when you have it in a web page or something.

EDIT: THERE IS! click your avatar in top right corner, click site administration, click configuration tab.

1 Like