Skip to content

Commit

Permalink
Fix Snapcraft plugs config to allow network binding
Browse files Browse the repository at this point in the history
  • Loading branch information
dstotijn committed Mar 15, 2022
1 parent bdd6673 commit 6ffc55c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 12 deletions.
9 changes: 2 additions & 7 deletions .goreleaser.yml
Expand Up @@ -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:
Expand Down
5 changes: 0 additions & 5 deletions README.md
Expand Up @@ -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
Expand Down

0 comments on commit 6ffc55c

Please sign in to comment.