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 #15 from YunoHost-Apps/testing

Update .env
This commit is contained in:
eric_G 2023-11-15 11:16:36 +01:00 committed by GitHub
commit 637eceae9a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 18 additions and 8 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.
**Shipped version:** 5.0.0~ynh1
**Shipped version:** 5.0.0~ynh2
## 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.
**Version incluse :** 5.0.0~ynh1
**Version incluse :** 5.0.0~ynh2
## Captures décran

View file

@ -10,10 +10,10 @@ OCIS_FORCE_CONFIG_OVERWRITE=true
OCIS_CONFIG_DIR=__INSTALL_DIR__
OCIS_BASE_DATA_PATH=__DATA_DIR__
#IDM_ADMIN_PASSWORD=__PASSWORD__
OCIS_DEFAULT_LANGUAGE=__LANGUAGE__
#OCIS_EXCLUDE_RUN_SERVICES=thumbnails
#AUTH_BASIC_AUTH_MANAGER=ldap
#OCIS_LDAP_URI=ldap://127.0.0.1:389
#OCIS_LDAP_USER_BASE_DN='ou=users,dc=yunohost,dc=org'

View file

@ -1,5 +1,5 @@
[Unit]
Description=ownCloud Infinite Scale server
Description=ownCloud: Infinite Scale server
[Service]
Type=simple

View file

@ -2,10 +2,10 @@ packaging_format = 2
id = "owncloud"
name = "ownCloud"
description.en = "Online storage, file sharing platform and various other applications"
description.fr = "Stockage en ligne, plateforme de partage de fichiers et diverses autres applications"
description.en = "Online storage, file sharing platform"
description.fr = "Stockage en ligne, plateforme de partage de fichiers"
version = "5.0.0~ynh1"
version = "5.0.0~ynh2"
maintainers = ["eric_G"]

View file

@ -25,6 +25,16 @@ ynh_script_progression --message="Updating NGINX web server configuration..." --
ynh_change_url_nginx_config
#=================================================
# ADD A CONFIGURATION
#=================================================
ynh_script_progression --message="Adding a configuration file..." --weight=1
ynh_add_config --template=".env" --destination="$install_dir/ocis.env"
chmod 400 "$install_dir/ocis.env"
chown $app:$app "$install_dir/ocis.env"
#=================================================
# GENERIC FINALISATION
#=================================================