Integration in readme

https://github.com/alexbelgium/hassio-addons/issues/963
This commit is contained in:
Alexandre
2023-09-05 09:28:15 +02:00
committed by GitHub
parent a41e509345
commit 82003c110b

View File

@@ -106,8 +106,8 @@ These lines will expose a `sensor.get_torrent_speed` that updates every 60 secon
## Common issues
### ipv6 issues with openvpn (@happycoo)
<details>
<summary>### ipv6 issues with openvpn (@happycoo)</summary>
Add this code to your .ovpn config
```bash
@@ -119,8 +119,43 @@ pull-filter ignore "dhcp-option DNS6"
pull-filter ignore "tun-ipv6"
pull-filter ignore "ifconfig-ipv6"
```
</details>
### nginx error code (@Nanianmichaels)
<details>
<summary>### Monitored folders (@FaliseDotCom)</summary>
- go to config\addons_config\qBittorrent
- find (or create) the file watched_folders.json
- paste or adjust to the following:
```json
{
"folder/to/watch": {
"add_torrent_params": {
"category": "",
"content_layout": "Original",
"download_limit": -1,
"download_path": "[folder/for/INCOMPLETE_downloads]",
"operating_mode": "AutoManaged",
"ratio_limit": -2,
"save_path": "[folder/for/COMPLETED_downloads]",
"seeding_time_limit": -2,
"skip_checking": false,
"stopped": false,
"tags": [
],
"upload_limit": -1,
"use_auto_tmm": false,
"use_download_path": true
},
"recursive": false
}
}
```
</details>
<details>
<summary>### nginx error code (@Nanianmichaels)</summary>
> [cont-init.d] 30-nginx.sh: executing...
> [cont-init.d] 30-nginx.sh: exited 1.
@@ -136,15 +171,20 @@ Wait a couple minutes and restart addon, it could be a temporary unavailability
> [cont-init.d] 00-local_mounts.sh: exited 0.
Try to mount by putting the partition label in the "localdisks" options instead of the hardware name
</details>
### Loss of metadata fetching with openvpn after several days (@almico)
<details>
<summary>### Loss of metadata fetching with openvpn after several days (@almico)</summary>
Add `ping-restart 60` to your config.ovpn
</details>
### Downloads info are empty on small scale window (@aviadlevy)
<details>
<summary>### Downloads info are empty on small scale window (@aviadlevy)</summary>
When my window size width is lower than 960 pixels my downloads are empty.
Solution is to reset the Vuetorrent settings.
</details>
## Support