Files
kde-ollamacloud-dashboard/metadata.json
T
Matteo Benedetto 374a54d46a feat: dashboard KDE Plasma 6 per residui Ollama Cloud con countdown reset
Widget desktop 224x224 che mostra:
- residuo sessione (5h) e settimanale (7d) con barre colorate
- conteggio richieste, costo 4 settimane, modello top
- timer di reset stimati (calibrati al primo reset osservato)
- backend bash che chiama https://ollama.com/api/usage
- legge la chiave API da ~/.pi/agent/auth.json (provider ollama-cloud)
2026-08-20 18:34:38 +02:00

18 lines
765 B
JSON

{
"KPackageStructure": "Plasma/Applet",
"KPlugin": {
"Id": "org.enne2.ollamacloud.usage",
"Name": "Ollama Cloud Usage",
"Name[it]": "Utilizzo Ollama Cloud",
"Description": "Shows the remaining session (5h) and weekly (7d) allowance for Ollama Cloud, reading the API key from ~/.pi/agent/auth.json (the 'ollama-cloud' provider of the pi agent)",
"Description[it]": "Mostra il residuo della sessione (5h) e settimanale (7d) di Ollama Cloud, leggendo la chiave API da ~/.pi/agent/auth.json (provider 'ollama-cloud' di pi agent)",
"Icon": "view-statistics",
"Category": "System Information",
"License": "GPL-3.0",
"Version": "1.0.0",
"Authors": [
{ "Name": "enne2" }
]
},
"X-Plasma-API-Minimum-Version": "6.0"
}