[x]):log/gogs.log): N/ATried every combination of folders in /var/gogs to create a custom/conf/app.ini file for further customisation but wherever I put the file my changes are not being picked up. I searched all over for a clear document that indicates where is this custom folder supposed to go in a Docker container install.
Here are a few locations I tried without much luck:
/var/gogs/gogs/data/custom
/var/gogs/custom
Here's my Docker container startup (which is default from Docker for Gogs page).
docker run --name=gogs -p 10022:22 -p 10080:3000 -v /var/gogs:/data gogs/gogs
Hi, according to https://github.com/gogits/gogs/blob/4d1d66d906321e5bdcc6b22a8fe054bd95723f36/Dockerfile#L19
The /var/gogs/gogs itself is already the "custom" folder. I'll update the README to make it more clear.
Updated: https://github.com/gogits/gogs/tree/master/docker#custom-directory
That commit definitely clears up the confusion.
Most helpful comment
Hi, according to https://github.com/gogits/gogs/blob/4d1d66d906321e5bdcc6b22a8fe054bd95723f36/Dockerfile#L19
The
/var/gogs/gogsitself is already the "custom" folder. I'll update the README to make it more clear.