mirror of
https://github.com/dstotijn/hetty
synced 2024-11-10 06:04:19 +00:00
Fix Snapcraft plugs config to allow network binding
This commit is contained in:
parent
bdd667381a
commit
6ffc55cde3
2 changed files with 2 additions and 12 deletions
|
@ -55,13 +55,8 @@ snapcrafts:
|
|||
license: MIT
|
||||
apps:
|
||||
hetty:
|
||||
plugs: ["home", "network", "network-bind", "personal-files"]
|
||||
plugs:
|
||||
personal-files:
|
||||
read:
|
||||
- $HOME/.hetty
|
||||
write:
|
||||
- $HOME/.hetty
|
||||
command: hetty
|
||||
plugs: ["network", "network-bind"]
|
||||
|
||||
scoop:
|
||||
bucket:
|
||||
|
|
|
@ -50,11 +50,6 @@ brew install hettysoft/tap/hetty
|
|||
sudo snap install hetty
|
||||
```
|
||||
|
||||
⚠️ As of Sun 6 Mar 2022, we're awaiting Canonical to approve the necessary
|
||||
Snapcraft privileges to allow Hetty to bind on a port. In the meantime, please
|
||||
use one of the Linux [releases](https://github.com/dstotijn/hetty/releases) on
|
||||
Github.
|
||||
|
||||
#### Windows
|
||||
|
||||
```sh
|
||||
|
|
Loading…
Reference in a new issue