From 6ffc55cde3b0d64f859974ebbdbecc595247e6c1 Mon Sep 17 00:00:00 2001 From: David Stotijn Date: Tue, 15 Mar 2022 10:11:53 +0100 Subject: [PATCH] Fix Snapcraft plugs config to allow network binding --- .goreleaser.yml | 9 ++------- README.md | 5 ----- 2 files changed, 2 insertions(+), 12 deletions(-) diff --git a/.goreleaser.yml b/.goreleaser.yml index 55af0b4..6fe1972 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -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: diff --git a/README.md b/README.md index ca310a2..2369453 100644 --- a/README.md +++ b/README.md @@ -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