Tuesday, October 25, 2022

Re: NEW: Nextcloud-25.0.0

On Mon, Oct 24, 2022 at 12:10:16PM +0200, Uwe Werler wrote:
> removed two duplicates:
>
> --- PLIST.orig Mon Oct 24 12:05:20 2022
> +++ PLIST Mon Oct 24 12:08:22 2022
> @@ -22560,7 +22560,6 @@
> @mode
> @owner
> @group
> -nextcloud/config/config.sample.php
> nextcloud/console.php
> nextcloud/core/
> nextcloud/core/Application.php
> @@ -26158,7 +26157,6 @@
> @mode
> @owner
> @group
> -nextcloud/themes/
> nextcloud/themes/README
> nextcloud/themes/example/
> nextcloud/themes/example/core/

I confirm the need for removing the duplicates.
This version brings some js in /nextcloud/dist which needs a pass in
httpd:

location "/nextcloud/dist/*" {
root "/nextcloud"
request strip 1
pass
}

Testing on a clean 7.2 install.

Thank you!
--
Adriano Barbosa

No comments:

Post a Comment