From 02c9a7475bad10707eba92e2c2c6481177754911 Mon Sep 17 00:00:00 2001 From: Gaetano Giunta Date: Wed, 20 May 2026 11:02:14 +0000 Subject: [PATCH 1/2] Small improvements to /app/readme Signed-off-by: Gaetano Giunta --- app/readme.md | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/app/readme.md b/app/readme.md index 9f639500..7fb29110 100644 --- a/app/readme.md +++ b/app/readme.md @@ -1,7 +1,10 @@ +# AIO app for NextCloud + +This folder contains a NextCloud app, which will be automatically installed within the NextCloud instance. +It adds a link to the admin settings page that gives access to the All-in-One admin interface. + ## How to develop the app? -Please note that in order to check if an app is already downloaded -Nextcloud will look for a folder with the same name as the app. +Please note that in order to check if an app is already downloaded Nextcloud will look for a folder with the same name as the app. -Therefore you need to add the app to one of the app directories -naming the directory `nextcloud-aio`. +Therefore you need to add the app to one of the app directories naming the directory `nextcloud-aio`. From de72608519dd1d5dffcbcda1d728d04170cc0939 Mon Sep 17 00:00:00 2001 From: Gaetano Giunta Date: Wed, 20 May 2026 11:12:51 +0000 Subject: [PATCH 2/2] Use proper name for AIP and Nextcloud in readme file Signed-off-by: Gaetano Giunta --- app/readme.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/readme.md b/app/readme.md index 7fb29110..b23e256e 100644 --- a/app/readme.md +++ b/app/readme.md @@ -1,7 +1,7 @@ -# AIO app for NextCloud +# AIO app for Nextcloud -This folder contains a NextCloud app, which will be automatically installed within the NextCloud instance. -It adds a link to the admin settings page that gives access to the All-in-One admin interface. +This folder contains a Nextcloud app, which will be automatically installed within the Nextcloud instance. +It adds a link to the admin settings page that gives access to the AIO interface. ## How to develop the app?