mirror of
https://github.com/immense/Remotely.git
synced 2025-10-26 11:27:15 +00:00
Update README.md
This commit is contained in:
parent
080aed5d7b
commit
553c51251e
@ -26,6 +26,8 @@ mkdir -p /var/www/remotely
|
||||
docker run -d --name remotely --restart unless-stopped -p 5000:5000 -v /var/www/remotely:/remotely-data immybot/remotely:latest
|
||||
```
|
||||
|
||||
## HTTPS Configuration
|
||||
When using HTTPS with a reverse proxy (e.g. Caddy or Nginx), be sure to set `RedirectToHttps` to `true` (which is the default) in `appsettings.json`. This is needed for the server to set the correct scheme when embedding the server URL in the clients. The scheme is supposed to be updated by the ForwardedHeaders feature, but it doesn't appear to be working in some scenarios.
|
||||
|
||||
## After Installation
|
||||
- Data for Remotely will be saved in `/var/www/remotely/` within two files: appsettings.json and Remotely.db.
|
||||
|
||||
Loading…
Reference in New Issue
Block a user