Update README.md
This commit is contained in:
parent
e512cbf5a5
commit
46d07963a8
1 changed files with 3 additions and 1 deletions
|
@ -21,6 +21,7 @@ docker run -d --restart=unless-stopped \
|
|||
-v $PWD/data:/data \
|
||||
furao
|
||||
```
|
||||
|
||||
Change the `URL` accordingly. Make sure it's https. You can also replace the 3402 with any available port you like.
|
||||
|
||||
To disable saving the links, you can use the `NOSAVE` option.
|
||||
|
@ -50,7 +51,8 @@ Now, make a caddyfile. It must be called Caddyfile. Case-sensitive.
|
|||
|
||||
Type this with the url you specificed (the domain must have the VPS/system IP linked to it, and, again, replace 3402 accordingly:
|
||||
|
||||
```httpsurlhere.com {
|
||||
```bash
|
||||
httpsurlhere.com {
|
||||
reverse_proxy localhost:3402
|
||||
}```
|
||||
|
||||
|
|
Reference in a new issue