Update date in json (#10776)

Co-authored-by: GitHub Actions <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
community-scripts-pr-app[bot]
2026-01-13 09:46:42 +00:00
committed by GitHub
parent 186c0f6d09
commit e549378eb1

View File

@@ -1,40 +1,40 @@
{ {
"name": "Investbrain", "name": "Investbrain",
"slug": "investbrain", "slug": "investbrain",
"categories": [ "categories": [
23 23
], ],
"date_created": "2025-12-26", "date_created": "2026-01-13",
"type": "ct", "type": "ct",
"updateable": true, "updateable": true,
"privileged": false, "privileged": false,
"interface_port": 8000, "interface_port": 8000,
"documentation": "https://github.com/investbrainapp/investbrain", "documentation": "https://github.com/investbrainapp/investbrain",
"website": "https://investbra.in", "website": "https://investbra.in",
"logo": "https://cdn.jsdelivr.net/gh/selfhst/icons@main/webp/investbrain.webp", "logo": "https://cdn.jsdelivr.net/gh/selfhst/icons@main/webp/investbrain.webp",
"config_path": "/opt/investbrain/.env", "config_path": "/opt/investbrain/.env",
"description": "Investbrain is a smart open-source investment tracker that helps you manage, track, and make informed decisions about your investments.", "description": "Investbrain is a smart open-source investment tracker that helps you manage, track, and make informed decisions about your investments.",
"install_methods": [ "install_methods": [
{ {
"type": "default", "type": "default",
"script": "ct/investbrain.sh", "script": "ct/investbrain.sh",
"resources": { "resources": {
"cpu": 2, "cpu": 2,
"ram": 2048, "ram": 2048,
"hdd": 4, "hdd": 4,
"os": "debian", "os": "debian",
"version": "13" "version": "13"
} }
} }
], ],
"default_credentials": { "default_credentials": {
"username": null, "username": null,
"password": null "password": null
}, },
"notes": [ "notes": [
{ {
"text": "Database credentials: `cat ~/investbrain.creds`", "text": "Database credentials: `cat ~/investbrain.creds`",
"type": "info" "type": "info"
} }
] ]
} }