mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-06-02 05:44:03 +02:00
GitHub bot: fix linting issues (nobuild)
This commit is contained in:
@@ -121,6 +121,7 @@ pull-filter ignore "dhcp-option DNS6"
|
|||||||
pull-filter ignore "tun-ipv6"
|
pull-filter ignore "tun-ipv6"
|
||||||
pull-filter ignore "ifconfig-ipv6"
|
pull-filter ignore "ifconfig-ipv6"
|
||||||
```
|
```
|
||||||
|
|
||||||
</details>
|
</details>
|
||||||
|
|
||||||
<details>
|
<details>
|
||||||
@@ -138,28 +139,28 @@ Delete your nova3 folder in /config and restart qbittorrent
|
|||||||
|
|
||||||
```json
|
```json
|
||||||
{
|
{
|
||||||
"folder/to/watch": {
|
"folder/to/watch": {
|
||||||
"add_torrent_params": {
|
"add_torrent_params": {
|
||||||
"category": "",
|
"category": "",
|
||||||
"content_layout": "Original",
|
"content_layout": "Original",
|
||||||
"download_limit": -1,
|
"download_limit": -1,
|
||||||
"download_path": "[folder/for/INCOMPLETE_downloads]",
|
"download_path": "[folder/for/INCOMPLETE_downloads]",
|
||||||
"operating_mode": "AutoManaged",
|
"operating_mode": "AutoManaged",
|
||||||
"ratio_limit": -2,
|
"ratio_limit": -2,
|
||||||
"save_path": "[folder/for/COMPLETED_downloads]",
|
"save_path": "[folder/for/COMPLETED_downloads]",
|
||||||
"seeding_time_limit": -2,
|
"seeding_time_limit": -2,
|
||||||
"skip_checking": false,
|
"skip_checking": false,
|
||||||
"stopped": false,
|
"stopped": false,
|
||||||
"tags": [
|
"tags": [],
|
||||||
],
|
"upload_limit": -1,
|
||||||
"upload_limit": -1,
|
"use_auto_tmm": false,
|
||||||
"use_auto_tmm": false,
|
"use_download_path": true
|
||||||
"use_download_path": true
|
},
|
||||||
},
|
"recursive": false
|
||||||
"recursive": false
|
}
|
||||||
}
|
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
</details>
|
</details>
|
||||||
|
|
||||||
<details>
|
<details>
|
||||||
@@ -179,12 +180,14 @@ Wait a couple minutes and restart addon, it could be a temporary unavailability
|
|||||||
> [cont-init.d] 00-local_mounts.sh: exited 0.
|
> [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
|
Try to mount by putting the partition label in the "localdisks" options instead of the hardware name
|
||||||
|
|
||||||
</details>
|
</details>
|
||||||
|
|
||||||
<details>
|
<details>
|
||||||
<summary>### Loss of metadata fetching with openvpn after several days (@almico)</summary>
|
<summary>### Loss of metadata fetching with openvpn after several days (@almico)</summary>
|
||||||
|
|
||||||
Add `ping-restart 60` to your config.ovpn
|
Add `ping-restart 60` to your config.ovpn
|
||||||
|
|
||||||
</details>
|
</details>
|
||||||
|
|
||||||
<details>
|
<details>
|
||||||
@@ -192,6 +195,7 @@ Add `ping-restart 60` to your config.ovpn
|
|||||||
|
|
||||||
When my window size width is lower than 960 pixels my downloads are empty.
|
When my window size width is lower than 960 pixels my downloads are empty.
|
||||||
Solution is to reset the Vuetorrent settings.
|
Solution is to reset the Vuetorrent settings.
|
||||||
|
|
||||||
</details>
|
</details>
|
||||||
|
|
||||||
## Support
|
## Support
|
||||||
|
|||||||
Reference in New Issue
Block a user