mirror of
https://github.com/YunoHost-Apps/filebrowser_ynh.git
synced 2024-09-03 18:36:05 +02:00
commit
d4f49414ad
4 changed files with 7 additions and 7 deletions
8
.github/workflows/updater.sh
vendored
8
.github/workflows/updater.sh
vendored
|
@ -10,7 +10,7 @@
|
|||
# automatic actions when a new upstream release is detected.
|
||||
|
||||
# Remove this exit command when you are ready to run this Action
|
||||
exit 1
|
||||
#exit 1
|
||||
|
||||
#=================================================
|
||||
# FETCHING LATEST RELEASE AND ITS ASSETS
|
||||
|
@ -66,13 +66,13 @@ echo "Handling asset at $asset_url"
|
|||
# Here we base the source file name upon a unique keyword in the assets url (admin vs. update)
|
||||
# Leave $src empty to ignore the asset
|
||||
case $asset_url in
|
||||
*"/linux-amd64-filebrowser.tar.gz"*)
|
||||
*"/linux-amd64-filebrowser.tar.gz")
|
||||
src="amd64"
|
||||
;;
|
||||
*"/linux-arm64-filebrowser.tar.gz"*)
|
||||
*"/linux-arm64-filebrowser.tar.gz")
|
||||
src="arm64"
|
||||
;;
|
||||
*"/linux-armv7-filebrowser.tar.gz"*)
|
||||
*"/linux-armv7-filebrowser.tar.gz")
|
||||
src="armhf"
|
||||
;;
|
||||
esac
|
||||
|
|
|
@ -18,7 +18,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in
|
|||
filebrowser provides a file managing interface within a specified directory and it can be used to upload, delete, preview, rename and edit your files. It allows the creation of multiple users and each user can have its own directory. It can be used as a standalone app or as a middleware.
|
||||
|
||||
|
||||
**Shipped version:** 2.21.1~ynh2
|
||||
**Shipped version:** 2.21.1~ynh3
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -14,7 +14,7 @@ Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour
|
|||
filebrowser provides a file managing interface within a specified directory and it can be used to upload, delete, preview, rename and edit your files. It allows the creation of multiple users and each user can have its own directory. It can be used as a standalone app or as a middleware.
|
||||
|
||||
|
||||
**Version incluse :** 2.21.1~ynh2
|
||||
**Version incluse :** 2.21.1~ynh3
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
"en": "Web File Browser",
|
||||
"fr": "Gestionnaire de fichiers"
|
||||
},
|
||||
"version": "2.21.1~ynh2",
|
||||
"version": "2.21.1~ynh3",
|
||||
"url": "https://filebrowser.org",
|
||||
"upstream": {
|
||||
"license": "Apache-2.0",
|
||||
|
|
Loading…
Add table
Reference in a new issue