You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
forgejo/docker
Jason Song 5b7b7c4f3c
Correct permissions for `.ssh` and `authorized_keys` (#25721)
Set the correct permissions on the .ssh directory and authorized_keys
file, or sshd will refuse to use them and lead to clone/push/pull
failures.

It could happen when users have copied their data to a new volume and
changed the file permission by accident, and it would be very hard to
troubleshoot unless users know how to check the logs of sshd which is
started by s6.

Co-authored-by: Giteabot <teabot@gitea.io>
1 year ago
..
root Correct permissions for `.ssh` and `authorized_keys` (#25721) 1 year ago
rootless Rootless Docker - Mistake with the repo-avatars parent folder name (#22637) 1 year ago
README.md Fix typo in README.md (#12369) 4 years ago
manifest.rootless.tmpl Do not publish docker release images on `-dev` tags (#25471) 1 year ago
manifest.tmpl Do not publish docker release images on `-dev` tags (#25471) 1 year ago

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