-
Gitea supports custom app.ini config options including a new theme setting (https://docs.gitea.io/en-us/config-cheat-sheet/#ui-ui). I tried creating
/app/data/custom/conf/app.ini
, but that didn't get picked up.Has anyone successfully configured custom app.ini options (outside of the default app.ini which I assume gets blown away on update)?
-
@heliostatic https://cloudron.io/documentation/apps/gitea/ You have to place the customizations in
/app/data/app.ini
.