How to Run Your Own Git Server - Linux.com
www.linux.com › how-run-your-own-git-serverMay 22, 2018 · Now ssh into the server and create a project directory for Git. You can use the desired path for the repo. git@server:~ $ mkdir -p /home/swapnil/project-1.git. Then change to this directory: cd /home/swapnil/project-1.git. Then create an empty repo: git init --bare Initialized empty Git repository in /home/swapnil/project-1.git
GitHub - linuxserver/docker-wireguard
https://github.com/linuxserver/docker-wireguard28.04.2020 · DNS server set in peer/client configs (can be set as 8.8.8.8). Used in server mode. Defaults to auto, which uses wireguard docker host's DNS via included CoreDNS forward.-e INTERNAL_SUBNET=10.13.13.0: Internal subnet for the wireguard and server and peers (only change if it clashes). Used in server mode.-e ALLOWEDIPS=0.0.0.0/0