Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/nextcloudpi.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorthecalcaholic <6317548+theCalcaholic@users.noreply.github.com>2022-07-28 20:28:28 +0300
committerTobias K <6317548+theCalcaholic@users.noreply.github.com>2022-08-12 15:26:32 +0300
commit0e67ccc8bb3994f6ccfea62cdaec8ccecc570f28 (patch)
tree915945dd123e9f2460f2fff866571d7f2ed3af2d
parent5b183f56bfa4db444e8f601495c4249f06f196f6 (diff)
ncp.cfg: Update NC to 24.0.3
ncp-app,nextcloudpincp-previews: Mark as compatible with NC 24
-rw-r--r--bin/ncp/SYSTEM/metrics.sh2
-rw-r--r--etc/ncp-config.d/nc-nextcloud.cfg2
-rw-r--r--etc/ncp.cfg2
-rw-r--r--ncp-app/appinfo/info.xml2
-rw-r--r--ncp-previewgenerator/ncp-previewgenerator-nc21/appinfo/info.xml2
5 files changed, 5 insertions, 5 deletions
diff --git a/bin/ncp/SYSTEM/metrics.sh b/bin/ncp/SYSTEM/metrics.sh
index 5fd6b3c0..33903e10 100644
--- a/bin/ncp/SYSTEM/metrics.sh
+++ b/bin/ncp/SYSTEM/metrics.sh
@@ -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
diff --git a/etc/ncp-config.d/nc-nextcloud.cfg b/etc/ncp-config.d/nc-nextcloud.cfg
index 8c380318..e3dff293 100644
--- a/etc/ncp-config.d/nc-nextcloud.cfg
+++ b/etc/ncp-config.d/nc-nextcloud.cfg
@@ -9,7 +9,7 @@
{
"id": "VER",
"name": "Version",
- "value": "23.0.6"
+ "value": "24.0.3"
},
{
"id": "MAXFILESIZE",
diff --git a/etc/ncp.cfg b/etc/ncp.cfg
index 84328ead..33d305f8 100644
--- a/etc/ncp.cfg
+++ b/etc/ncp.cfg
@@ -1,5 +1,5 @@
{
- "nextcloud_version": "23.0.6",
+ "nextcloud_version": "24.0.3",
"php_version": "7.4",
"release": "bullseye"
}
diff --git a/ncp-app/appinfo/info.xml b/ncp-app/appinfo/info.xml
index ec86c6f7..07b53563 100644
--- a/ncp-app/appinfo/info.xml
+++ b/ncp-app/appinfo/info.xml
@@ -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>
diff --git a/ncp-previewgenerator/ncp-previewgenerator-nc21/appinfo/info.xml b/ncp-previewgenerator/ncp-previewgenerator-nc21/appinfo/info.xml
index f8b29438..5dcb80c4 100644
--- a/ncp-previewgenerator/ncp-previewgenerator-nc21/appinfo/info.xml
+++ b/ncp-previewgenerator/ncp-previewgenerator-nc21/appinfo/info.xml
@@ -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>