gitea/docker
zeripath 1bf46836da
Only offer hostcertificates if they exist (#15849) (#15853)
Backport #15849

A common bug report is the otherwise harmless sshd logging:

```
Could not load host certificate "/data/ssh/ssh_host_ed25519_cert": No such file or directory
```

This PR simply checks if these files exist before creation of sshd_config and if
they do not exist, doesn't add a reference to them.

Fix #14110 amongst others.

Signed-off-by: Andrew Thornton <art27@cantab.net>

Co-authored-by: silverwind <me@silverwind.io>
Co-authored-by: Lauris BH <lauris@nix.lv>

Co-authored-by: silverwind <me@silverwind.io>
Co-authored-by: Lauris BH <lauris@nix.lv>
Co-authored-by: 6543 <6543@obermui.de>
2021-05-13 11:12:41 -04:00
..
root Only offer hostcertificates if they exist (#15849) (#15853) 2021-05-13 11:12:41 -04:00
rootless Add reverse proxy configuration support for remote IP address (#14959) 2021-03-16 00:27:28 +02:00
README.md Fix typo in README.md (#12369) 2020-07-29 09:29:51 -05:00
manifest.rootless.tmpl fix docker rootless manifest (#13386) 2020-11-02 14:50:13 -05:00
manifest.tmpl drone/docker: prepare multi-arch release + provide arm64 image (#7571) 2019-07-24 13:21:12 -04:00

README.md

Gitea - Docker

Dockerfile is found in root of repository.

Docker image can be found on docker hub

Documentation on using docker image can be found on Gitea Docs site