ncp.cfg: Update NC to 24.0.3

ncp-app,nextcloudpincp-previews: Mark as compatible with NC 24
This commit is contained in:
thecalcaholic 2022-07-28 19:28:28 +02:00 committed by Tobias K
parent 5b183f56bf
commit 0e67ccc8bb
5 changed files with 5 additions and 5 deletions

View File

@ -48,7 +48,7 @@ metrics_services() {
if [[ "$cmd" =~ (start|stop|restart|reload|status) ]]
then
if ! is_docker && ! [[ -d /run/systemd/system ]]
if ! is_docker && [[ "$INIT_SYSTEM" != "systemd" ]]
then
echo "Probably running in chroot. Ignoring 'metrics_services $cmd'..."
return 0

View File

@ -9,7 +9,7 @@
{
"id": "VER",
"name": "Version",
"value": "23.0.6"
"value": "24.0.3"
},
{
"id": "MAXFILESIZE",

View File

@ -1,5 +1,5 @@
{
"nextcloud_version": "23.0.6",
"nextcloud_version": "24.0.3",
"php_version": "7.4",
"release": "bullseye"
}

View File

@ -12,7 +12,7 @@
<category>tools</category>
<bugs>https://github.com/nextcloud/nextcloudpi/issues</bugs>
<dependencies>
<nextcloud min-version="14" max-version="23"/>
<nextcloud min-version="14" max-version="24"/>
</dependencies>
<navigations>
<navigation>

View File

@ -25,7 +25,7 @@ The first time you install this app, before using a cron job, you properly want
</types>
<dependencies>
<php min-version="7.2"/>
<nextcloud min-version="20" max-version="23" />
<nextcloud min-version="20" max-version="24" />
</dependencies>
<commands>