Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 23 additions & 0 deletions snap/snapcraft.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
name: peerflix
base: core18
version: git
summary: Streaming torrent client for Node.js
description: |
Peerflix can be used with a magnet link or a torrent file to stream music or video.

grade: devel
confinement: strict

parts:
peerflix:
plugin: nodejs
source: .

apps:
peerflix:
command: peerflix
plugs:
- home
- network
- network-bind
- network-observe