summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorAmjed Ali <[email protected]>2021-07-04 22:26:08 +0530
committerGitHub <[email protected]>2021-07-04 09:56:08 -0700
commitbd3b580a5aafab5130d4ad441d2bceab4f4beb8b (patch)
tree2d56edf981dcb8dd3bfa6a0f0e788305662c5d5e
parent4cb276fe1b51cfb457f36ff72d5bcf9c029856d2 (diff)
downloadcaprover-one-click-apps-bd3b580a5aafab5130d4ad441d2bceab4f4beb8b.tar.gz
caprover-one-click-apps-bd3b580a5aafab5130d4ad441d2bceab4f4beb8b.zip
Add Filerun (#452)
* Added Filerun * Run npm run fromatter-write * Update filerun.yml
-rw-r--r--public/v4/apps/filerun.yml63
-rw-r--r--public/v4/logos/filerun.pngbin0 -> 5216 bytes
2 files changed, 63 insertions, 0 deletions
diff --git a/public/v4/apps/filerun.yml b/public/v4/apps/filerun.yml
new file mode 100644
index 0000000..5609ac9
--- /dev/null
+++ b/public/v4/apps/filerun.yml
@@ -0,0 +1,63 @@
+captainVersion: 4
+services:
+ $$cap_appname:
+ image: afian/filerun:$$cap_wp_version
+ volumes:
+ - $$cap_appname-html:/var/www/html
+ - $$cap_appname-userfiles:/user-files
+ restart: always
+ environment:
+ FR_DB_HOST: $$cap_db_host
+ FR_DB_PORT: $$cap_db_port
+ FR_DB_NAME: $$cap_db_name
+ FR_DB_USER: $$cap_db_user
+ FR_DB_PASS: $$cap_db_pass
+ APACHE_RUN_USER: www-data
+ APACHE_RUN_USER_ID: 33
+ APACHE_RUN_GROUP: www-data
+ APACHE_RUN_GROUP_ID: 33
+caproverOneClickApp:
+ variables:
+ - description: Database host. Remember Latest version of MYSQL use SHA256_Hashing plugin for authentication by default, If you are using MySQL database, change user password hashing plugin into Native authentication plugin.
+ defaultValue: srv-captain--xxx
+ id: $$cap_db_host
+ label: Database Host
+ - description: Database port. Default Value is 3306
+ defaultValue: '3306'
+ id: $$cap_db_port
+ label: Database Port
+ - description: Database name
+ defaultValue: filerun
+ id: $$cap_db_name
+ label: DB Name
+ - id: $$cap_db_user
+ label: Database user
+ defaultValue: filerunuser
+ - id: $$cap_db_pass
+ label: Database password
+ description: ''
+ validRegex: /.{1,}/
+ - id: $$cap_wp_version
+ label: Filerun Version.
+ defaultValue: ''
+ description: Use 'latest' tag for normal installation. If you wish to have LibreOffice included, use 'libreoffice' tag. Note that LibreOffice is considerably larger in disk size and memory usage. Check out their Docker page for the valid tags https://hub.docker.com/r/afian/filerun/tags
+ validRegex: /^([^\s^\/])+$/
+ instructions:
+ start: >-
+ FileRun is a self-hosted Google Drive alternative. It is a full featured web based file manager with an easy to use user interface. It is great for managing your photo, movie, audio collection, or sharing files with your family and friends.
+
+ Enter your Database Configuration parameters and click on next. A FileRun container will be created for you. The process will take about a minute for the process to finish.
+
+ Note: This app is intended for advanced users who'd like to have a central DB in a single container. You should start by configuring your DB first and then comeback with all the DB Information.
+ end: >-
+ FileRun is deployed and available as $$cap_appname-wordpress.
+
+ Username: superuser Password: superuser
+
+ IMPORTANT: It will take up to 2 minutes for FileRun to be ready. Before that, you might see a 502 error page.
+
+ Remember that this app will not create a Database by itself. You need to provide all that information.
+ displayName: FileRun - No DB
+ isOfficial: true
+ description: FileRun is a self-hosted Google Drive alternative. It is a full featured web based file manager with an easy to use user interface.
+ documentation: Taken from https://hub.docker.com/r/afian/filerun/.
diff --git a/public/v4/logos/filerun.png b/public/v4/logos/filerun.png
new file mode 100644
index 0000000..266c465
--- /dev/null
+++ b/public/v4/logos/filerun.png
Binary files differ