Browse Source

initial plugins

v1-1
Steven Foerster 4 years ago
parent
commit
78b9bf997a
  1. 0
      plugins/bitwarden/compose/docker-compose.yml
  2. 0
      plugins/bitwarden/environment/environment.sh
  3. BIN
      plugins/bitwarden/img/bitwarden.png
  4. 9
      plugins/bitwarden/mistborn.plugin
  5. 0
      plugins/bitwarden/service/plugin.service
  6. 0
      plugins/elasticsearch/compose/docker-compose.yml
  7. 0
      plugins/elasticsearch/environment/environment.sh
  8. 8
      plugins/elasticsearch/mistborn.plugin
  9. 0
      plugins/elasticsearch/resources/files/internal_users.yml
  10. 0
      plugins/elasticsearch/resources/init.sh
  11. 0
      plugins/elasticsearch/service/plugin.service
  12. 0
      plugins/guacamole/compose/docker-compose.yml
  13. 0
      plugins/guacamole/environment/environment.sh
  14. BIN
      plugins/guacamole/img/guacamole.png
  15. 10
      plugins/guacamole/mistborn.plugin
  16. 0
      plugins/guacamole/resources/init.sh
  17. 0
      plugins/guacamole/service/plugin.service
  18. 0
      plugins/homeassistant/compose/docker-compose.yml
  19. BIN
      plugins/homeassistant/img/homeassistant.png
  20. 9
      plugins/homeassistant/mistborn.plugin
  21. 0
      plugins/homeassistant/resources/init.sh
  22. 0
      plugins/homeassistant/service/plugin.service
  23. 0
      plugins/jellyfin/compose/docker-compose.yml
  24. BIN
      plugins/jellyfin/img/jellyfin.png
  25. 8
      plugins/jellyfin/mistborn.plugin
  26. 0
      plugins/jellyfin/service/plugin.service
  27. 0
      plugins/jitsi/compose/docker-compose.yml
  28. 0
      plugins/jitsi/environment/environment.sh
  29. BIN
      plugins/jitsi/img/jitsi.png
  30. 10
      plugins/jitsi/mistborn.plugin
  31. 0
      plugins/jitsi/resources/iptables_down.sh
  32. 0
      plugins/jitsi/resources/iptables_up.sh
  33. 0
      plugins/jitsi/service/plugin.service
  34. 0
      plugins/nextcloud/compose/docker-compose.yml
  35. 0
      plugins/nextcloud/environment/environment.sh
  36. BIN
      plugins/nextcloud/img/nextcloud.png
  37. 9
      plugins/nextcloud/mistborn.plugin
  38. 0
      plugins/nextcloud/service/plugin.service
  39. 0
      plugins/onlyoffice/compose/docker-compose.yml
  40. 0
      plugins/onlyoffice/environment/environment.sh
  41. BIN
      plugins/onlyoffice/img/onlyoffice.jpg
  42. 9
      plugins/onlyoffice/mistborn.plugin
  43. 0
      plugins/onlyoffice/service/plugin.service
  44. 0
      plugins/raspap/compose/docker-compose.yml
  45. 0
      plugins/raspap/environment/environment.sh
  46. BIN
      plugins/raspap/img/raspap.png
  47. 9
      plugins/raspap/mistborn.plugin
  48. 0
      plugins/raspap/service/plugin.service
  49. 0
      plugins/rocketchat/compose/docker-compose.yml
  50. 0
      plugins/rocketchat/environment/environment.sh
  51. BIN
      plugins/rocketchat/img/rocketchat.png
  52. 9
      plugins/rocketchat/mistborn.plugin
  53. 0
      plugins/rocketchat/service/plugin.service
  54. 0
      plugins/syncthing/compose/docker-compose.yml
  55. BIN
      plugins/syncthing/img/syncthing.png
  56. 8
      plugins/syncthing/mistborn.plugin
  57. 0
      plugins/syncthing/service/plugin.service
  58. 0
      plugins/tor/compose/docker-compose.yml
  59. BIN
      plugins/tor/img/tor.png
  60. 8
      plugins/tor/mistborn.plugin
  61. 0
      plugins/tor/service/plugin.service
  62. 0
      plugins/wazuh/compose/docker-compose.yml
  63. 0
      plugins/wazuh/environment/environment.sh
  64. 8
      plugins/wazuh/mistborn.plugin
  65. 0
      plugins/wazuh/resources/agent.sh
  66. 0
      plugins/wazuh/resources/agent_start.sh
  67. 0
      plugins/wazuh/resources/agent_stop.sh
  68. 0
      plugins/wazuh/resources/suricata/suricata_init.sh
  69. 0
      plugins/wazuh/resources/suricata/suricata_start.sh
  70. 0
      plugins/wazuh/resources/suricata/suricata_stop.sh
  71. 0
      plugins/wazuh/service/plugin.service

0
extra/bitwarden.yml → plugins/bitwarden/compose/docker-compose.yml

0
scripts/subinstallers/extra/bitwarden.sh → plugins/bitwarden/environment/environment.sh

BIN
plugins/bitwarden/img/bitwarden.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 23 KiB

9
plugins/bitwarden/mistborn.plugin

@ -0,0 +1,9 @@ @@ -0,0 +1,9 @@
[DEFAULT]
name = bitwarden
subdomain = bitwarden
desc = Bitwarden is a free and open-source password management service that stores sensitive information such as website credentials in an encrypted vault. The Bitwarden platform offers a variety of client applications including a web interface, desktop applications, browser extensions, mobile apps, and a CLI.
img = img/bitwarden.png
compose = compose/docker-compose.yml
service = service/plugin.service
environment = environment/environment.sh

0
scripts/services/Mistborn-bitwarden.service → plugins/bitwarden/service/plugin.service

0
extra/elasticsearch.yml → plugins/elasticsearch/compose/docker-compose.yml

0
scripts/subinstallers/extra/elasticsearch.sh → plugins/elasticsearch/environment/environment.sh

8
plugins/elasticsearch/mistborn.plugin

@ -0,0 +1,8 @@ @@ -0,0 +1,8 @@
[DEFAULT]
name = elasticsearch
subdomain = elasticsearch
compose = compose/docker-compose.yml
service = service/plugin.service
environment = environment/environment.sh
resources = resources

0
scripts/services/elasticsearch/files/internal_users.yml → plugins/elasticsearch/resources/files/internal_users.yml

0
scripts/services/elasticsearch/init.sh → plugins/elasticsearch/resources/init.sh

0
scripts/services/Mistborn-elasticsearch.service → plugins/elasticsearch/service/plugin.service

0
extra/guacamole.yml → plugins/guacamole/compose/docker-compose.yml

0
scripts/subinstallers/extra/guacamole.sh → plugins/guacamole/environment/environment.sh

BIN
plugins/guacamole/img/guacamole.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 36 KiB

10
plugins/guacamole/mistborn.plugin

@ -0,0 +1,10 @@ @@ -0,0 +1,10 @@
[DEFAULT]
name = guacamole
subdomain = guacamole
desc = Apache Guacamole is a clientless remote desktop gateway. It supports standard protocols like VNC, RDP, and SSH.
img = img/guacamole.png
compose = compose/docker-compose.yml
service = service/plugin.service
environment = environment/environment.sh
resources = resources

0
scripts/services/guacamole/init.sh → plugins/guacamole/resources/init.sh

0
scripts/services/Mistborn-guacamole.service → plugins/guacamole/service/plugin.service

0
extra/homeassistant.yml → plugins/homeassistant/compose/docker-compose.yml

BIN
plugins/homeassistant/img/homeassistant.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 56 KiB

9
plugins/homeassistant/mistborn.plugin

@ -0,0 +1,9 @@ @@ -0,0 +1,9 @@
[DEFAULT]
name = homeassistant
subdomain = homeassistant
desc = Home Assistant is an Open source home automation software that puts local control and privacy first.
img = img/homeassistant.png
compose = compose/docker-compose.yml
service = service/plugin.service
resources = resources

0
scripts/services/homeassistant/init.sh → plugins/homeassistant/resources/init.sh

0
scripts/services/Mistborn-homeassistant.service → plugins/homeassistant/service/plugin.service

0
extra/jellyfin.yml → plugins/jellyfin/compose/docker-compose.yml

BIN
plugins/jellyfin/img/jellyfin.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 24 KiB

8
plugins/jellyfin/mistborn.plugin

@ -0,0 +1,8 @@ @@ -0,0 +1,8 @@
[DEFAULT]
name = jellyfin
subdomain = jellyfin
desc = The Free Software Media System. Jellyfin is the volunteer-built media solution that puts you in control of your media. Stream to any device from your own server, with no strings attached.
img = img/jellyfin.png
compose = compose/docker-compose.yml
service = service/plugin.service

0
scripts/services/Mistborn-jellyfin.service → plugins/jellyfin/service/plugin.service

0
extra/jitsi-meet.yml → plugins/jitsi/compose/docker-compose.yml

0
scripts/subinstallers/extra/jitsi.sh → plugins/jitsi/environment/environment.sh

BIN
plugins/jitsi/img/jitsi.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 20 KiB

10
plugins/jitsi/mistborn.plugin

@ -0,0 +1,10 @@ @@ -0,0 +1,10 @@
[DEFAULT]
name = jitsi
subdomain = jitsi
desc = Jitsi is a collection of free and open-source multiplatform voice, videoconferencing and instant messaging applications for the web platform, Windows, Linux, Mac OS X and Android.
img = img/jitsi.png
compose = compose/docker-compose.yml
service = service/plugin.service
environment = environment/environment.sh
resources = resources

0
scripts/services/jitsi/iptables_down.sh → plugins/jitsi/resources/iptables_down.sh

0
scripts/services/jitsi/iptables_up.sh → plugins/jitsi/resources/iptables_up.sh

0
scripts/services/Mistborn-jitsi.service → plugins/jitsi/service/plugin.service

0
extra/nextcloud.yml → plugins/nextcloud/compose/docker-compose.yml

0
scripts/subinstallers/extra/nextcloud.sh → plugins/nextcloud/environment/environment.sh

BIN
plugins/nextcloud/img/nextcloud.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 18 KiB

9
plugins/nextcloud/mistborn.plugin

@ -0,0 +1,9 @@ @@ -0,0 +1,9 @@
[DEFAULT]
name = nextcloud
subdomain = nextcloud
desc = Nextcloud is a suite of client-server software for creating and using file hosting services. Nextcloud application functionally is similar to Dropbox.
img = img/nextcloud.png
compose = compose/docker-compose.yml
service = service/plugin.service
environment = environment/environment.sh

0
scripts/services/Mistborn-nextcloud.service → plugins/nextcloud/service/plugin.service

0
extra/onlyoffice.yml → plugins/onlyoffice/compose/docker-compose.yml

0
scripts/subinstallers/extra/onlyoffice.sh → plugins/onlyoffice/environment/environment.sh

BIN
plugins/onlyoffice/img/onlyoffice.jpg

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.5 KiB

9
plugins/onlyoffice/mistborn.plugin

@ -0,0 +1,9 @@ @@ -0,0 +1,9 @@
[DEFAULT]
name = onlyoffice
subdomain = onlyoffice
desc = An open source office suite featuring online document editors, platform for document management, corporate communication, mail and project management tools.
img = img/onlyoffice.jpg
compose = compose/docker-compose.yml
service = service/plugin.service
environment = environment/environment.sh

0
scripts/services/Mistborn-onlyoffice.service → plugins/onlyoffice/service/plugin.service

0
extra/raspap.yml → plugins/raspap/compose/docker-compose.yml

0
scripts/subinstallers/extra/raspap.sh → plugins/raspap/environment/environment.sh

BIN
plugins/raspap/img/raspap.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 122 KiB

9
plugins/raspap/mistborn.plugin

@ -0,0 +1,9 @@ @@ -0,0 +1,9 @@
[DEFAULT]
name = raspap
subdomain = raspap
desc = The easiest, full-featured wireless router setup for Debian-based devices. Period. (Mistborn integration in alpha testing)
img = img/raspap.png
compose = compose/docker-compose.yml
service = service/plugin.service
environment = environment/environment.sh

0
scripts/services/Mistborn-raspap.service → plugins/raspap/service/plugin.service

0
extra/rocketchat.yml → plugins/rocketchat/compose/docker-compose.yml

0
scripts/subinstallers/extra/rocketchat.sh → plugins/rocketchat/environment/environment.sh

BIN
plugins/rocketchat/img/rocketchat.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB

9
plugins/rocketchat/mistborn.plugin

@ -0,0 +1,9 @@ @@ -0,0 +1,9 @@
[DEFAULT]
name = rocketchat
subdomain = rocketchat
desc = Rocket.Chat is the leading open source team chat software solution.
img = img/rocketchat.png
compose = compose/docker-compose.yml
service = service/plugin.service
environment = environment/environment.sh

0
scripts/services/Mistborn-rocketchat.service → plugins/rocketchat/service/plugin.service

0
extra/syncthing.yml → plugins/syncthing/compose/docker-compose.yml

BIN
plugins/syncthing/img/syncthing.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 48 KiB

8
plugins/syncthing/mistborn.plugin

@ -0,0 +1,8 @@ @@ -0,0 +1,8 @@
[DEFAULT]
name = syncthing
subdomain = syncthing
desc = Syncthing is a free, open-source peer-to-peer file synchronization application available for Windows, Mac, Linux, Android, Solaris, Darwin, and BSD. It can sync files between devices on a local network, or between remote devices over the Internet. Data security and data safety are built into the design of the software.
img = img/syncthing.png
compose = compose/docker-compose.yml
service = service/plugin.service

0
scripts/services/Mistborn-syncthing.service → plugins/syncthing/service/plugin.service

0
extra/tor.yml → plugins/tor/compose/docker-compose.yml

BIN
plugins/tor/img/tor.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 25 KiB

8
plugins/tor/mistborn.plugin

@ -0,0 +1,8 @@ @@ -0,0 +1,8 @@
[DEFAULT]
name = tor
subdomain = tor
desc = Tor is free and open-source software for enabling anonymous communication.
img = img/tor.png
compose = compose/docker-compose.yml
service = service/plugin.service

0
scripts/services/Mistborn-tor.service → plugins/tor/service/plugin.service

0
extra/wazuh.yml → plugins/wazuh/compose/docker-compose.yml

0
scripts/subinstallers/extra/wazuh.sh → plugins/wazuh/environment/environment.sh

8
plugins/wazuh/mistborn.plugin

@ -0,0 +1,8 @@ @@ -0,0 +1,8 @@
[DEFAULT]
name = wazuh
subdomain = wazuh
compose = compose/docker-compose.yml
service = service/plugin.service
environment = environment/environment.sh
resources = resources

0
scripts/services/wazuh/agent.sh → plugins/wazuh/resources/agent.sh

0
scripts/services/wazuh/agent_start.sh → plugins/wazuh/resources/agent_start.sh

0
scripts/services/wazuh/agent_stop.sh → plugins/wazuh/resources/agent_stop.sh

0
scripts/services/wazuh/suricata/suricata_init.sh → plugins/wazuh/resources/suricata/suricata_init.sh

0
scripts/services/wazuh/suricata/suricata_start.sh → plugins/wazuh/resources/suricata/suricata_start.sh

0
scripts/services/wazuh/suricata/suricata_stop.sh → plugins/wazuh/resources/suricata/suricata_stop.sh

0
scripts/services/Mistborn-wazuh.service → plugins/wazuh/service/plugin.service

Loading…
Cancel
Save