No description
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2020-07-31 19:47:18 +00:00
Caddyfile Update to caddy v2 2020-07-31 19:47:18 +00:00
docker-compose.yml Update 'docker-compose.yml' 2019-05-10 09:29:02 +00:00
readme.md update readme.md 2018-08-07 11:04:29 +02:00

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-nuc
  • docker volume create --name gitea
  • docker 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 nopass
  • docker run -v ovpn-data-nuc:/etc/openvpn --rm kylemanna/openvpn ovpn_getclient asdf-c > asdf-c.ovpn