snap: Add "network-bind" plug for "hugo server" to work
authorAnthony Fok <foka@debian.org>
Sun, 9 Oct 2016 15:53:09 +0000 (09:53 -0600)
committerAnthony Fok <foka@debian.org>
Sun, 9 Oct 2016 16:10:50 +0000 (10:10 -0600)
See #2532

snapcraft.yaml

index b97e6f51e79d82f7d6f0cb57786ae3b93fd24e58..72a05ac071cb87cf15923ce5d2ed4b73a3613d06 100644 (file)
@@ -11,7 +11,7 @@ grade: devel # "devel" or "stable"
 apps:
   hugo:
     command: bin/hugo
-    plugs: [home]
+    plugs: [home, network-bind]
 
 parts:
   hugo: