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 + # -------------------------------