From 5a1273111b21434cfe7c713558707ee03688b4f4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A9lix=20Pi=C3=A9dallu?= Date: Fri, 8 Dec 2023 23:22:04 +0100 Subject: [PATCH] Add url for toml schemas --- manifest.toml | 10 ++++++---- tests.toml | 10 ++++++---- 2 files changed, 12 insertions(+), 8 deletions(-) diff --git a/manifest.toml b/manifest.toml index 276be55..4f18b05 100644 --- a/manifest.toml +++ b/manifest.toml @@ -1,3 +1,5 @@ +#:schema https://raw.githubusercontent.com/YunoHost/apps/master/schemas/manifest.v2.schema.json + packaging_format = 2 id = "jellyseerr" @@ -26,13 +28,13 @@ ram.runtime = "50M" [install] [install.domain] type = "domain" - + [install.init_main_permission] type = "group" default = "visitors" [resources] - + [resources.sources] [resources.sources.main] @@ -44,9 +46,9 @@ ram.runtime = "50M" [resources.system_user] [resources.install_dir] - + [resources.data_dir] - + [resources.permissions] main.url = "/" diff --git a/tests.toml b/tests.toml index 68e1c01..dcba2d4 100644 --- a/tests.toml +++ b/tests.toml @@ -1,3 +1,5 @@ +#:schema https://raw.githubusercontent.com/YunoHost/apps/master/schemas/tests.v1.schema.json + test_format = 1.0 [default] @@ -5,13 +7,13 @@ test_format = 1.0 # ------------ # Tests to run # ------------ - + # ------------------------------- # Default args to use for install # ------------------------------- - - + + # ------------------------------- # Commits to test upgrade from - # ------------------------------- \ No newline at end of file + # -------------------------------