Merge branch 'community-scripts:main' into step-ca

This commit is contained in:
Joerg Heinemann
2026-02-04 08:09:25 +01:00
committed by GitHub
5 changed files with 59 additions and 246 deletions

View File

@@ -1,5 +1,5 @@
{
"generated": "2026-01-31T18:42:49Z",
"generated": "2026-02-04T07:03:37Z",
"versions": [
{
"slug": "affine",
@@ -11,23 +11,30 @@
{
"slug": "anytype",
"repo": "grishy/any-sync-bundle",
"version": "v1.2.1-2025-12-10",
"version": "v1.3.0-2026-01-31",
"pinned": false,
"date": "2025-12-24T20:40:15Z"
"date": "2026-02-01T17:27:12Z"
},
{
"slug": "checkmate",
"repo": "bluewave-labs/Checkmate",
"version": "v3.3",
"pinned": false,
"date": "2026-01-28T14:25:25Z"
},
{
"slug": "databasus",
"repo": "databasus/databasus",
"version": "v3.7.0",
"version": "v3.8.3",
"pinned": false,
"date": "2026-01-28T14:46:28Z"
"date": "2026-02-02T18:14:53Z"
},
{
"slug": "ente",
"repo": "ente-io/ente",
"version": "photos-v1.3.7",
"version": "photos-v1.3.10",
"pinned": false,
"date": "2026-01-29T17:20:41Z"
"date": "2026-02-03T11:06:10Z"
},
{
"slug": "frigate",
@@ -36,6 +43,13 @@
"pinned": false,
"date": "2026-01-29T00:42:14Z"
},
{
"slug": "garmin-grafana",
"repo": "arpanghosh8453/garmin-grafana",
"version": "v0.3.0",
"pinned": false,
"date": "2025-05-15T21:39:19Z"
},
{
"slug": "hoodik",
"repo": "hudikhq/hoodik",
@@ -50,13 +64,6 @@
"pinned": false,
"date": "2025-10-19T17:43:10Z"
},
{
"slug": "kitchenowl",
"repo": "TomBursch/kitchenowl",
"version": "v0.7.6",
"pinned": false,
"date": "2026-01-24T01:21:14Z"
},
{
"slug": "minthcm",
"repo": "minthcm/minthcm",
@@ -71,6 +78,13 @@
"pinned": false,
"date": "2026-01-31T00:09:18Z"
},
{
"slug": "nginx-ui",
"repo": "0xJacky/nginx-ui",
"version": "v2.3.2",
"pinned": false,
"date": "2025-12-09T09:47:15Z"
},
{
"slug": "nightscout",
"repo": "nightscout/cgm-remote-monitor",
@@ -106,13 +120,6 @@
"pinned": false,
"date": "2026-01-23T17:03:31Z"
},
{
"slug": "rustypaste",
"repo": "orhun/rustypaste",
"version": "v0.16.1",
"pinned": false,
"date": "2025-03-21T20:44:47Z"
},
{
"slug": "seer",
"repo": "seerr-team/seerr",
@@ -120,13 +127,6 @@
"pinned": false,
"date": "2025-08-14T20:43:46Z"
},
{
"slug": "shelfmark",
"repo": "FlareSolverr/FlareSolverr",
"version": "v3.4.6",
"pinned": false,
"date": "2025-11-29T02:43:00Z"
},
{
"slug": "sonobarr",
"repo": "Dodelidoo-Labs/sonobarr",
@@ -140,6 +140,13 @@
"version": "v0.59.0",
"pinned": false,
"date": "2026-01-19T16:42:14Z"
},
{
"slug": "writefreely",
"repo": "writefreely/writefreely",
"version": "v0.16.0",
"pinned": false,
"date": "2025-08-29T19:30:02Z"
}
]
}

View File

@@ -1,40 +0,0 @@
{
"name": "Wealthfolio",
"slug": "wealthfolio",
"categories": [
23
],
"date_created": "2026-02-03",
"type": "ct",
"updateable": true,
"privileged": false,
"interface_port": 8080,
"documentation": "https://wealthfolio.app/docs/introduction/",
"config_path": "/opt/wealthfolio/.env",
"website": "https://wealthfolio.app/",
"logo": "https://cdn.jsdelivr.net/gh/selfhst/icons@main/webp/wealthfolio.webp",
"description": "Wealthfolio is a beautiful, privacy-focused investment tracker with local data storage. Track your portfolio across multiple accounts and asset types with detailed performance analytics, goal planning, and multi-currency support.",
"install_methods": [
{
"type": "default",
"script": "ct/wealthfolio.sh",
"resources": {
"cpu": 4,
"ram": 4096,
"hdd": 10,
"os": "Debian",
"version": "13"
}
}
],
"default_credentials": {
"username": null,
"password": "See ~/wealthfolio.creds"
},
"notes": [
{
"text": "Login password is stored in ~/wealthfolio.creds",
"type": "info"
}
]
}