From b30fff2d6f68732949ad0a0e4f8eebdefeb497ba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Thu, 16 Feb 2023 18:37:26 +0100 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 ef0fa1f..9474502 100644 --- a/conf/systemd.service +++ b/conf/systemd.service @@ -1,5 +1,5 @@ [Unit] -Description=Navidrome Music Server and Streamer compatible with Subsonic/Airsonic +Description=Navidrome: Music Server and Streamer compatible with Subsonic/Airsonic After=remote-fs.target network.target AssertPathExists=__CONFIG_PATH__ diff --git a/manifest.toml b/manifest.toml index b50247f..1c163b0 100644 --- a/manifest.toml +++ b/manifest.toml @@ -18,7 +18,7 @@ code = "https://github.com/deluan/navidrome" [integration] yunohost = ">= 11.1.7" -architectures = "all" +architectures = ["amd64", "arm64", "armhf"] multi_instance = false ldap = false sso = true