This repository has been archived on 2024-01-11. You can view files and clone it, but cannot push or open issues or pull requests.
gitea/docker
zeripath 0ada74edbc
Only offer hostcertificates if they exist (#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>
2021-05-13 15:11:28 +03:00
..
root Only offer hostcertificates if they exist (#15849) 2021-05-13 15:11:28 +03:00
rootless Add reverse proxy configuration support for remote IP address (#14959) 2021-03-16 00:27:28 +02: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 Fix typo in README.md (#12369) 2020-07-29 09:29:51 -05:00

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