@@ -0,0 +1,26 @@
+module.exports = {
+ key: 'algolia',
+ title: 'Algolia',
+ props: ['applicationID', 'adminAPIKey'],
+ activate(opts) {
+
+ },
+ deactivate(opts) {
+ query(opts) {
+ created(opts) {
+ updated(opts) {
+ deleted(opts) {
+ renamed(opts) {
+ }
+}
+ key: 'azure',
+ title: 'Azure Search',
+ props: ['apiKey', 'applicationID'],
+ key: 'db',
+ title: 'Database (built-in)',
+ props: [],
+ key: 'elasticsearch',
+ title: 'Elasticsearch',
+ key: 'solr',
+ title: 'Solr',
@@ -0,0 +1,23 @@
+ title: 'Azure Blob Storage',
+ activate() {
+ deactivate() {
+ key: 'digitalocean',
+ title: 'DigialOcean Spaces',
@@ -1,8 +1,23 @@
module.exports = {
+ key: 'disk',
+ title: 'Local FS',
+ props: ['path'],
activate() {
},
deactivate() {
}
+ key: 'dropbox',
+ title: 'Dropbox',
+ key: 'gdrive',
+ title: 'Google Drive',
+ key: 'git',
+ title: 'Git',
+ key: 'onedrive',
+ title: 'OneDrive',
+ key: 's3',
+ title: 'Amazon S3',
+ key: 'scp',
+ title: 'SCP (SSH)',