summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorDorian <[email protected]>2022-04-28 02:54:01 +0200
committerGitHub <[email protected]>2022-04-27 17:54:01 -0700
commit9ac2be5dd1a7fa14435c87ba9f68880a0f28e671 (patch)
tree564e97a61999b98189b45f6baec12dd6642699ed
parent7151c7337d2e1ade11f49e7c2c721813a4428ab7 (diff)
downloadcaprover-one-click-apps-9ac2be5dd1a7fa14435c87ba9f68880a0f28e671.tar.gz
caprover-one-click-apps-9ac2be5dd1a7fa14435c87ba9f68880a0f28e671.zip
Update FileRun to latest version (#653)
-rw-r--r--public/v4/apps/filerun.yml8
1 files changed, 4 insertions, 4 deletions
diff --git a/public/v4/apps/filerun.yml b/public/v4/apps/filerun.yml
index 5609ac9..248ce34 100644
--- a/public/v4/apps/filerun.yml
+++ b/public/v4/apps/filerun.yml
@@ -1,7 +1,7 @@
captainVersion: 4
services:
$$cap_appname:
- image: afian/filerun:$$cap_wp_version
+ image: filerun/filerun:$$cap_wp_version
volumes:
- $$cap_appname-html:/var/www/html
- $$cap_appname-userfiles:/user-files
@@ -39,8 +39,8 @@ caproverOneClickApp:
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
+ defaultValue: 'latest'
+ description: Use 'latest' tag for normal installation. Check out their Docker page for the valid tags https://hub.docker.com/r/filerun/filerun/tags
validRegex: /^([^\s^\/])+$/
instructions:
start: >-
@@ -60,4 +60,4 @@ caproverOneClickApp:
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/.
+ documentation: Taken from https://hub.docker.com/r/filerun/filerun/.