Merge PR #449: ReverseSSH: Reworked plugin
commit
4e869c7dc3
|
|
@ -1001,11 +1001,15 @@ Description: nymea.io plugin for keba
|
|||
This package will install the nymea.io plugin for keba
|
||||
|
||||
|
||||
Package: nymea-plugin-remotessh
|
||||
Package: nymea-plugin-reversessh
|
||||
Architecture: any
|
||||
Depends: ${shlibs:Depends},
|
||||
${misc:Depends},
|
||||
sshpass,
|
||||
nymea-plugins-translations,
|
||||
Recommends: openssh-server
|
||||
Replaces: nymea-plugin-remotessh
|
||||
Conflicts: nymea-plugin-remotessh
|
||||
Description: nymea.io plugin to configure remotessh for your nymea:core
|
||||
The nymea daemon is a plugin based IoT (Internet of Things) server. The
|
||||
server works like a translator for devices, things and services and
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
usr/lib/@DEB_HOST_MULTIARCH@/nymea/plugins/libnymea_integrationpluginremotessh.so
|
||||
usr/lib/@DEB_HOST_MULTIARCH@/nymea/plugins/libnymea_integrationpluginreversessh.so
|
||||
|
|
@ -49,7 +49,7 @@ PLUGIN_DIRS = \
|
|||
shelly \
|
||||
solarlog \
|
||||
systemmonitor \
|
||||
remotessh \
|
||||
reversessh \
|
||||
senic \
|
||||
serialportcommander \
|
||||
simulation \
|
||||
|
|
|
|||
Loading…
Reference in New Issue