Commit Graph

7 Commits (6dc2f401c9d4d07ca672d4f3a304799e70364f1b)

Author SHA1 Message Date
techknowlogick ec9331510c
Disable auto-migrate in docker container ()
Julian f59bfe893a docker: stop modifying file permission before migrating database ()
Pierre-Alexis Ciavaldini 0236856924 migrate database if app.ini found ()
* migrate database if app.ini found

* replacing hard-coded user id by env variable

* Update per @zeripath's feedback
Moshi Binyamini 76060613ef Fix bug on modifying sshd username ()
Should fix 
techknowlogick ecfc401eaa Allow Gitea to run as different USER in Docker ()
* If using a different $USER then rename git user

* Chown based on $USER env

* Target only one part of passwd

* su-exec based on $USER

not a hardcoded value
Henrik Bengtsson 9bdce5d21b Launch Gitea with custom UID/GID for 'git' user (fixes ) ()
Thomas Boerger 86aa8e413a
Restructured docker building
I have restructured the docker build process entirely, the binary gets
built outside of the docker build command, now we are managing all
dependencies with real Alpine packages and I have dropped features like
socat or the cron daemon.

Signed-off-by: Thomas Boerger <tboerger@suse.de>