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 483f82e1b6 init преди 6 години
gitea init преди 6 години
postgresql init преди 6 години
.gitignore init преди 6 години
README.md init преди 6 години
docker-compose.yml init преди 6 години
env init преди 6 години

README.md

Configure real git user

Create git user:

. ./env
groupadd -g "${PUID}" git
useradd -g git -u "${PGID}" git -d "$(pwd)"/data/gitea/data/git
usermod -a -G docker git

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

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

/etc/ssh/sshd_config:

Match user git
  PasswordAuthentication no