You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Robin Thoni 74505f0008 removed useless env values hace 5 años
gitea init hace 5 años
postgresql init hace 5 años
.gitignore init hace 5 años
README.md fixed readme user id hace 5 años
docker-compose.yml init hace 5 años
env removed useless env values hace 5 años

README.md

Configure real git user

Create git user:

groupadd -g 1000 git
useradd -g git -u 1000 git -d "$(pwd)"/data/gitea/data/git
usermod -a -G docker git

/app/gitea/gitea: (chmod +x)

#!/bin/sh
docker exec -i -u git -e SSH_ORIGINAL_COMMAND="${SSH_ORIGINAL_COMMAND}" gitea-gitea $0 "$@"

/etc/ssh/sshd_config:

Match user git
  PasswordAuthentication no