diff --git a/README_fr.md b/README_fr.md index 2e02da3..062acab 100644 --- a/README_fr.md +++ b/README_fr.md @@ -16,7 +16,8 @@ Si vous n’avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) po ## Vue d’ensemble -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) 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 :** 4.0.1~ynh1 diff --git a/conf/systemd.service b/conf/systemd.service index 1535540..947750d 100644 --- a/conf/systemd.service +++ b/conf/systemd.service @@ -5,10 +5,6 @@ Description=Owncloud server Type=simple User=__APP__ Group=__APP__ -#EnvironmentFile=__INSTALL_DIR__/.ocis/config - -#Environment=OCIS_INSECURE=true -#Environment=OCIS_FORCE_CONFIG_OVERWRITE=true Environment=PROXY_HTTP_ADDR=127.0.0.1:__PORT__ Environment=OCIS_URL=https://__DOMAIN__ ExecStart=__INSTALL_DIR__/owncloud server diff --git a/doc/DESCRIPTION_fr.md b/doc/DESCRIPTION_fr.md new file mode 100644 index 0000000..9e28f59 --- /dev/null +++ b/doc/DESCRIPTION_fr.md @@ -0,0 +1 @@ +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. diff --git a/doc/POST_INSTALL.md b/doc/POST_INSTALL.md new file mode 100644 index 0000000..6687031 --- /dev/null +++ b/doc/POST_INSTALL.md @@ -0,0 +1 @@ +Connect to ownCloud with `admin` as a username and the password selected at install. \ No newline at end of file diff --git a/doc/POST_INSTALL_fr.md b/doc/POST_INSTALL_fr.md new file mode 100644 index 0000000..cbee989 --- /dev/null +++ b/doc/POST_INSTALL_fr.md @@ -0,0 +1 @@ +Connectez-vous à ownCloud avec « admin » comme nom d'utilisateur et le mot de passe sélectionné lors de l'installation. \ No newline at end of file diff --git a/manifest.toml b/manifest.toml index bdd8e3a..b302877 100644 --- a/manifest.toml +++ b/manifest.toml @@ -22,7 +22,7 @@ multi_instance = false ldap = false sso = false disk = "50M" -ram.build = "50M" +ram.build = "300M" ram.runtime = "50M" [install] diff --git a/scripts/upgrade b/scripts/upgrade index 202d567..fd8edb1 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -46,27 +46,9 @@ chmod +x $install_dir/owncloud #================================================= ynh_script_progression --message="Upgrading PHP-FPM configuration..." --weight=1 -# Create a dedicated PHP-FPM config -ynh_add_fpm_config - # Create a dedicated NGINX config ynh_add_nginx_config -#================================================= -# UPDATE A CONFIG FILE -#================================================= -#ynh_script_progression --message="Updating a configuration file..." --weight=1 - -#ynh_add_config --template="some_config_file" --destination="$install_dir/some_config_file" - -#chmod 400 "$install_dir/some_config_file" -#chown $app:$app "$install_dir/some_config_file" - -#================================================= -# SETUP SYSTEMD -#================================================= -ynh_script_progression --message="Upgrading systemd configuration..." --weight=1 - # Create a dedicated systemd config ynh_add_systemd_config