Explorar o código

Add ssh capabilities

Joachim M. Giæver %!s(int64=2) %!d(string=hai) anos
pai
achega
a4eef1f1da
Modificáronse 1 ficheiros con 4 adicións e 1 borrados
  1. 4 1
      snap/snapcraft.yaml

+ 4 - 1
snap/snapcraft.yaml

@@ -23,7 +23,7 @@ description: |
     ```
 
     Make configurations of Home Assistant available in `code-server`, but this is only
-    available for the deamon or root user, and not when executing `code-server` as a
+    available for the daemon or root user, and not when executing `code-server` as a
     normal user.
 
   **Documentation?**
@@ -49,6 +49,7 @@ apps:
     command-chain: 
       - env/env-wrapper
     plugs:
+      - home
       - network
       - network-bind
 
@@ -57,6 +58,7 @@ apps:
     command-chain: 
       - env/env-wrapper
     plugs:
+      - home
       - network
       - network-bind
 
@@ -84,6 +86,7 @@ parts:
     plugin: nil
     stage-packages:
       - git
+      - openssh-client
   env-wrapper:
     plugin: dump
     source: src/