diff --git a/frontend/public/json/maybefinance.json b/frontend/public/json/maybefinance.json new file mode 100644 index 00000000..721f062b --- /dev/null +++ b/frontend/public/json/maybefinance.json @@ -0,0 +1,35 @@ +{ + "name": "Maybe Finance", + "slug": "maybefinance", + "categories": [ + 23, + ], + "date_created": "2025-06-08", + "type": "ct", + "updateable": true, + "privileged": false, + "interface_port": 3000, + "documentation": "https://github.com/maybe-finance/maybe/", + "website": "https://maybefinance.com/", + "logo": "https://cdn.jsdelivr.net/gh/selfhst/icons/webp/maybe.webp", + "config_path": "/opt/maybe/.env", + "description": "Maybe is an all-in-one personal finance platform. Track, optimize, grow, and manage your money through every stage of life.", + "install_methods": [ + { + "type": "default", + "script": "ct/maybe.sh", + "resources": { + "cpu": 2, + "ram": 2048, + "hdd": 4, + "os": "debian", + "version": "12" + } + } + ], + "default_credentials": { + "username": null, + "password": null + }, + "notes": [] +} diff --git a/frontend/public/json/wizarr.json b/frontend/public/json/wizarr.json index 721f062b..98f16151 100644 --- a/frontend/public/json/wizarr.json +++ b/frontend/public/json/wizarr.json @@ -1,26 +1,27 @@ { - "name": "Maybe Finance", - "slug": "maybefinance", + "name": "Wizarr", + "slug": "wizarr", "categories": [ - 23, + 14, + 13 ], - "date_created": "2025-06-08", + "date_created": "2025-06-05", "type": "ct", "updateable": true, "privileged": false, - "interface_port": 3000, - "documentation": "https://github.com/maybe-finance/maybe/", - "website": "https://maybefinance.com/", - "logo": "https://cdn.jsdelivr.net/gh/selfhst/icons/webp/maybe.webp", - "config_path": "/opt/maybe/.env", - "description": "Maybe is an all-in-one personal finance platform. Track, optimize, grow, and manage your money through every stage of life.", + "interface_port": 5690, + "documentation": "https://docs.wizarr.dev/", + "website": "https://docs.wizarr.dev/", + "logo": "https://cdn.jsdelivr.net/gh/selfhst/icons/webp/wizarr.webp", + "config_path": "/opt/wizarr/.env", + "description": "Wizarr is an automatic user invitation system for Plex, Jellyfin and Emby. Create a unique link and share it to a user and they will automatically be invited to your media Server", "install_methods": [ { "type": "default", - "script": "ct/maybe.sh", + "script": "ct/wizarr.sh", "resources": { - "cpu": 2, - "ram": 2048, + "cpu": 1, + "ram": 1024, "hdd": 4, "os": "debian", "version": "12"