- Replace GitHub API calls (390+) with 1 API call + raw URL downloads - Create GitHubJsonService for efficient JSON file syncing - Reduce API rate limiting issues by 99.7% - Add automatic page reload after successful sync - Update tests to use new service - Maintain same functionality with better performance Performance improvement: - Before: 390+ GitHub API calls (1 per JSON file) - After: 1 GitHub API call + 389 raw URL downloads - Raw URLs have no rate limits, making sync much more reliable
40 lines
1.0 KiB
JSON
40 lines
1.0 KiB
JSON
{
|
||
"name": "HortusFox",
|
||
"slug": "hortusfox",
|
||
"categories": [
|
||
24
|
||
],
|
||
"type": "ct",
|
||
"updateable": true,
|
||
"privileged": false,
|
||
"date_created": "2025-08-08",
|
||
"config_path": "/opt/hortusfox/.env",
|
||
"interface_port": 80,
|
||
"documentation": "https://github.com/danielbrendel/hortusfox-web",
|
||
"website": "https://www.hortusfox.com/",
|
||
"logo": "https://cdn.jsdelivr.net/gh/selfhst/icons/webp/hortusfox.webp",
|
||
"description": "HortusFox is a collaborative plant management system for plant enthusiasts. Manage, document and track your entire plant collection – self-hosted and privacy-friendly.",
|
||
"install_methods": [
|
||
{
|
||
"type": "default",
|
||
"script": "ct/hortusfox.sh",
|
||
"resources": {
|
||
"cpu": 2,
|
||
"ram": 2048,
|
||
"hdd": 5,
|
||
"os": "Debian",
|
||
"version": "12"
|
||
}
|
||
}
|
||
],
|
||
"default_credentials": {
|
||
"username": null,
|
||
"password": null
|
||
},
|
||
"notes": [
|
||
{
|
||
"text": "Login Credentials : `cat ~/hortusfox.creds`",
|
||
"type": "info"
|
||
}
|
||
]
|
||
} |