├── Airflow ├── airflow_information.md ├── airflow_installation.sh └── assets.zip ├── Chevereto ├── assets │ ├── chevereto-color.svg │ └── chevereto-white.svg ├── readme.md └── stackscript.sh ├── Haltdos_WAF_CE ├── assets.zip ├── assets │ └── dark.png ├── haltdos_waf_ce.md └── setup.sh ├── JetBackup ├── jetbackup-black.svg ├── jetbackup-marketplace-app │ └── index.md ├── jetbackup_color.svg ├── readme.md └── stackscript.sh ├── LICENSE ├── LiteSpeed_cPanel ├── assets │ └── litespeed-color.svg ├── litespeed_cpanel.sh └── readme.md ├── LiveSwitch ├── README.md ├── liveswitch_stackscript.sh └── ls-global-logo-2.svg ├── MagicSpam ├── MagicSpam_documentation.md ├── MagicSpam_sidebar.md ├── assets.zip ├── readme.md └── stackscript.sh ├── Nextcloud ├── logo.svg ├── readme.md ├── stackscript.sh └── submission.md ├── Nirvashare ├── nirvashare-logo-white.svg ├── nirvashare-logo.svg ├── readme.md └── stackscript.sh ├── Onlyoffice-Docs ├── assets.zip ├── assets │ ├── logo_colored.ai │ └── logo_white_bg.svg ├── readme.md └── stackscript.sh ├── OpenLiteSpeed_Django ├── assets │ └── openlitespeed-django-color.svg ├── openlitespeed_django.sh └── readme.md ├── OpenLiteSpeed_NodeJS ├── assets │ └── openlitespeed-nodejs-color.svg ├── openlitespeed_nodejs.sh └── readme.md ├── OpenLiteSpeed_Rails ├── assets │ └── openlitespeed-rails-color.svg ├── openlitespeed_rails.sh └── readme.md ├── Passky ├── logo.svg ├── readme.md └── stackscript.sh ├── SeaTable ├── logo.svg ├── readme.md ├── stackscript.sh └── submission.md ├── Serverwand ├── logos │ ├── serverwand-color.svg │ └── serverwand-white.svg ├── serverwand.md └── serverwand_stackscript.sh ├── UTunnel ├── assets │ ├── utunnel_logo_color.svg │ └── utunnel_logo_white.svg ├── readme.md └── utunnel.sh ├── WarpSpeed ├── assets │ ├── wirespeed-fullcolor.svg │ └── wirespeed-white.svg ├── readme.md └── warpspeed.sh ├── Yacht ├── assets.zip ├── assets │ ├── logo-dark.svg │ └── logo-light.svg ├── template.md └── yacht_stackscript.sh ├── aaPanel ├── assets │ └── aapanel-logo.svg ├── readme.md └── stackscript.sh ├── akaunting ├── akaunting_stackscript.sh ├── akaunting_template.md └── assets │ ├── akaunting.svg │ └── akaunting_white.svg ├── antmedia-enterprise ├── assets.zip ├── readme.md └── stackscript.sh ├── antmedia ├── assets.zip ├── readme.md └── stackscript.sh ├── appwrite ├── appwrite_stackscript.sh ├── assets │ ├── appwrite-light.svg │ └── appwrite.svg └── readme.md ├── bitninja ├── assets │ ├── bitninja_logo.svg │ └── bitninja_logo_colored.svg ├── bitninja_stackscript.sh └── template.md ├── budibase ├── .DS_Store ├── assets │ ├── budibase-light.svg │ └── budibase.svg ├── budibase_stackscript.sh └── template.md ├── cPanel ├── README.md ├── assets.zip ├── cPanel_information.txt └── cPanel_installonboot.sh ├── cloudron ├── assets │ ├── cloudron-white-background.svg │ └── cloudron.svg ├── cloudron_stackscript.sh └── template.md ├── cyberpanel ├── assets.zip ├── assets │ └── cyberpanel-color.svg ├── cyberpanel_stackscript.sh └── template.md ├── easypanel ├── assets │ ├── easypanel.svg │ └── easypanel_white.svg ├── documentation.md ├── stackscript.sh └── template.md ├── example_submission ├── assets │ ├── linode.svg │ └── linode_white.svg ├── example_documentation.md ├── example_stackscript.sh └── example_template.md ├── filecloud ├── filecloud.svg ├── filecloud_documentation.md ├── filecloud_stackscript.sh └── template.md ├── gopaddle ├── .DS_Store ├── assets.zip ├── readme.md ├── stackscript.sh └── template.md ├── illa-builder ├── assets │ ├── illa.svg │ └── illa_white.svg ├── stackscript.sh └── template.md ├── kepler ├── assets.zip ├── kepler.md └── kepler_stackscript.sh ├── microweber ├── assets │ ├── microweber-color.svg │ └── microweber-white.svg ├── readme.md └── stackscript.sh ├── mist ├── description.md ├── mist logo.svg ├── mist_logo_white_bg.svg └── mist_stackscript.sh ├── ownCloud ├── logo.svg ├── owncloud_documentation.md ├── readme.md ├── stackscript.sh └── submission.md ├── owncast ├── assets.zip ├── assets │ ├── owncast-logo-color.svg │ └── owncast-logo-white.svg ├── owncast_stackscript.sh ├── readme.md └── submission.md ├── peppermint ├── assets │ ├── peppermint.svg │ └── peppermint_color.svg ├── peppermint_documentation.md ├── peppermint_stackscript.sh └── template.md ├── readme.md ├── restyaboard ├── assets │ ├── restyaboard.svg │ └── restyaboard_white.svg ├── restyaboard_stackscripts.sh └── template.md ├── superinsight ├── assets.zip ├── assets │ └── superinsight-color.svg ├── readme.md └── stackscript.sh ├── victoriametrics-single ├── assets │ └── VictoriaMetrics_logo.eps ├── template.md ├── victoriametrics_documentation.md └── victoriametrics_stackscript.sh └── zabbix ├── assets └── zabbix.svg ├── template.md ├── zabbix_documentation.md └── zabbix_stackscript.sh /Airflow/airflow_information.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linode/Marketplace-Apps/HEAD/Airflow/airflow_information.md -------------------------------------------------------------------------------- /Airflow/airflow_installation.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linode/Marketplace-Apps/HEAD/Airflow/airflow_installation.sh -------------------------------------------------------------------------------- /Airflow/assets.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linode/Marketplace-Apps/HEAD/Airflow/assets.zip -------------------------------------------------------------------------------- /Chevereto/assets/chevereto-color.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linode/Marketplace-Apps/HEAD/Chevereto/assets/chevereto-color.svg -------------------------------------------------------------------------------- /Chevereto/assets/chevereto-white.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linode/Marketplace-Apps/HEAD/Chevereto/assets/chevereto-white.svg -------------------------------------------------------------------------------- /Chevereto/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linode/Marketplace-Apps/HEAD/Chevereto/readme.md -------------------------------------------------------------------------------- /Chevereto/stackscript.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linode/Marketplace-Apps/HEAD/Chevereto/stackscript.sh -------------------------------------------------------------------------------- /Haltdos_WAF_CE/assets.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linode/Marketplace-Apps/HEAD/Haltdos_WAF_CE/assets.zip -------------------------------------------------------------------------------- /Haltdos_WAF_CE/assets/dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linode/Marketplace-Apps/HEAD/Haltdos_WAF_CE/assets/dark.png -------------------------------------------------------------------------------- /Haltdos_WAF_CE/haltdos_waf_ce.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linode/Marketplace-Apps/HEAD/Haltdos_WAF_CE/haltdos_waf_ce.md -------------------------------------------------------------------------------- /Haltdos_WAF_CE/setup.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linode/Marketplace-Apps/HEAD/Haltdos_WAF_CE/setup.sh -------------------------------------------------------------------------------- /JetBackup/jetbackup-black.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linode/Marketplace-Apps/HEAD/JetBackup/jetbackup-black.svg -------------------------------------------------------------------------------- /JetBackup/jetbackup-marketplace-app/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linode/Marketplace-Apps/HEAD/JetBackup/jetbackup-marketplace-app/index.md -------------------------------------------------------------------------------- /JetBackup/jetbackup_color.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linode/Marketplace-Apps/HEAD/JetBackup/jetbackup_color.svg -------------------------------------------------------------------------------- /JetBackup/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linode/Marketplace-Apps/HEAD/JetBackup/readme.md -------------------------------------------------------------------------------- /JetBackup/stackscript.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linode/Marketplace-Apps/HEAD/JetBackup/stackscript.sh -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linode/Marketplace-Apps/HEAD/LICENSE -------------------------------------------------------------------------------- /LiteSpeed_cPanel/assets/litespeed-color.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linode/Marketplace-Apps/HEAD/LiteSpeed_cPanel/assets/litespeed-color.svg -------------------------------------------------------------------------------- /LiteSpeed_cPanel/litespeed_cpanel.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linode/Marketplace-Apps/HEAD/LiteSpeed_cPanel/litespeed_cpanel.sh -------------------------------------------------------------------------------- /LiteSpeed_cPanel/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linode/Marketplace-Apps/HEAD/LiteSpeed_cPanel/readme.md -------------------------------------------------------------------------------- /LiveSwitch/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linode/Marketplace-Apps/HEAD/LiveSwitch/README.md -------------------------------------------------------------------------------- /LiveSwitch/liveswitch_stackscript.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linode/Marketplace-Apps/HEAD/LiveSwitch/liveswitch_stackscript.sh -------------------------------------------------------------------------------- /LiveSwitch/ls-global-logo-2.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linode/Marketplace-Apps/HEAD/LiveSwitch/ls-global-logo-2.svg -------------------------------------------------------------------------------- /MagicSpam/MagicSpam_documentation.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linode/Marketplace-Apps/HEAD/MagicSpam/MagicSpam_documentation.md -------------------------------------------------------------------------------- /MagicSpam/MagicSpam_sidebar.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linode/Marketplace-Apps/HEAD/MagicSpam/MagicSpam_sidebar.md -------------------------------------------------------------------------------- /MagicSpam/assets.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linode/Marketplace-Apps/HEAD/MagicSpam/assets.zip -------------------------------------------------------------------------------- /MagicSpam/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linode/Marketplace-Apps/HEAD/MagicSpam/readme.md -------------------------------------------------------------------------------- /MagicSpam/stackscript.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linode/Marketplace-Apps/HEAD/MagicSpam/stackscript.sh -------------------------------------------------------------------------------- /Nextcloud/logo.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linode/Marketplace-Apps/HEAD/Nextcloud/logo.svg -------------------------------------------------------------------------------- /Nextcloud/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linode/Marketplace-Apps/HEAD/Nextcloud/readme.md -------------------------------------------------------------------------------- /Nextcloud/stackscript.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linode/Marketplace-Apps/HEAD/Nextcloud/stackscript.sh -------------------------------------------------------------------------------- /Nextcloud/submission.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linode/Marketplace-Apps/HEAD/Nextcloud/submission.md -------------------------------------------------------------------------------- /Nirvashare/nirvashare-logo-white.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linode/Marketplace-Apps/HEAD/Nirvashare/nirvashare-logo-white.svg -------------------------------------------------------------------------------- /Nirvashare/nirvashare-logo.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linode/Marketplace-Apps/HEAD/Nirvashare/nirvashare-logo.svg -------------------------------------------------------------------------------- /Nirvashare/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linode/Marketplace-Apps/HEAD/Nirvashare/readme.md -------------------------------------------------------------------------------- /Nirvashare/stackscript.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linode/Marketplace-Apps/HEAD/Nirvashare/stackscript.sh -------------------------------------------------------------------------------- /Onlyoffice-Docs/assets.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linode/Marketplace-Apps/HEAD/Onlyoffice-Docs/assets.zip -------------------------------------------------------------------------------- /Onlyoffice-Docs/assets/logo_colored.ai: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linode/Marketplace-Apps/HEAD/Onlyoffice-Docs/assets/logo_colored.ai -------------------------------------------------------------------------------- /Onlyoffice-Docs/assets/logo_white_bg.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linode/Marketplace-Apps/HEAD/Onlyoffice-Docs/assets/logo_white_bg.svg -------------------------------------------------------------------------------- /Onlyoffice-Docs/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linode/Marketplace-Apps/HEAD/Onlyoffice-Docs/readme.md -------------------------------------------------------------------------------- /Onlyoffice-Docs/stackscript.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linode/Marketplace-Apps/HEAD/Onlyoffice-Docs/stackscript.sh -------------------------------------------------------------------------------- /OpenLiteSpeed_Django/assets/openlitespeed-django-color.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linode/Marketplace-Apps/HEAD/OpenLiteSpeed_Django/assets/openlitespeed-django-color.svg -------------------------------------------------------------------------------- /OpenLiteSpeed_Django/openlitespeed_django.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linode/Marketplace-Apps/HEAD/OpenLiteSpeed_Django/openlitespeed_django.sh -------------------------------------------------------------------------------- /OpenLiteSpeed_Django/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linode/Marketplace-Apps/HEAD/OpenLiteSpeed_Django/readme.md -------------------------------------------------------------------------------- /OpenLiteSpeed_NodeJS/assets/openlitespeed-nodejs-color.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linode/Marketplace-Apps/HEAD/OpenLiteSpeed_NodeJS/assets/openlitespeed-nodejs-color.svg -------------------------------------------------------------------------------- /OpenLiteSpeed_NodeJS/openlitespeed_nodejs.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linode/Marketplace-Apps/HEAD/OpenLiteSpeed_NodeJS/openlitespeed_nodejs.sh -------------------------------------------------------------------------------- /OpenLiteSpeed_NodeJS/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linode/Marketplace-Apps/HEAD/OpenLiteSpeed_NodeJS/readme.md -------------------------------------------------------------------------------- /OpenLiteSpeed_Rails/assets/openlitespeed-rails-color.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linode/Marketplace-Apps/HEAD/OpenLiteSpeed_Rails/assets/openlitespeed-rails-color.svg -------------------------------------------------------------------------------- /OpenLiteSpeed_Rails/openlitespeed_rails.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linode/Marketplace-Apps/HEAD/OpenLiteSpeed_Rails/openlitespeed_rails.sh -------------------------------------------------------------------------------- /OpenLiteSpeed_Rails/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linode/Marketplace-Apps/HEAD/OpenLiteSpeed_Rails/readme.md -------------------------------------------------------------------------------- /Passky/logo.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linode/Marketplace-Apps/HEAD/Passky/logo.svg -------------------------------------------------------------------------------- /Passky/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linode/Marketplace-Apps/HEAD/Passky/readme.md -------------------------------------------------------------------------------- /Passky/stackscript.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linode/Marketplace-Apps/HEAD/Passky/stackscript.sh -------------------------------------------------------------------------------- /SeaTable/logo.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linode/Marketplace-Apps/HEAD/SeaTable/logo.svg -------------------------------------------------------------------------------- /SeaTable/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linode/Marketplace-Apps/HEAD/SeaTable/readme.md -------------------------------------------------------------------------------- /SeaTable/stackscript.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linode/Marketplace-Apps/HEAD/SeaTable/stackscript.sh -------------------------------------------------------------------------------- /SeaTable/submission.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linode/Marketplace-Apps/HEAD/SeaTable/submission.md -------------------------------------------------------------------------------- /Serverwand/logos/serverwand-color.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linode/Marketplace-Apps/HEAD/Serverwand/logos/serverwand-color.svg -------------------------------------------------------------------------------- /Serverwand/logos/serverwand-white.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linode/Marketplace-Apps/HEAD/Serverwand/logos/serverwand-white.svg -------------------------------------------------------------------------------- /Serverwand/serverwand.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linode/Marketplace-Apps/HEAD/Serverwand/serverwand.md -------------------------------------------------------------------------------- /Serverwand/serverwand_stackscript.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linode/Marketplace-Apps/HEAD/Serverwand/serverwand_stackscript.sh -------------------------------------------------------------------------------- /UTunnel/assets/utunnel_logo_color.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linode/Marketplace-Apps/HEAD/UTunnel/assets/utunnel_logo_color.svg -------------------------------------------------------------------------------- /UTunnel/assets/utunnel_logo_white.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linode/Marketplace-Apps/HEAD/UTunnel/assets/utunnel_logo_white.svg -------------------------------------------------------------------------------- /UTunnel/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linode/Marketplace-Apps/HEAD/UTunnel/readme.md -------------------------------------------------------------------------------- /UTunnel/utunnel.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linode/Marketplace-Apps/HEAD/UTunnel/utunnel.sh -------------------------------------------------------------------------------- /WarpSpeed/assets/wirespeed-fullcolor.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linode/Marketplace-Apps/HEAD/WarpSpeed/assets/wirespeed-fullcolor.svg -------------------------------------------------------------------------------- /WarpSpeed/assets/wirespeed-white.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linode/Marketplace-Apps/HEAD/WarpSpeed/assets/wirespeed-white.svg -------------------------------------------------------------------------------- /WarpSpeed/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linode/Marketplace-Apps/HEAD/WarpSpeed/readme.md -------------------------------------------------------------------------------- /WarpSpeed/warpspeed.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linode/Marketplace-Apps/HEAD/WarpSpeed/warpspeed.sh -------------------------------------------------------------------------------- /Yacht/assets.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linode/Marketplace-Apps/HEAD/Yacht/assets.zip -------------------------------------------------------------------------------- /Yacht/assets/logo-dark.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linode/Marketplace-Apps/HEAD/Yacht/assets/logo-dark.svg -------------------------------------------------------------------------------- /Yacht/assets/logo-light.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linode/Marketplace-Apps/HEAD/Yacht/assets/logo-light.svg -------------------------------------------------------------------------------- /Yacht/template.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linode/Marketplace-Apps/HEAD/Yacht/template.md -------------------------------------------------------------------------------- /Yacht/yacht_stackscript.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linode/Marketplace-Apps/HEAD/Yacht/yacht_stackscript.sh -------------------------------------------------------------------------------- /aaPanel/assets/aapanel-logo.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linode/Marketplace-Apps/HEAD/aaPanel/assets/aapanel-logo.svg -------------------------------------------------------------------------------- /aaPanel/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linode/Marketplace-Apps/HEAD/aaPanel/readme.md -------------------------------------------------------------------------------- /aaPanel/stackscript.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linode/Marketplace-Apps/HEAD/aaPanel/stackscript.sh -------------------------------------------------------------------------------- /akaunting/akaunting_stackscript.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linode/Marketplace-Apps/HEAD/akaunting/akaunting_stackscript.sh -------------------------------------------------------------------------------- /akaunting/akaunting_template.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linode/Marketplace-Apps/HEAD/akaunting/akaunting_template.md -------------------------------------------------------------------------------- /akaunting/assets/akaunting.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linode/Marketplace-Apps/HEAD/akaunting/assets/akaunting.svg -------------------------------------------------------------------------------- /akaunting/assets/akaunting_white.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linode/Marketplace-Apps/HEAD/akaunting/assets/akaunting_white.svg -------------------------------------------------------------------------------- /antmedia-enterprise/assets.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linode/Marketplace-Apps/HEAD/antmedia-enterprise/assets.zip -------------------------------------------------------------------------------- /antmedia-enterprise/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linode/Marketplace-Apps/HEAD/antmedia-enterprise/readme.md -------------------------------------------------------------------------------- /antmedia-enterprise/stackscript.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linode/Marketplace-Apps/HEAD/antmedia-enterprise/stackscript.sh -------------------------------------------------------------------------------- /antmedia/assets.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linode/Marketplace-Apps/HEAD/antmedia/assets.zip -------------------------------------------------------------------------------- /antmedia/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linode/Marketplace-Apps/HEAD/antmedia/readme.md -------------------------------------------------------------------------------- /antmedia/stackscript.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linode/Marketplace-Apps/HEAD/antmedia/stackscript.sh -------------------------------------------------------------------------------- /appwrite/appwrite_stackscript.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linode/Marketplace-Apps/HEAD/appwrite/appwrite_stackscript.sh -------------------------------------------------------------------------------- /appwrite/assets/appwrite-light.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linode/Marketplace-Apps/HEAD/appwrite/assets/appwrite-light.svg -------------------------------------------------------------------------------- /appwrite/assets/appwrite.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linode/Marketplace-Apps/HEAD/appwrite/assets/appwrite.svg -------------------------------------------------------------------------------- /appwrite/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linode/Marketplace-Apps/HEAD/appwrite/readme.md -------------------------------------------------------------------------------- /bitninja/assets/bitninja_logo.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linode/Marketplace-Apps/HEAD/bitninja/assets/bitninja_logo.svg -------------------------------------------------------------------------------- /bitninja/assets/bitninja_logo_colored.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linode/Marketplace-Apps/HEAD/bitninja/assets/bitninja_logo_colored.svg -------------------------------------------------------------------------------- /bitninja/bitninja_stackscript.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linode/Marketplace-Apps/HEAD/bitninja/bitninja_stackscript.sh -------------------------------------------------------------------------------- /bitninja/template.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linode/Marketplace-Apps/HEAD/bitninja/template.md -------------------------------------------------------------------------------- /budibase/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linode/Marketplace-Apps/HEAD/budibase/.DS_Store -------------------------------------------------------------------------------- /budibase/assets/budibase-light.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linode/Marketplace-Apps/HEAD/budibase/assets/budibase-light.svg -------------------------------------------------------------------------------- /budibase/assets/budibase.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linode/Marketplace-Apps/HEAD/budibase/assets/budibase.svg -------------------------------------------------------------------------------- /budibase/budibase_stackscript.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linode/Marketplace-Apps/HEAD/budibase/budibase_stackscript.sh -------------------------------------------------------------------------------- /budibase/template.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linode/Marketplace-Apps/HEAD/budibase/template.md -------------------------------------------------------------------------------- /cPanel/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linode/Marketplace-Apps/HEAD/cPanel/README.md -------------------------------------------------------------------------------- /cPanel/assets.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linode/Marketplace-Apps/HEAD/cPanel/assets.zip -------------------------------------------------------------------------------- /cPanel/cPanel_information.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linode/Marketplace-Apps/HEAD/cPanel/cPanel_information.txt -------------------------------------------------------------------------------- /cPanel/cPanel_installonboot.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linode/Marketplace-Apps/HEAD/cPanel/cPanel_installonboot.sh -------------------------------------------------------------------------------- /cloudron/assets/cloudron-white-background.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linode/Marketplace-Apps/HEAD/cloudron/assets/cloudron-white-background.svg -------------------------------------------------------------------------------- /cloudron/assets/cloudron.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linode/Marketplace-Apps/HEAD/cloudron/assets/cloudron.svg -------------------------------------------------------------------------------- /cloudron/cloudron_stackscript.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linode/Marketplace-Apps/HEAD/cloudron/cloudron_stackscript.sh -------------------------------------------------------------------------------- /cloudron/template.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linode/Marketplace-Apps/HEAD/cloudron/template.md -------------------------------------------------------------------------------- /cyberpanel/assets.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linode/Marketplace-Apps/HEAD/cyberpanel/assets.zip -------------------------------------------------------------------------------- /cyberpanel/assets/cyberpanel-color.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linode/Marketplace-Apps/HEAD/cyberpanel/assets/cyberpanel-color.svg -------------------------------------------------------------------------------- /cyberpanel/cyberpanel_stackscript.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linode/Marketplace-Apps/HEAD/cyberpanel/cyberpanel_stackscript.sh -------------------------------------------------------------------------------- /cyberpanel/template.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linode/Marketplace-Apps/HEAD/cyberpanel/template.md -------------------------------------------------------------------------------- /easypanel/assets/easypanel.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linode/Marketplace-Apps/HEAD/easypanel/assets/easypanel.svg -------------------------------------------------------------------------------- /easypanel/assets/easypanel_white.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linode/Marketplace-Apps/HEAD/easypanel/assets/easypanel_white.svg -------------------------------------------------------------------------------- /easypanel/documentation.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linode/Marketplace-Apps/HEAD/easypanel/documentation.md -------------------------------------------------------------------------------- /easypanel/stackscript.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linode/Marketplace-Apps/HEAD/easypanel/stackscript.sh -------------------------------------------------------------------------------- /easypanel/template.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linode/Marketplace-Apps/HEAD/easypanel/template.md -------------------------------------------------------------------------------- /example_submission/assets/linode.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linode/Marketplace-Apps/HEAD/example_submission/assets/linode.svg -------------------------------------------------------------------------------- /example_submission/assets/linode_white.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linode/Marketplace-Apps/HEAD/example_submission/assets/linode_white.svg -------------------------------------------------------------------------------- /example_submission/example_documentation.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linode/Marketplace-Apps/HEAD/example_submission/example_documentation.md -------------------------------------------------------------------------------- /example_submission/example_stackscript.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linode/Marketplace-Apps/HEAD/example_submission/example_stackscript.sh -------------------------------------------------------------------------------- /example_submission/example_template.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linode/Marketplace-Apps/HEAD/example_submission/example_template.md -------------------------------------------------------------------------------- /filecloud/filecloud.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linode/Marketplace-Apps/HEAD/filecloud/filecloud.svg -------------------------------------------------------------------------------- /filecloud/filecloud_documentation.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linode/Marketplace-Apps/HEAD/filecloud/filecloud_documentation.md -------------------------------------------------------------------------------- /filecloud/filecloud_stackscript.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linode/Marketplace-Apps/HEAD/filecloud/filecloud_stackscript.sh -------------------------------------------------------------------------------- /filecloud/template.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linode/Marketplace-Apps/HEAD/filecloud/template.md -------------------------------------------------------------------------------- /gopaddle/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linode/Marketplace-Apps/HEAD/gopaddle/.DS_Store -------------------------------------------------------------------------------- /gopaddle/assets.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linode/Marketplace-Apps/HEAD/gopaddle/assets.zip -------------------------------------------------------------------------------- /gopaddle/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linode/Marketplace-Apps/HEAD/gopaddle/readme.md -------------------------------------------------------------------------------- /gopaddle/stackscript.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linode/Marketplace-Apps/HEAD/gopaddle/stackscript.sh -------------------------------------------------------------------------------- /gopaddle/template.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linode/Marketplace-Apps/HEAD/gopaddle/template.md -------------------------------------------------------------------------------- /illa-builder/assets/illa.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linode/Marketplace-Apps/HEAD/illa-builder/assets/illa.svg -------------------------------------------------------------------------------- /illa-builder/assets/illa_white.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linode/Marketplace-Apps/HEAD/illa-builder/assets/illa_white.svg -------------------------------------------------------------------------------- /illa-builder/stackscript.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linode/Marketplace-Apps/HEAD/illa-builder/stackscript.sh -------------------------------------------------------------------------------- /illa-builder/template.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linode/Marketplace-Apps/HEAD/illa-builder/template.md -------------------------------------------------------------------------------- /kepler/assets.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linode/Marketplace-Apps/HEAD/kepler/assets.zip -------------------------------------------------------------------------------- /kepler/kepler.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linode/Marketplace-Apps/HEAD/kepler/kepler.md -------------------------------------------------------------------------------- /kepler/kepler_stackscript.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linode/Marketplace-Apps/HEAD/kepler/kepler_stackscript.sh -------------------------------------------------------------------------------- /microweber/assets/microweber-color.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linode/Marketplace-Apps/HEAD/microweber/assets/microweber-color.svg -------------------------------------------------------------------------------- /microweber/assets/microweber-white.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linode/Marketplace-Apps/HEAD/microweber/assets/microweber-white.svg -------------------------------------------------------------------------------- /microweber/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linode/Marketplace-Apps/HEAD/microweber/readme.md -------------------------------------------------------------------------------- /microweber/stackscript.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linode/Marketplace-Apps/HEAD/microweber/stackscript.sh -------------------------------------------------------------------------------- /mist/description.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linode/Marketplace-Apps/HEAD/mist/description.md -------------------------------------------------------------------------------- /mist/mist logo.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linode/Marketplace-Apps/HEAD/mist/mist logo.svg -------------------------------------------------------------------------------- /mist/mist_logo_white_bg.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linode/Marketplace-Apps/HEAD/mist/mist_logo_white_bg.svg -------------------------------------------------------------------------------- /mist/mist_stackscript.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linode/Marketplace-Apps/HEAD/mist/mist_stackscript.sh -------------------------------------------------------------------------------- /ownCloud/logo.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linode/Marketplace-Apps/HEAD/ownCloud/logo.svg -------------------------------------------------------------------------------- /ownCloud/owncloud_documentation.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linode/Marketplace-Apps/HEAD/ownCloud/owncloud_documentation.md -------------------------------------------------------------------------------- /ownCloud/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linode/Marketplace-Apps/HEAD/ownCloud/readme.md -------------------------------------------------------------------------------- /ownCloud/stackscript.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linode/Marketplace-Apps/HEAD/ownCloud/stackscript.sh -------------------------------------------------------------------------------- /ownCloud/submission.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linode/Marketplace-Apps/HEAD/ownCloud/submission.md -------------------------------------------------------------------------------- /owncast/assets.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linode/Marketplace-Apps/HEAD/owncast/assets.zip -------------------------------------------------------------------------------- /owncast/assets/owncast-logo-color.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linode/Marketplace-Apps/HEAD/owncast/assets/owncast-logo-color.svg -------------------------------------------------------------------------------- /owncast/assets/owncast-logo-white.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linode/Marketplace-Apps/HEAD/owncast/assets/owncast-logo-white.svg -------------------------------------------------------------------------------- /owncast/owncast_stackscript.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linode/Marketplace-Apps/HEAD/owncast/owncast_stackscript.sh -------------------------------------------------------------------------------- /owncast/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linode/Marketplace-Apps/HEAD/owncast/readme.md -------------------------------------------------------------------------------- /owncast/submission.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linode/Marketplace-Apps/HEAD/owncast/submission.md -------------------------------------------------------------------------------- /peppermint/assets/peppermint.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linode/Marketplace-Apps/HEAD/peppermint/assets/peppermint.svg -------------------------------------------------------------------------------- /peppermint/assets/peppermint_color.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linode/Marketplace-Apps/HEAD/peppermint/assets/peppermint_color.svg -------------------------------------------------------------------------------- /peppermint/peppermint_documentation.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linode/Marketplace-Apps/HEAD/peppermint/peppermint_documentation.md -------------------------------------------------------------------------------- /peppermint/peppermint_stackscript.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linode/Marketplace-Apps/HEAD/peppermint/peppermint_stackscript.sh -------------------------------------------------------------------------------- /peppermint/template.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linode/Marketplace-Apps/HEAD/peppermint/template.md -------------------------------------------------------------------------------- /readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linode/Marketplace-Apps/HEAD/readme.md -------------------------------------------------------------------------------- /restyaboard/assets/restyaboard.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linode/Marketplace-Apps/HEAD/restyaboard/assets/restyaboard.svg -------------------------------------------------------------------------------- /restyaboard/assets/restyaboard_white.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linode/Marketplace-Apps/HEAD/restyaboard/assets/restyaboard_white.svg -------------------------------------------------------------------------------- /restyaboard/restyaboard_stackscripts.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linode/Marketplace-Apps/HEAD/restyaboard/restyaboard_stackscripts.sh -------------------------------------------------------------------------------- /restyaboard/template.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linode/Marketplace-Apps/HEAD/restyaboard/template.md -------------------------------------------------------------------------------- /superinsight/assets.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linode/Marketplace-Apps/HEAD/superinsight/assets.zip -------------------------------------------------------------------------------- /superinsight/assets/superinsight-color.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linode/Marketplace-Apps/HEAD/superinsight/assets/superinsight-color.svg -------------------------------------------------------------------------------- /superinsight/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linode/Marketplace-Apps/HEAD/superinsight/readme.md -------------------------------------------------------------------------------- /superinsight/stackscript.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linode/Marketplace-Apps/HEAD/superinsight/stackscript.sh -------------------------------------------------------------------------------- /victoriametrics-single/assets/VictoriaMetrics_logo.eps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linode/Marketplace-Apps/HEAD/victoriametrics-single/assets/VictoriaMetrics_logo.eps -------------------------------------------------------------------------------- /victoriametrics-single/template.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linode/Marketplace-Apps/HEAD/victoriametrics-single/template.md -------------------------------------------------------------------------------- /victoriametrics-single/victoriametrics_documentation.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linode/Marketplace-Apps/HEAD/victoriametrics-single/victoriametrics_documentation.md -------------------------------------------------------------------------------- /victoriametrics-single/victoriametrics_stackscript.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linode/Marketplace-Apps/HEAD/victoriametrics-single/victoriametrics_stackscript.sh -------------------------------------------------------------------------------- /zabbix/assets/zabbix.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linode/Marketplace-Apps/HEAD/zabbix/assets/zabbix.svg -------------------------------------------------------------------------------- /zabbix/template.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linode/Marketplace-Apps/HEAD/zabbix/template.md -------------------------------------------------------------------------------- /zabbix/zabbix_documentation.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linode/Marketplace-Apps/HEAD/zabbix/zabbix_documentation.md -------------------------------------------------------------------------------- /zabbix/zabbix_stackscript.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/linode/Marketplace-Apps/HEAD/zabbix/zabbix_stackscript.sh --------------------------------------------------------------------------------