- 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
988 B
JSON
40 lines
988 B
JSON
{
|
|
"name": "OliveTin",
|
|
"slug": "olivetin",
|
|
"categories": [
|
|
10
|
|
],
|
|
"date_created": "2024-05-02",
|
|
"type": "addon",
|
|
"updateable": false,
|
|
"privileged": false,
|
|
"interface_port": 1337,
|
|
"documentation": "https://docs.olivetin.app/",
|
|
"website": "https://www.olivetin.app/",
|
|
"logo": "https://cdn.jsdelivr.net/gh/selfhst/icons/webp/olivetin.webp",
|
|
"config_path": "/etc/OliveTin/config.yaml",
|
|
"description": "OliveTin provides a secure and straightforward way to execute pre-determined shell commands through a web-based interface.",
|
|
"install_methods": [
|
|
{
|
|
"type": "default",
|
|
"script": "tools/addon/olivetin.sh",
|
|
"resources": {
|
|
"cpu": null,
|
|
"ram": null,
|
|
"hdd": null,
|
|
"os": null,
|
|
"version": null
|
|
}
|
|
}
|
|
],
|
|
"default_credentials": {
|
|
"username": null,
|
|
"password": null
|
|
},
|
|
"notes": [
|
|
{
|
|
"text": "Configuration Path: `/etc/OliveTin/config.yaml`",
|
|
"type": "info"
|
|
}
|
|
]
|
|
} |