From b565187837dc5153a3c596e7240764991face353 Mon Sep 17 00:00:00 2001 From: Bryan Gerlach Date: Fri, 31 Jan 2025 10:37:11 -0600 Subject: [PATCH] update setup.md --- setup.md | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/setup.md b/setup.md index b8c8f67..ee6cd1b 100644 --- a/setup.md +++ b/setup.md @@ -25,8 +25,16 @@ * WINDOWS_PFX_BASE64 * WINDOWS_PFX_PASSWORD * WINDOWS_PFX_SHA1_THUMBPRINT + * You might have to go to: https://github.com/USERNAME/rdgen/actions and hit green Enable Actions button so it works. -## To run rdgen on your server: +## A few notes: + +* If you change your repository name, make sure to change the url on lines + 172-203 of views.py to reflect the change +* If you are running on http instead of https, make sure to make the change on + line 75 of views.py + +## To run rdgen on your server without docker: ``` # Open to the directory you want to install rdgen (change /opt to wherever you want) @@ -58,13 +66,6 @@ open your web browser to yourdomain:8000 use nginx, caddy, traefik, etc. for ssl reverse proxy -## A few notes: - -* If you change your repository name, make sure to change the url on lines - 161-168 of views.py to reflect the change -* If you are running on http instead of https, make sure to make the change on - line 70 of views.py - ## To autostart the server on boot, you can set up a systemd service called rdgen.service replace user, group, and port if you need to replace /opt with wherever you