File tree Expand file tree Collapse file tree 1 file changed +9
-8
lines changed Expand file tree Collapse file tree 1 file changed +9
-8
lines changed Original file line number Diff line number Diff line change 25
25
* WINDOWS_PFX_BASE64
26
26
* WINDOWS_PFX_PASSWORD
27
27
* 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.
28
29
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:
30
38
31
39
```
32
40
# 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
58
66
59
67
use nginx, caddy, traefik, etc. for ssl reverse proxy
60
68
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
-
68
69
## To autostart the server on boot, you can set up a systemd service called rdgen.service
69
70
70
71
replace user, group, and port if you need to replace /opt with wherever you
You can’t perform that action at this time.
0 commit comments