Fix issue with json
This commit is contained in:
parent
8922a00390
commit
de1d06f904
35
frontend/public/json/maybefinance.json
Normal file
35
frontend/public/json/maybefinance.json
Normal 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": []
|
||||||
|
}
|
@ -1,26 +1,27 @@
|
|||||||
{
|
{
|
||||||
"name": "Maybe Finance",
|
"name": "Wizarr",
|
||||||
"slug": "maybefinance",
|
"slug": "wizarr",
|
||||||
"categories": [
|
"categories": [
|
||||||
23,
|
14,
|
||||||
|
13
|
||||||
],
|
],
|
||||||
"date_created": "2025-06-08",
|
"date_created": "2025-06-05",
|
||||||
"type": "ct",
|
"type": "ct",
|
||||||
"updateable": true,
|
"updateable": true,
|
||||||
"privileged": false,
|
"privileged": false,
|
||||||
"interface_port": 3000,
|
"interface_port": 5690,
|
||||||
"documentation": "https://github.com/maybe-finance/maybe/",
|
"documentation": "https://docs.wizarr.dev/",
|
||||||
"website": "https://maybefinance.com/",
|
"website": "https://docs.wizarr.dev/",
|
||||||
"logo": "https://cdn.jsdelivr.net/gh/selfhst/icons/webp/maybe.webp",
|
"logo": "https://cdn.jsdelivr.net/gh/selfhst/icons/webp/wizarr.webp",
|
||||||
"config_path": "/opt/maybe/.env",
|
"config_path": "/opt/wizarr/.env",
|
||||||
"description": "Maybe is an all-in-one personal finance platform. Track, optimize, grow, and manage your money through every stage of life.",
|
"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": [
|
"install_methods": [
|
||||||
{
|
{
|
||||||
"type": "default",
|
"type": "default",
|
||||||
"script": "ct/maybe.sh",
|
"script": "ct/wizarr.sh",
|
||||||
"resources": {
|
"resources": {
|
||||||
"cpu": 2,
|
"cpu": 1,
|
||||||
"ram": 2048,
|
"ram": 1024,
|
||||||
"hdd": 4,
|
"hdd": 4,
|
||||||
"os": "debian",
|
"os": "debian",
|
||||||
"version": "12"
|
"version": "12"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user