Advertisement
marcoshalano

snapweb-snap.yml

Apr 16th, 2017
153
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 0.57 KB | None | 0 0
  1. name: snapweb
  2. version: "0.21.2"
  3. summary: Beautiful and functional interface for snap management
  4. description: |
  5.  This service allows you to manage your Ubuntu Core device from a web interface or REST API.
  6.  
  7.   Features include:
  8.  
  9.   - manage updates to the system.
  10.   - control the state of other snappy packages.
  11.   - browse the store to install new snappy packages.
  12. type: app
  13. architectures: [amd64]
  14. apps:
  15.   snapweb:
  16.     daemon: simple
  17.     command: snapweb
  18.     plugs: [network, network-bind, snapd-control, timeserver-control]
  19.   generate-token:
  20.     command: generate-token
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement