mirror of
https://github.com/bryangerlach/rdgen.git
synced 2025-11-29 08:33:23 +00:00
update setup.md
This commit is contained in:
17
setup.md
17
setup.md
@@ -25,8 +25,16 @@
|
|||||||
* WINDOWS_PFX_BASE64
|
* WINDOWS_PFX_BASE64
|
||||||
* WINDOWS_PFX_PASSWORD
|
* WINDOWS_PFX_PASSWORD
|
||||||
* WINDOWS_PFX_SHA1_THUMBPRINT
|
* 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)
|
# 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
|
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
|
## 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
|
replace user, group, and port if you need to replace /opt with wherever you
|
||||||
|
|||||||
Reference in New Issue
Block a user