forked from platypush/platypush
Added NextCloud integration [closes #149]
This commit is contained in:
parent
0af326fa11
commit
c0f7cc0782
12 changed files with 1049 additions and 3 deletions
docs/source
|
@ -41,6 +41,7 @@ Backends
|
|||
platypush/backend/music.mopidy.rst
|
||||
platypush/backend/music.mpd.rst
|
||||
platypush/backend/music.snapcast.rst
|
||||
platypush/backend/nextcloud.rst
|
||||
platypush/backend/nfc.rst
|
||||
platypush/backend/nodered.rst
|
||||
platypush/backend/ping.rst
|
||||
|
|
|
@ -28,6 +28,7 @@ Events
|
|||
platypush/events/http.hook.rst
|
||||
platypush/events/http.ota.booking.rst
|
||||
platypush/events/http.rss.rst
|
||||
platypush/events/inotify.rst
|
||||
platypush/events/joystick.rst
|
||||
platypush/events/kafka.rst
|
||||
platypush/events/light.rst
|
||||
|
@ -38,8 +39,8 @@ Events
|
|||
platypush/events/mqtt.rst
|
||||
platypush/events/music.rst
|
||||
platypush/events/music.snapcast.rst
|
||||
platypush/events/nextcloud.rst
|
||||
platypush/events/nfc.rst
|
||||
platypush/events/path.rst
|
||||
platypush/events/ping.rst
|
||||
platypush/events/pushbullet.rst
|
||||
platypush/events/qrcode.rst
|
||||
|
|
5
docs/source/platypush/backend/nextcloud.rst
Normal file
5
docs/source/platypush/backend/nextcloud.rst
Normal file
|
@ -0,0 +1,5 @@
|
|||
``platypush.backend.nextcloud``
|
||||
===============================
|
||||
|
||||
.. automodule:: platypush.backend.nextcloud
|
||||
:members:
|
5
docs/source/platypush/events/inotify.rst
Normal file
5
docs/source/platypush/events/inotify.rst
Normal file
|
@ -0,0 +1,5 @@
|
|||
``platypush.message.event.inotify``
|
||||
===================================
|
||||
|
||||
.. automodule:: platypush.message.event.inotify
|
||||
:members:
|
5
docs/source/platypush/events/nextcloud.rst
Normal file
5
docs/source/platypush/events/nextcloud.rst
Normal file
|
@ -0,0 +1,5 @@
|
|||
``platypush.message.event.nextcloud``
|
||||
=====================================
|
||||
|
||||
.. automodule:: platypush.message.event.nextcloud
|
||||
:members:
|
5
docs/source/platypush/plugins/nextcloud.rst
Normal file
5
docs/source/platypush/plugins/nextcloud.rst
Normal file
|
@ -0,0 +1,5 @@
|
|||
``platypush.plugins.nextcloud``
|
||||
===============================
|
||||
|
||||
.. automodule:: platypush.plugins.nextcloud
|
||||
:members:
|
|
@ -93,6 +93,7 @@ Plugins
|
|||
platypush/plugins/music.rst
|
||||
platypush/plugins/music.mpd.rst
|
||||
platypush/plugins/music.snapcast.rst
|
||||
platypush/plugins/nextcloud.rst
|
||||
platypush/plugins/nmap.rst
|
||||
platypush/plugins/otp.rst
|
||||
platypush/plugins/pihole.rst
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue