No description
| Filename | Latest commit message | Latest commit date |
|---|---|---|
| Caddyfile | ||
| docker-compose.yml | ||
| readme.md | ||
Configs
This repository contains configuration files for running the stuff that makes running this gitea-server possible in the first place.
docker-compose.yml prerequisites
Create the volumes needed for OpenVPN and Gitea.
docker volume create --name ovpn-data-nucdocker volume create --name giteadocker volume create --name gitea_db
OpenVPN management
To create users for OpenVPN, run something like the following to create and then export a combined configuration file and certificate.
docker run -v ovpn-data-nuc:/etc/openvpn --rm -it kylemanna/openvpn easyrsa build-client-full asdf-c nopassdocker run -v ovpn-data-nuc:/etc/openvpn --rm kylemanna/openvpn ovpn_getclient asdf-c > asdf-c.ovpn