From d4f6eb139c3a4f60d94bb5aa712d2a96becda7ac Mon Sep 17 00:00:00 2001 From: "D. Scott Boggs" Date: Thu, 17 Aug 2023 18:48:58 +0000 Subject: [PATCH] Add README --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..96f0e23 --- /dev/null +++ b/README.md @@ -0,0 +1,10 @@ +# Traefik config + +This repo contains the config for a Traefik reverse proxy. To use: + + - clone this repository to the server + - Create an application token with DigitalOcean and write it to `config/do-auth.token`. + - Create an empty file for the file configuration: `touch config/traefik_dynamic.yaml` + - Run `docker-compose up -d` + +See the [Wiki page](https://git.tams.tech/TWS/meta/wiki/infrastructure%2Freverse-proxy.-)