Sorry for long delay, I've had health condition and had to relocate after that.
I'm thinking of several workarounds for existing setups: 1. Leave default config in the new location /etc/gitea/app.ini and create a symlink to the old config location: # cd /etc/gitea && rm app.ini && ln -s conf/app.ini app.ini 2. Leave default config in the new location and overrride it in /etc/rc.conf.local: gitea_flags="web -c /etc/gitea/conf/app.ini" 3. Change default config to the old location /etc/gitea/conf/app.ini in Gitea's rc script: daemon_flags="web -c /etc/gitea/conf/app.ini" Suggestions? -- With best regards, Pavel Korovin On 02/28, Florian Obser wrote: > On Fri, Feb 15, 2019 at 04:30:09AM -0700, Pavel Korovin wrote: > > CVSROOT: /cvs > > Module name: www > > Changes by: p...@cvs.openbsd.org 2019/02/15 04:30:09 > > > > Modified files: > > faq : current.html > > > > Log message: > > Note changes in security/opendnssec and www/gitea packages > > > > this description has been far from complete and broke left and right. > places where gitea places the location of the config file I foud so far: > > - force command in ssh keys > - hooks/post-receive.d/gitea, hooks/pre-receive.d/gitea, hooks/update.d/gitea > in every repo