Update add-on configuration for Supervisor 2021.2 (#37)

This commit is contained in:
Franck Nijhof 2021-02-08 14:37:54 +01:00 committed by GitHub
parent 879e3ac417
commit f53c1d7142
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -38,7 +38,7 @@ jobs:
- name: ⤵️ Check out code from GitHub
uses: actions/checkout@v2.3.4
- name: 🚀 Run Add-on Lint
uses: frenck/action-addon-linter@v1.4
uses: frenck/action-addon-linter@v2.0.0
with:
community: true
path: "./${{ needs.information.outputs.target }}"

View file

@ -15,7 +15,7 @@
},
"host_network": true,
"privileged": ["NET_ADMIN", "SYS_ADMIN"],
"devices": ["/dev/net/tun:/dev/net/tun:rwm"],
"devices": ["/dev/net/tun"],
"map": ["ssl:rw"],
"options": {
"networks": [],