mirror of
https://github.com/hassio-addons/addon-wireguard.git
synced 2025-05-04 19:01:31 +00:00
Update add-on configuration for Supervisor 2021.2
This commit is contained in:
parent
ee80afbe5d
commit
18ffc48456
2 changed files with 2 additions and 2 deletions
2
.github/workflows/ci.yaml
vendored
2
.github/workflows/ci.yaml
vendored
|
@ -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 }}"
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
},
|
||||
"hassio_api": true,
|
||||
"privileged": ["NET_ADMIN"],
|
||||
"devices": ["/dev/net/tun:/dev/net/tun:rwm"],
|
||||
"devices": ["/dev/net/tun"],
|
||||
"map": ["ssl:rw"],
|
||||
"options": {
|
||||
"server": {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue