From 2a188fd99faf6f81429c50db6013e264782b7311 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Mon, 15 May 2023 17:06:18 +0200 Subject: [PATCH] fix --- conf/systemd.service | 2 +- manifest.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/conf/systemd.service b/conf/systemd.service index ba92f1e..b947353 100644 --- a/conf/systemd.service +++ b/conf/systemd.service @@ -1,5 +1,5 @@ [Unit] -Description=Vore +Description=Vore: Multi-tenant feed reader After=network.target [Service] diff --git a/manifest.toml b/manifest.toml index 7d2c909..77e77e2 100644 --- a/manifest.toml +++ b/manifest.toml @@ -19,7 +19,7 @@ code = "https://git.j3s.sh/vore/tree/main/" [integration] yunohost = ">= 11.1.19" architectures = "all" -multi_instance = true +multi_instance = false ldap = false sso = false disk = "50M"