Skip to content

Commit b565187

Browse files
committed
update setup.md
1 parent d6b4905 commit b565187

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

setup.md

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,16 @@
2525
* WINDOWS_PFX_BASE64
2626
* WINDOWS_PFX_PASSWORD
2727
* WINDOWS_PFX_SHA1_THUMBPRINT
28+
* You might have to go to: https://github.com/USERNAME/rdgen/actions and hit green Enable Actions button so it works.
2829

29-
## To run rdgen on your server:
30+
## A few notes:
31+
32+
* If you change your repository name, make sure to change the url on lines
33+
172-203 of views.py to reflect the change
34+
* If you are running on http instead of https, make sure to make the change on
35+
line 75 of views.py
36+
37+
## To run rdgen on your server without docker:
3038

3139
```
3240
# 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
5866

5967
use nginx, caddy, traefik, etc. for ssl reverse proxy
6068

61-
## A few notes:
62-
63-
* If you change your repository name, make sure to change the url on lines
64-
161-168 of views.py to reflect the change
65-
* If you are running on http instead of https, make sure to make the change on
66-
line 70 of views.py
67-
6869
## To autostart the server on boot, you can set up a systemd service called rdgen.service
6970

7071
replace user, group, and port if you need to replace /opt with wherever you

0 commit comments

Comments
 (0)