2
2
mirror of https://git.coolaj86.com/coolaj86/telebit.js.git synced 2025-04-21 19:40:37 +00:00
telebit.js/snap/snapcraft.yaml
2018-11-10 16:50:08 +01:00

30 lines
820 B
YAML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

name: telebit
version: '0.21.0-wip.1'
summary: Because friends don't let friends localhost
description: |
Break out of localhost.
If you need to get bits from here to there, Telebit gets the job done.
Install Telebit Remote on any device - your laptop, raspberry pi, whatever - and now you can access that device from anywhere, even securely in a web browser.
How does it work? Its a net server that uses a relay to allow multiplexed incoming connections on any external port.
Features
grade: stable
confinement: strict
apps:
telebit:
command: telebit
plugs: [network, network-bind]
telebitd:
command: telebitd
plugs: [network, network-bind]
daemon: simple
parts:
telebit:
plugin: nodejs
node-engine: 10.13.0
source: .
override-build: |
snapcraftctl build