mirror of
https://github.com/nextcloud/nextcloudpi.git
synced 2026-01-09 14:42:01 -03:30
ncp.cfg: Update NC to 24.0.3
ncp-app,nextcloudpincp-previews: Mark as compatible with NC 24
This commit is contained in:
parent
5b183f56bf
commit
0e67ccc8bb
@ -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
|
||||
|
||||
@ -9,7 +9,7 @@
|
||||
{
|
||||
"id": "VER",
|
||||
"name": "Version",
|
||||
"value": "23.0.6"
|
||||
"value": "24.0.3"
|
||||
},
|
||||
{
|
||||
"id": "MAXFILESIZE",
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
{
|
||||
"nextcloud_version": "23.0.6",
|
||||
"nextcloud_version": "24.0.3",
|
||||
"php_version": "7.4",
|
||||
"release": "bullseye"
|
||||
}
|
||||
|
||||
@ -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>
|
||||
|
||||
@ -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>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user