- 25 May, 2022 1 commit
-
-
techknowlogick authored
Co-authored-by:
6543 <6543@obermui.de>
-
- 16 Mar, 2022 1 commit
-
-
techknowlogick authored
* use go1.18 to build gitea& update min go version to 1.17 * bump in a few more places * add a few simple tests for isipprivate * update go.mod * update URL to https://go.dev/dl/ * golangci-lint * attempt golangci-lint workaround * change version * bump fumpt version * skip strings.title test * go mod tidy * update tests as some aren't private?? * update tests
-
- 19 Jan, 2022 1 commit
-
-
Grzegorz Alibożek authored
* Upgrade alpine to 3.15 * Add executability test to entrypoint for too old dockers Signed-off-by:
Andrew Thornton <art27@cantab.net> * Update docker/rootless/usr/local/bin/docker-entrypoint.sh Co-authored-by:
zeripath <art27@cantab.net>
-
- 21 Dec, 2021 1 commit
-
-
techknowlogick authored
-
- 01 Dec, 2021 1 commit
-
-
zeripath authored
Too many docker users are caught out by the default location for the app.ini file being environment dependent so that when they docker exec into the container the gitea commands do not work properly and require additional -c arguments to correctly pick up the configuration. This PR simply shadows the gitea binary using variants of the FHS compatible script to make the command gitea have the default locations by default. Fix #14468 Reference #17497 Reference #12082 Reference #8941 ... amongst others ... Replace #17501 Signed-off-by:
Andrew Thornton <art27@cantab.net>
-
- 26 Oct, 2021 1 commit
-
-
wxiaoguang authored
-
- 25 Oct, 2021 1 commit
-
-
zeripath authored
Run chmod on the executables and the entrypoint when copying them to the docker in dockerfile. Signed-off-by:
Andrew Thornton <art27@cantab.net> Co-authored-by:
6543 <6543@obermui.de> Co-authored-by:
Norwin <noerw@users.noreply.github.com> Co-authored-by:
delvh <dev.lh@web.de>
-
- 17 Aug, 2021 1 commit
-
-
techknowlogick authored
Co-authored-by:
Lauris BH <lauris@nix.lv>
-
- 16 Jul, 2021 1 commit
-
-
techknowlogick authored
Co-authored-by:
zeripath <art27@cantab.net>
-
- 09 Jul, 2021 1 commit
-
-
Jonathan Hult authored
Move comment to top of USER instruction
-
- 08 Jul, 2021 1 commit
-
-
Tobias Florek authored
* specify user in rootless container numerically With kubernetes' PodSecurityPolicy set to runAsNonRoot it will not allow starting the container. The error message is ``` Error: container has runAsNonRoot and image has non-numeric user (git), cannot verify user is non-root ``` The `USER` directive has to be numerical for that to work. * mention the name of the uid/gid Co-authored-by:
6543 <6543@obermui.de>
-
- 07 Jul, 2021 1 commit
-
-
techknowlogick authored
Co-authored-by:
6543 <6543@obermui.de> Co-authored-by:
zeripath <art27@cantab.net>
-
- 05 Jun, 2021 1 commit
-
-
Steven authored
Signed-off-by:
Steven Kriegler <61625851+justusbunsi@users.noreply.github.com>
-
- 21 May, 2021 1 commit
-
-
Steven authored
Signed-off-by:
JustusBunsi <61625851+justusbunsi@users.noreply.github.com> Co-authored-by:
Lunny Xiao <xiaolunwen@gmail.com>
-
- 29 Apr, 2021 1 commit
-
-
Martin Michaelis authored
* Remove random password of git user in dockerfile * Disable git user account in rootless dockerfile
-
- 28 Feb, 2021 1 commit
-
-
techknowlogick authored
-
- 23 Feb, 2021 1 commit
-
-
Kyle D authored
* Add environment-to-app.ini routine * Call environment-to-ini in docker setup scripts * Automatically convert section vars to lower case to match documentation * Remove git patch instructions * Add env variable documentation to Install Docker
-
- 20 Jan, 2021 1 commit
-
-
techknowlogick authored
-
- 16 Nov, 2020 1 commit
-
-
Lauris BH authored
* When building rootless docker image move chown&chmod to build stage Fixes #13577 * Fix command newlines * Move chown to COPY command * Seems to be working also without chmod Co-authored-by:
techknowlogick <techknowlogick@gitea.io>
-
- 01 Nov, 2020 1 commit
-
-
Antoine GIRARD authored
* docker: rootless image * improve docs + remove check for write perm on custom * add more info on ssh passtrough * Add comment for internal ssh server in container config
-
- 31 Oct, 2020 1 commit
-
-
Antoine GIRARD authored
This reverts commit ff50274f.
-
- 22 Oct, 2020 1 commit
-
-
Begley Brothers (Development) authored
* Dockerfile: Support socat use cases In some contexts it is necessary to provide access to Gitea via TCP ports and unix sockets. Gitea (`gitea web`) can be configured to listen for connections via unix-socket or TCP port, but not both. When Gitea is installed to the host this limitation can be worked around by installing socat on the host. When running Gitea from a container this limitation cannot be workaround. Add socat to Gitea container. * Removed version Co-authored-by:
techknowlogick <techknowlogick@gitea.io>
-
- 27 Sep, 2020 1 commit
-
-
Antoine GIRARD authored
-
- 13 Aug, 2020 1 commit
-
-
techknowlogick authored
* go1.15 * update makefile xgo version * fix vet issue * update docs to version of go in use * add TODO for asyncpreemptoff Co-authored-by:
Lauris BH <lauris@nix.lv>
-
- 06 Jun, 2020 1 commit
-
-
Cirno the Strongest authored
Co-authored-by:
zeripath <art27@cantab.net>
-
- 03 Jun, 2020 1 commit
-
-
techknowlogick authored
* increase alpine to 3.12 * Update .drone.yml
-
- 10 May, 2020 1 commit
-
-
Cirno the Strongest authored
Co-authored-by:
zeripath <art27@cantab.net>
-
- 20 Mar, 2020 1 commit
-
-
techknowlogick authored
-
- 03 Mar, 2020 1 commit
-
-
silverwind authored
- add package-lock.json to webpack/fomantic prereqs making them always rebuild when dependencies change. - remove FOMANTIC_EVIDENCE. It seemed better to just track a few output files instead. - delete fomantic output files before build to prevent possible bugs in fomantic's build. - resolve WEBPACK_SOURCES only once for performance - reorder variables for clarity - use clean-all in Dockerfile - detect busybox for find syntax Fixes: https://github.com/go-gitea/gitea/issues/10569 Fixes: https://github.com/go-gitea/gitea/issues/10565 Fixes: https://github.com/go-gitea/gitea/issues/10570 Fixes: https://github.com/go-gitea/gitea/issues/10568
-
- 27 Dec, 2019 1 commit
-
-
techknowlogick authored
-
- 05 Dec, 2019 2 commits
-
-
Lunny Xiao authored
* add warnging on docs * fix docs
-
silverwind authored
- Added Node.js as build dependency and removes build files from git. - Added version checks for both Go and Node.js. - Overhauled the js/css make target to only run when needed. - Merged the `generate` make target into `build` as per suggestion. Fixes: https://github.com/go-gitea/gitea/issues/6782 Fixes: https://github.com/go-gitea/gitea/issues/9216
-
- 12 Sep, 2019 1 commit
-
-
techknowlogick authored
* use go 1.13 * use go 1.13 in gomod file * Update Makefile * update swagger deps
-
- 04 Aug, 2019 1 commit
-
-
Antoine GIRARD authored
* build: use GOPROXY * disable download vendor on some steps
-
- 20 Jun, 2019 1 commit
-
-
techknowlogick authored
-
- 06 May, 2019 1 commit
-
-
Jakob Ackermann authored
-
- 08 Mar, 2019 1 commit
-
-
techknowlogick authored
-
- 05 Feb, 2019 1 commit
-
-
techknowlogick authored
-
- 29 Nov, 2018 1 commit
-
-
techknowlogick authored
-
- 01 Nov, 2018 1 commit
-
-
Stanislav authored
-