From 17cb8260bb703abaef6fe7f99f4562f641f8a3dd Mon Sep 17 00:00:00 2001 From: Cris Mathew Date: Wed, 28 Feb 2024 16:54:38 +0300 Subject: [PATCH] Add traefik/readme.md --- traefik/readme.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 traefik/readme.md diff --git a/traefik/readme.md b/traefik/readme.md new file mode 100644 index 0000000..9f13f72 --- /dev/null +++ b/traefik/readme.md @@ -0,0 +1,22 @@ +Make directories in your homefolder like so: +- ~/traefik + - compose.yml + - data + - acme.json # make sure to change permissions of this file with chmod 600 acme.json + - config.yml + - traefik.yml + +Use mkdir to make the folders and touch to create the json and yml files + +Basically: +mkdir traefik +cd traefik +touch compose.yml +mkdir data +cd data +touch acme.json +chmod 600 acme.json +touch config.yml +touch traefik.yml + +The contents to put inside those files are given here. Except for acme.json which will be automatically generated. \ No newline at end of file