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

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  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>
..
root Only offer hostcertificates if they exist () ()
rootless Add reverse proxy configuration support for remote IP address ()
README.md Fix typo in README.md ()
manifest.rootless.tmpl fix docker rootless manifest ()
manifest.tmpl drone/docker: prepare multi-arch release + provide arm64 image ()

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