From 2038ad5c5e42e1be57ede591f0deeb5023186dd7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Mon, 4 Sep 2023 21:55:48 +0200 Subject: [PATCH 1/8] Update upgrade --- scripts/upgrade | 18 ------------------ 1 file changed, 18 deletions(-) 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 From 091561095a496ad1929916ea11760de8cef52d0c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Mon, 4 Sep 2023 21:56:20 +0200 Subject: [PATCH 2/8] Update systemd.service --- conf/systemd.service | 4 ---- 1 file changed, 4 deletions(-) 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 From af614c43c5dac74c4c368cbb589c94a19800f717 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Mon, 4 Sep 2023 21:59:17 +0200 Subject: [PATCH 3/8] Create DESCRIPTION_fr.md --- doc/DESCRIPTION_fr.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 doc/DESCRIPTION_fr.md 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. From 668a05d63f94228ea7308fd4d8561a8f331f2a55 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Mon, 4 Sep 2023 19:59:21 +0000 Subject: [PATCH 4/8] Auto-update README --- README_fr.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 From 35dfdaf1ceecae38ef496370e86c6678cbfe5171 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Mon, 4 Sep 2023 22:01:03 +0200 Subject: [PATCH 5/8] Create POST_INSTALL.md --- doc/POST_INSTALL.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 doc/POST_INSTALL.md diff --git a/doc/POST_INSTALL.md b/doc/POST_INSTALL.md new file mode 100644 index 0000000..a28f283 --- /dev/null +++ b/doc/POST_INSTALL.md @@ -0,0 +1 @@ +Conect to ownCloud with `admin` as a username and the password selected at install. \ No newline at end of file From f7f202e5e13d2b18d52cb72733aa75153904f017 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Mon, 4 Sep 2023 22:01:15 +0200 Subject: [PATCH 6/8] Update POST_INSTALL.md --- doc/POST_INSTALL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/POST_INSTALL.md b/doc/POST_INSTALL.md index a28f283..6687031 100644 --- a/doc/POST_INSTALL.md +++ b/doc/POST_INSTALL.md @@ -1 +1 @@ -Conect to ownCloud with `admin` as a username and the password selected at install. \ No newline at end of file +Connect to ownCloud with `admin` as a username and the password selected at install. \ No newline at end of file From 9592537ab7ddacfc70753c677ac4207fd0a09bd9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Mon, 4 Sep 2023 22:01:42 +0200 Subject: [PATCH 7/8] Create POST_INSTALL_fr.md --- doc/POST_INSTALL_fr.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 doc/POST_INSTALL_fr.md 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 From f9a3a4e82fea8d6ce7eae071ece308a97f9ac46e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Mon, 4 Sep 2023 22:08:15 +0200 Subject: [PATCH 8/8] Update manifest.toml --- manifest.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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]