From 63d3419b9d3402ea286505ac2056842109dcc3b9 Mon Sep 17 00:00:00 2001 From: CoolCat467 <52022020+CoolCat467@users.noreply.github.com> Date: Sun, 6 Oct 2024 00:15:28 -0500 Subject: [PATCH] Add project links and licence info to README --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 64368d1..8ee84d6 100644 --- a/README.md +++ b/README.md @@ -66,3 +66,12 @@ For my installation, I ended up [installing it with pip](https://pypi.org/projec 6) Either run certbot from duckdns plugin's README or run [/scripts/cert_create.sh](https://github.com/CoolCat467/Scanner-Server/blob/main/scripts/cert_create.sh) with your details. 7) Setup autorenewal from [certbot wiki](https://eff-certbot.readthedocs.io/en/latest/using.html#setting-up-automated-renewal) or look at [/scripts/cert_renew.sh](https://github.com/CoolCat467/Scanner-Server/blob/main/scripts/cert_renew.sh) 8) Uncomment SSL lines in the webserver configuration file (see section above) and edit as needed for your particular setup. + + +### Links +* Source Code - https://github.com/CoolCat467/Scanner-Server.git +* Issues - https://github.com/CoolCat467/Scanner-Server/issues + +### License +------- +Code and documentation are available according to the GNU General Public License v3.0 (see [LICENSE](https://github.com/CoolCat467/Scanner-Server/blob/HEAD/LICENSE)).