From bbf9e24483d9c57dbe4faf67dbf6281fcc1057c7 Mon Sep 17 00:00:00 2001 From: OniriCorpe Date: Thu, 25 Jan 2024 22:14:23 +0100 Subject: [PATCH] formater --- manifest.toml | 42 +++++++++++++++++++++--------------------- 1 file changed, 21 insertions(+), 21 deletions(-) diff --git a/manifest.toml b/manifest.toml index 6a9b5d8..07026cd 100644 --- a/manifest.toml +++ b/manifest.toml @@ -9,7 +9,7 @@ description.fr = "Client de messagerie Matrix" version = "1.17.2~ynh1" -maintainers = ["OniriCorpe"] +maintainers = [ "OniriCorpe" ] [upstream] license = "AGPL-3.0-only" @@ -34,33 +34,33 @@ ram.runtime = "50M" [install] - [install.domain] - type = "domain" + [install.domain] + type = "domain" - [install.path] - type = "path" - default = "/fluffychat" + [install.path] + type = "path" + default = "/fluffychat" - [install.init_main_permission] - type = "group" - default = "visitors" + [install.init_main_permission] + type = "group" + default = "visitors" [resources] - [resources.sources] + [resources.sources] - [resources.sources.main] + [resources.sources.main] - url = "https://github.com/krille-chan/fluffychat/releases/download/v1.17.2/fluffychat-web.tar.gz" - sha256 = "302e24cbc0be8b6e02609da80f408245f75518e7c455acd84afea098c63e4ed5" - in_subdir = 2 + url = "https://github.com/krille-chan/fluffychat/releases/download/v1.17.2/fluffychat-web.tar.gz" + sha256 = "302e24cbc0be8b6e02609da80f408245f75518e7c455acd84afea098c63e4ed5" + in_subdir = 2 - autoupdate.asset = "fluffychat-web.tar.gz" - autoupdate.strategy = "latest_github_release" + autoupdate.asset = "fluffychat-web.tar.gz" + autoupdate.strategy = "latest_github_release" - [resources.install_dir] - owner = "www-data:rx" - group = "www-data:rx" +[resources.install_dir] +owner = "www-data:rx" +group = "www-data:rx" - [resources.permissions] - main.url = "/" +[resources.permissions] +main.url = "/"