Add more packages, disable Antunnel auto connect

This commit is contained in:
lxsang
2020-12-21 16:01:04 +01:00
parent fcaa1e9b1c
commit 21f560d2b6
55 changed files with 700 additions and 32 deletions

File diff suppressed because one or more lines are too long

View File

@ -9,7 +9,7 @@
"author": "Xuan Sang LE",
"email": "xsang.le@lxsang.me"
},
"version":"0.1.4-a",
"version":"0.1.5-a",
"category":"Library",
"iconclass":"fa fa-adn",
"mimes":["none"],

Binary file not shown.

View File

@ -13,7 +13,7 @@ class AntunnelService extends OS.application.BaseService
@onchildselect = (e) => @action e
init: () ->
@start() if @systemsetting.system.tunnel_uri
# @start() if @systemsetting.system.tunnel_uri
@watch 1500, () =>
new_status = false
new_status = true if Antunnel.tunnel isnt undefined

View File

@ -9,7 +9,7 @@
"author": "Xuan Sang LE",
"email": "xsang.le@lxsang.me"
},
"version":"0.1.4-a",
"version":"0.1.5-a",
"category":"Library",
"iconclass":"fa fa-adn",
"mimes":["none"],

View File

@ -1,6 +1,5 @@
{
"name": "Antunnel",
"root": "home://workspace/antosdk-apps/Antunnel",
"css": [],
"javascripts": [],
"coffees": ["coffees/Antunnel.coffee", "coffees/AntunnelService.coffee"],