mirror of
https://github.com/dstotijn/hetty.git
synced 2025-07-01 18:47:29 -04:00
Fix Snapcraft plugs config to allow network binding
This commit is contained in:
@ -55,13 +55,8 @@ snapcrafts:
|
|||||||
license: MIT
|
license: MIT
|
||||||
apps:
|
apps:
|
||||||
hetty:
|
hetty:
|
||||||
plugs: ["home", "network", "network-bind", "personal-files"]
|
command: hetty
|
||||||
plugs:
|
plugs: ["network", "network-bind"]
|
||||||
personal-files:
|
|
||||||
read:
|
|
||||||
- $HOME/.hetty
|
|
||||||
write:
|
|
||||||
- $HOME/.hetty
|
|
||||||
|
|
||||||
scoop:
|
scoop:
|
||||||
bucket:
|
bucket:
|
||||||
|
@ -50,11 +50,6 @@ brew install hettysoft/tap/hetty
|
|||||||
sudo snap install 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
|
#### Windows
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
|
Reference in New Issue
Block a user