| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix the mode of custom dir to 0700 in docker-rootless (#20861) | wxiaoguang | 2022-08-19 | 1 | -1/+1 |
* | feat: Add support for extra sshd_config parameters via 'Include' file (#19842) | Thomas Andrade | 2022-05-31 | 2 | -0/+3 |
* | Update document to use FHS `/usr/local/bin/gitea` instead of `/app/...` for D... | wxiaoguang | 2022-05-24 | 1 | -2/+0 |
* | Configure OpenSSH log level via Environment in Docker (#19274) | Gusted | 2022-03-31 | 2 | -1/+2 |
* | Fix issue with docker-rootless shimming script (#18690) | zeripath | 2022-02-10 | 1 | -4/+2 |
* | Fix pushing to 1-x-dev docker tag (#18578) | zeripath | 2022-02-03 | 2 | -6/+6 |
* | Fix manifest.tmpl (#18573) | zeripath | 2022-02-03 | 1 | -1/+1 |
* | Make docker gitea/gitea:v1.16-dev etc refer to the latest build on that branc... | zeripath | 2022-02-03 | 2 | -7/+7 |
* | In docker rootless use $GITEA_APP_INI if provided (#18524) | Michael Kriese | 2022-02-01 | 1 | -1/+1 |
* | Switch to non-deprecation setting (#18358) | Gusted | 2022-01-23 | 2 | -2/+6 |
* | Upgrade Alpine from 3.13 to 3.15 (#18050)v1.17.0-dev | Grzegorz Alibożek | 2022-01-19 | 2 | -0/+12 |
* | Use shadowing script for docker (#17846) | zeripath | 2021-12-01 | 3 | -1/+60 |
* | Change docker tag logic (#16421) | techknowlogick | 2021-07-14 | 2 | -7/+9 |
* | Fix various documentation, user-facing, and source comment typos (#16367) | luzpaz | 2021-07-08 | 2 | -2/+2 |
* | Fix bug due to missing MaxStartups and MaxSessions (#16046) | zeripath | 2021-06-01 | 2 | -2/+4 |
* | Make sshd_config more flexible regarding connections (#16009) | Dario Louzado | 2021-05-31 | 1 | -0/+3 |
* | Only offer hostcertificates if they exist (#15849) | zeripath | 2021-05-13 | 2 | -4/+24 |
* | Add reverse proxy configuration support for remote IP address (#14959) | Lauris BH | 2021-03-16 | 2 | -0/+4 |
* | Add environment-to-ini to docker image (#14762) | Kyle D | 2021-02-23 | 2 | -0/+6 |
* | Update docs and comments to remove macaron (#14491) | Lunny Xiao | 2021-01-29 | 1 | -2/+0 |
* | Set RUN_MODE prod by default (#13765) | silverwind | 2020-11-30 | 2 | -2/+2 |
* | Format files (#13698) | 6543 | 2020-11-28 | 2 | -4/+4 |
* | fix docker rootless manifest (#13386) | Antoine GIRARD | 2020-11-02 | 1 | -1/+1 |
* | Remove specific indexer path (#13388) | Antoine GIRARD | 2020-11-01 | 1 | -3/+0 |
* | docker: rootless image (#10154) | Antoine GIRARD | 2020-10-31 | 4 | -0/+136 |
* | Update sshd_config (#13143) | Anders Eurenius Runvald | 2020-10-14 | 1 | -0/+4 |
* | Add ssh certificate support (#12281) | Wim | 2020-10-10 | 1 | -0/+3 |
* | Change default log configuration (#13088) | zeripath | 2020-10-10 | 1 | -0/+6 |
* | Disable DSA ssh keys by default (#13056) | zeripath | 2020-10-09 | 1 | -1/+1 |
* | Fix typo in README.md (#12369) | Kevin Schweikert | 2020-07-29 | 1 | -2/+2 |
* | merge docker makefile into main one (#12289) | techknowlogick | 2020-07-21 | 2 | -14/+7 |
* | Fix missing CGO_EXTRA_FLAGS build arg for docker (#11782) | Cirno the Strongest | 2020-06-06 | 1 | -1/+1 |
* | Fix; declare DOMAIN variable for docker setup (#10780) | Adrian POIGET | 2020-05-04 | 2 | -0/+2 |
* | Fix latest docker image haven't include static files. (#9252) | Lunny Xiao | 2019-12-05 | 1 | -1/+1 |
* | docker: ask s6 to stop all service when gitea stop (#9171) | Antoine GIRARD | 2019-11-27 | 1 | -1/+1 |
* | Fix #8453 by making openssh listen on SSH_LISTEN_PORT not SSH_PORT (#8477) | zeripath | 2019-10-12 | 2 | -2/+3 |
* | Make AllowedUsers configurable in sshd_config (#8094) | jpellegrini | 2019-09-05 | 2 | -3/+1 |
* | Support SSH_LISTEN_PORT env var in docker app.ini template (#7829) | leigh capili | 2019-08-24 | 2 | -0/+2 |
* | drone/docker: prepare multi-arch release + provide arm64 image (#7571) | Antoine GIRARD | 2019-07-24 | 1 | -0/+19 |
* | Implement the ability to change the ssh port to match what is in the gitea co... | Christopher Thomas | 2019-07-06 | 2 | -1/+8 |
* | [docker] Add LFS_START_SERVER option to control git-lfs support (#7281) | Marat Radchenko | 2019-06-24 | 2 | -0/+2 |
* | Repository avatars (#6986) | Sergey Dryabzhinsky | 2019-05-29 | 1 | -0/+1 |
* | [docker] support for custom GITEA_CUSTOM env var (#6608) | Jakob Ackermann | 2019-05-13 | 2 | -6/+10 |
* | [docker] drop the docker Makefile from the image (#6507) | Jakob Ackermann | 2019-05-05 | 12 | -0/+0 |
* | Make CustomPath, CustomConf and AppWorkPath configurable at build (#6631) | zeripath | 2019-04-29 | 1 | -2/+1 |
* | [docker] let the ssh daemon speak for itself and drop the syslog daemon (#6529) | Jakob Ackermann | 2019-04-16 | 4 | -10/+1 |
* | [docker] drop the bits argument when generating an ed25519 key (#6504) | Jakob Ackermann | 2019-04-04 | 1 | -1/+1 |
* | Disable auto-migrate in docker container (#5730) | techknowlogick | 2019-01-17 | 1 | -6/+0 |
* | docker: stop modifying file permission before migrating database (#5707) | Julian | 2019-01-12 | 1 | -1/+0 |
* | migrate database if app.ini found (#5290) | Pierre-Alexis Ciavaldini | 2019-01-05 | 1 | -0/+15 |