Fix issue with json

This commit is contained in:
vhsdream 2025-06-08 20:24:28 -04:00
parent 8922a00390
commit de1d06f904
2 changed files with 49 additions and 13 deletions

View File

@ -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": []
}

View File

@ -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"