1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/owncloud_ynh.git synced 2024-09-03 19:56:25 +02:00

Merge pull request #19 from YunoHost-Apps/testing

Update manifest.toml
This commit is contained in:
eric_G 2023-12-05 18:59:26 +01:00 committed by GitHub
commit 248799f3bc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 16 additions and 16 deletions

View file

@ -18,7 +18,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in
ownCloud Infinite Scale (oCIS) is the new file sync & share platform that will be the foundation of your data management platform. ownCloud Infinite Scale (oCIS) is the new file sync & share platform that will be the foundation of your data management platform.
**Shipped version:** 5.0.0~ynh5 **Shipped version:** 5.0.0~ynh6
## Screenshots ## Screenshots

View file

@ -19,7 +19,7 @@ Si vous navez pas YunoHost, regardez [ici](https://yunohost.org/#/install) po
ownCloud Infinite Scale (oCIS) est la nouvelle plateforme de synchronisation et de partage de fichiers qui constituera la base de votre plateforme de gestion de données. ownCloud Infinite Scale (oCIS) est la nouvelle plateforme de synchronisation et de partage de fichiers qui constituera la base de votre plateforme de gestion de données.
**Version incluse :** 5.0.0~ynh5 **Version incluse :** 5.0.0~ynh6
## Captures décran ## Captures décran

View file

@ -5,7 +5,7 @@ name = "ownCloud"
description.en = "Online storage, file sharing platform" description.en = "Online storage, file sharing platform"
description.fr = "Stockage en ligne, plateforme de partage de fichiers" description.fr = "Stockage en ligne, plateforme de partage de fichiers"
version = "5.0.0~ynh5" version = "5.0.0~ynh6"
maintainers = ["eric_G"] maintainers = ["eric_G"]
@ -50,14 +50,14 @@ ram.runtime = "50M"
[resources] [resources]
[resources.sources.main] [resources.sources.main]
amd64.url = "https://github.com/owncloud/ocis/releases/download/v5.0.0-alpha.4/ocis-5.0.0-alpha.4-linux-amd64" amd64.url = "https://github.com/owncloud/ocis/releases/download/v5.0.0-alpha.5/ocis-5.0.0-alpha.5-linux-amd64"
amd64.sha256 = "9b25a35c43e59261f56075a9f09f056ac33de442a5ddb2712c72feadc3d9603f" amd64.sha256 = "0fc50de011e9f52241029b6d72e2664c1c296e06f3323e4fa16950d3ce427d03"
arm64.url = "https://github.com/owncloud/ocis/releases/download/v5.0.0-alpha.4/ocis-5.0.0-alpha.4-linux-arm64" arm64.url = "https://github.com/owncloud/ocis/releases/download/v5.0.0-alpha.5/ocis-5.0.0-alpha.5-linux-arm64"
arm64.sha256 = "14c17b92539b684bcf37fd57fe6e2b5de4fab96f366c433ee6cf7ba6e27a3968" arm64.sha256 = "85df0a2e75a00b79c9559c20831e5139e47d6c129e5226d8180fe38310d69a64"
armhf.url = "https://github.com/owncloud/ocis/releases/download/v5.0.0-alpha.4/ocis-5.0.0-alpha.4-linux-arm" armhf.url = "https://github.com/owncloud/ocis/releases/download/v5.0.0-alpha.5/ocis-5.0.0-alpha.5-linux-arm"
armhf.sha256 = "32b62de80942a4d0403cd95d888ae107b53c99b6cbd2cdd048ecfc3656b7f82e" armhf.sha256 = "a8fec6ea145706ce72fdf823b0246e9fe7b8a63e0de2df5b17360a46ca60842a"
i386.url = "https://github.com/owncloud/ocis/releases/download/v5.0.0-alpha.4/ocis-5.0.0-alpha.4-linux-386" i386.url = "https://github.com/owncloud/ocis/releases/download/v5.0.0-alpha.5/ocis-5.0.0-alpha.5-linux-386"
i386.sha256 = "80b27aa69c42f0355c8ef2751c55f15245c7a502dd52b4703bd8bf5640d45cfc" i386.sha256 = "b5d72c8d19561b952a7e0efc0c480de71501fe46026470766e8640859535c239"
in_subdir = false in_subdir = false
rename = "ocis" rename = "ocis"

View file

@ -35,7 +35,7 @@ then
ynh_script_progression --message="Upgrading source files..." --weight=1 ynh_script_progression --message="Upgrading source files..." --weight=1
# Download, check integrity, uncompress and patch the source from app.src # Download, check integrity, uncompress and patch the source from app.src
ynh_setup_source --dest_dir="$install_dir" #--keep="ocis.env ocis.yaml" ynh_setup_source --dest_dir="$install_dir" --keep="ocis.env ocis.yaml"
fi fi
chmod -R o-rwx "$install_dir" chmod -R o-rwx "$install_dir"
@ -58,12 +58,12 @@ yunohost service add $app --description="File sharing platform" --log="/var/log/
#================================================= #=================================================
# ADD A CONFIGURATION # ADD A CONFIGURATION
#================================================= #=================================================
ynh_script_progression --message="Adding a configuration file..." --weight=1 #ynh_script_progression --message="Adding a configuration file..." --weight=1
ynh_add_config --template=".env" --destination="$install_dir/ocis.env" #ynh_add_config --template=".env" --destination="$install_dir/ocis.env"
chmod 400 "$install_dir/ocis.env" #chmod 400 "$install_dir/ocis.env"
chown $app:$app "$install_dir/ocis.env" #chown $app:$app "$install_dir/ocis.env"
#================================================= #=================================================
# START SYSTEMD SERVICE # START SYSTEMD SERVICE