[solved] App.ini in custom folder does not work

Hi,
I installed gitea on my raspberry pi via following guide:

In my /etc/systemd/system/gitea.service file, I added:

ExecStart=/home/git/src/code.gitea.io/gitea/gitea web --custom-path /home/git/src/code.gitea.io/gitea/custom/ --config /home/git/src/code.gitea.io/gitea/custom/conf/app.ini

But variables in app.ini do not work. I do not know, what is the cause. Help is much appreciated. Thanks!

I suspect this will have some other issues based on outdated build information.

That being said, I cannot see anything wrong with the command, assuming /home/git/src/code.gitea.io/gitea/custom/conf/app.ini exists

I now get it working. Honestly, I do not know why. Thanks for the reply Jol!

1 Like