mirror of
https://github.com/YunoHost-Apps/owncloud_ynh.git
synced 2024-09-03 19:56:25 +02:00
commit
637eceae9a
6 changed files with 18 additions and 8 deletions
|
@ -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~ynh1
|
**Shipped version:** 5.0.0~ynh2
|
||||||
|
|
||||||
## Screenshots
|
## Screenshots
|
||||||
|
|
||||||
|
|
|
@ -19,7 +19,7 @@ Si vous n’avez 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~ynh1
|
**Version incluse :** 5.0.0~ynh2
|
||||||
|
|
||||||
## Captures d’écran
|
## Captures d’écran
|
||||||
|
|
||||||
|
|
|
@ -10,10 +10,10 @@ OCIS_FORCE_CONFIG_OVERWRITE=true
|
||||||
OCIS_CONFIG_DIR=__INSTALL_DIR__
|
OCIS_CONFIG_DIR=__INSTALL_DIR__
|
||||||
OCIS_BASE_DATA_PATH=__DATA_DIR__
|
OCIS_BASE_DATA_PATH=__DATA_DIR__
|
||||||
|
|
||||||
#IDM_ADMIN_PASSWORD=__PASSWORD__
|
|
||||||
|
|
||||||
OCIS_DEFAULT_LANGUAGE=__LANGUAGE__
|
OCIS_DEFAULT_LANGUAGE=__LANGUAGE__
|
||||||
|
|
||||||
|
#OCIS_EXCLUDE_RUN_SERVICES=thumbnails
|
||||||
|
|
||||||
#AUTH_BASIC_AUTH_MANAGER=ldap
|
#AUTH_BASIC_AUTH_MANAGER=ldap
|
||||||
#OCIS_LDAP_URI=ldap://127.0.0.1:389
|
#OCIS_LDAP_URI=ldap://127.0.0.1:389
|
||||||
#OCIS_LDAP_USER_BASE_DN='ou=users,dc=yunohost,dc=org'
|
#OCIS_LDAP_USER_BASE_DN='ou=users,dc=yunohost,dc=org'
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
[Unit]
|
[Unit]
|
||||||
Description=ownCloud Infinite Scale server
|
Description=ownCloud: Infinite Scale server
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
Type=simple
|
Type=simple
|
||||||
|
|
|
@ -2,10 +2,10 @@ packaging_format = 2
|
||||||
|
|
||||||
id = "owncloud"
|
id = "owncloud"
|
||||||
name = "ownCloud"
|
name = "ownCloud"
|
||||||
description.en = "Online storage, file sharing platform and various other applications"
|
description.en = "Online storage, file sharing platform"
|
||||||
description.fr = "Stockage en ligne, plateforme de partage de fichiers et diverses autres applications"
|
description.fr = "Stockage en ligne, plateforme de partage de fichiers"
|
||||||
|
|
||||||
version = "5.0.0~ynh1"
|
version = "5.0.0~ynh2"
|
||||||
|
|
||||||
maintainers = ["eric_G"]
|
maintainers = ["eric_G"]
|
||||||
|
|
||||||
|
|
|
@ -25,6 +25,16 @@ ynh_script_progression --message="Updating NGINX web server configuration..." --
|
||||||
|
|
||||||
ynh_change_url_nginx_config
|
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
|
# GENERIC FINALISATION
|
||||||
#=================================================
|
#=================================================
|
||||||
|
|
Loading…
Add table
Reference in a new issue