diff options
author | lolcat <will@lolcat.ca> | 2023-08-27 01:51:37 -0400 |
---|---|---|
committer | lolcat <will@lolcat.ca> | 2023-08-27 01:51:37 -0400 |
commit | ddfb957b40c7cb1fd3975f6af5804379e8b5e6f2 (patch) | |
tree | b0a6ac5b89d5fcf54d85504baf49388669a2f439 /README.md | |
parent | 1fd4c2de6d2552f4619c6e67aac60bc635465cd1 (diff) | |
parent | 232995bf0d4274f904044e6dd0dc8098757b4be3 (diff) |
Merge branch 'master' of https://git.lolcat.ca/lolcat/4get
what am i doing
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 17 |
1 files changed, 17 insertions, 0 deletions
@@ -102,3 +102,20 @@ service apache2 restart You'll probably want to setup a tor address at this point, but I'm too lazy to put instructions here. Ok bye!!! + + + +## Docker Install + +``` +git clone https://git.lolcat.ca/lolcat/4get +cd 4get +docker build -t 4get . +docker run -d -p 80:80 -p 443:443 -e FOURGET_SERVER_NAME="4get.ca" -e FOURGET_SERVER_ADMIN_EMAIL="you@example.com" -v /etc/letsencrypt/live/domain.tld:/etc/4get/certs 4get +``` + +replace enviroment variables FOURGET_SERVER_NAME and FOURGET_SERVER_ADMIN_EMAIL with relevant values + +the certs directory expects files named `cert.pem`, `chain.pem`, `privkey.pem` + + |