Merge PR #449: ReverseSSH: Reworked plugin
This commit is contained in:
commit
4e869c7dc3
6
debian/control
vendored
6
debian/control
vendored
@ -1001,11 +1001,15 @@ Description: nymea.io plugin for keba
|
|||||||
This package will install the 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
|
Architecture: any
|
||||||
Depends: ${shlibs:Depends},
|
Depends: ${shlibs:Depends},
|
||||||
${misc:Depends},
|
${misc:Depends},
|
||||||
|
sshpass,
|
||||||
nymea-plugins-translations,
|
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
|
Description: nymea.io plugin to configure remotessh for your nymea:core
|
||||||
The nymea daemon is a plugin based IoT (Internet of Things) server. The
|
The nymea daemon is a plugin based IoT (Internet of Things) server. The
|
||||||
server works like a translator for devices, things and services and
|
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 \
|
shelly \
|
||||||
solarlog \
|
solarlog \
|
||||||
systemmonitor \
|
systemmonitor \
|
||||||
remotessh \
|
reversessh \
|
||||||
senic \
|
senic \
|
||||||
serialportcommander \
|
serialportcommander \
|
||||||
simulation \
|
simulation \
|
||||||
|
|||||||
Reference in New Issue
Block a user