Updated docs
This commit is contained in:
@@ -25,20 +25,6 @@ There is a small but real risk that Google may flag your account for unusual act
|
||||
|
||||
Shanty extracts the YouTube cookies from Firefox and saves them. From this point forward, all downloads use your authenticated session.
|
||||
|
||||
## Docker port requirement
|
||||
|
||||
The noVNC interface runs on port **6080** by default. Your `docker-compose.yml` must expose this port:
|
||||
|
||||
```yaml
|
||||
ports:
|
||||
- "8085:8085"
|
||||
- "6080:6080" # Required for YouTube login
|
||||
```
|
||||
|
||||
If you are running Shanty on a remote server, you need to access noVNC from your browser at `http://your-server-ip:6080`. Make sure firewalls allow this port during the login process. You can close the port afterward if you want -- it is only needed during initial login and manual re-authentication.
|
||||
|
||||
The noVNC port is configurable via `download.vnc_port` in the config file.
|
||||
|
||||
## How auto-refresh works
|
||||
|
||||
YouTube cookies expire roughly every 2 weeks. Shanty automatically refreshes them using headless Firefox (no visible browser window needed):
|
||||
|
||||
Reference in New Issue
Block a user