self-hosted/traefik/README.md
Lorenzo Carbonell f9974dbdb3
mprove traefik
2023-10-04 07:19:03 +02:00

532 B

Installation

Prerequisites,

sudo apt install apache2-utils
git clone https://github.com/atareao/self-hosted.git
cd self-hosted/traefik

Change FQDN for your server in .env,

cp sample.env .env

Generate credentials for your user,

htpasswd -nb usuario contraseña >> config/users.txt

Change the email for letsencrypt,

sed -i "s/tu@correo.es/<tu-correo>/g" config/traefik.yml
docker network create proxy
docker-compose up -d
docker-compose logs -f