From 60a07e4b07d43a2ebf3e1506737638d4746ad564 Mon Sep 17 00:00:00 2001 From: Andreas Kruse Date: Fri, 10 Apr 2026 11:08:07 +0200 Subject: [PATCH] initial json-file with metadata for ownfoil --- json/ownfoil.json | 38 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 json/ownfoil.json diff --git a/json/ownfoil.json b/json/ownfoil.json new file mode 100644 index 00000000..e317d87e --- /dev/null +++ b/json/ownfoil.json @@ -0,0 +1,38 @@ +{ + "name":"Ownfoil", + "slug":"ownfoil", + "categories":[ + 24 + ], + "description":"Ownfoil is a Nintendo Switch library manager, that will also turn your library into a fully customizable and self-hosted Shop, supporting multiple clients like Tinfoil, Cyberfoil and Sphaira.", + "type":"ct", + "privileged":false, + "updateable":true, + "interface_port":8465, + "documentation":"https://github.com/a1ex4/ownfoil", + "website":"https://github.com/a1ex4/ownfoil", + "logo":null, + "config_path":"/opt/ownfoil/app/config", + "install_methods_json":[ + { + "type":"default", + "resources":{ + "cpu":1, + "ram":1024, + "hdd":4, + "os":"Debian", + "version":"13" + } + } + ], + "notes_json":[ + { + "text":"Ownfoil requires an admin user to be created to enable Authentication. Go to the Settings tab to create a first user that will have admin rights.", + "type":"warning" + }, + { + "text":"More CPU/RAM may be required depening on library size and number of concurrent users", + "type":"info" + } + ] +}