Merge branch 'master' into patch-4

pull/405/head
TRaSH 3 years ago committed by GitHub
commit 39e5026adc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -271,6 +271,8 @@ At `Task Settings` tab, add the following line in the Run Command section:
/usr/local/bin/pullio > /volume1/docker/appdata/pullio/pullio.log 2>&1
```
It can be frustrating to test the script if no docker image updates are available, for that you can run command `sudo pullio --debug` and the script will behave as if an update is available. If you have set to receive notifications, you should receive them.
More info about Pullio [HERE](https://hotio.dev/pullio/){:target="_blank" rel="noopener noreferrer"}
------

@ -274,7 +274,11 @@ Add this to your `Preferred (3)` with a score of [125]
```
```bash
/(-ROCCaT|3cTWeB|playWEB|-FLUX)\b/i
/(-ROCCaT|3cTWeB|playWEB|-FLUX|NOSiViD)\b/i
```
```bash
/(-KHN|NPMS|SDCC|-END)\b/i
```
Add this to your `Preferred (3)` with a score of [100]

@ -1,12 +1,12 @@
git+https://github.com/fralau/mkdocs_macros_plugin@v0.5.12#egg=mkdocs-macros-plugin
git+https://github.com/g-provost/lightgallery-markdown@v0.5#egg=lightgallery
markdown==3.3.4
markdown==3.3.6
mkdocs-awesome-pages-plugin==2.6.0
mkdocs-git-revision-date-localized-plugin==0.10.1
mkdocs-git-revision-date-localized-plugin==0.10.2
mkdocs-material-extensions==1.0.3
mkdocs-material==7.3.6
mkdocs-minify-plugin==0.5.0
mkdocs-redirects==1.0.3
mkdocs==1.2.3
pygments==2.10.0
pymdown-extensions==9.0
pymdown-extensions==9.1

Loading…
Cancel
Save