Update date in json (#10830)

Co-authored-by: GitHub Actions <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
community-scripts-pr-app[bot]
2026-01-15 13:19:52 +00:00
committed by GitHub
parent d6473133c9
commit 60d55b71b3

View File

@@ -1,35 +1,35 @@
{ {
"name": "Qui", "name": "Qui",
"slug": "qui", "slug": "qui",
"categories": [ "categories": [
7 7
], ],
"date_created": "2026-01-13", "date_created": "2026-01-15",
"type": "ct", "type": "ct",
"updateable": true, "updateable": true,
"privileged": false, "privileged": false,
"interface_port": 7476, "interface_port": 7476,
"documentation": "https://github.com/autobrr/qui", "documentation": "https://github.com/autobrr/qui",
"website": "https://github.com/autobrr/qui", "website": "https://github.com/autobrr/qui",
"logo": "https://cdn.jsdelivr.net/gh/selfhst/icons@main/webp/qui.webp", "logo": "https://cdn.jsdelivr.net/gh/selfhst/icons@main/webp/qui.webp",
"config_path": "/root/.config/qui/config.toml", "config_path": "/root/.config/qui/config.toml",
"description": "Qui is a modern, self-hosted web interface for managing multiple qBittorrent instances with support for 10k+ torrents. It provides a clean and responsive interface for monitoring and controlling your qBittorrent downloads across multiple servers.", "description": "Qui is a modern, self-hosted web interface for managing multiple qBittorrent instances with support for 10k+ torrents. It provides a clean and responsive interface for monitoring and controlling your qBittorrent downloads across multiple servers.",
"install_methods": [ "install_methods": [
{ {
"type": "default", "type": "default",
"script": "ct/qui.sh", "script": "ct/qui.sh",
"resources": { "resources": {
"cpu": 1, "cpu": 1,
"ram": 1024, "ram": 1024,
"hdd": 10, "hdd": 10,
"os": "debian", "os": "debian",
"version": "13" "version": "13"
} }
} }
], ],
"default_credentials": { "default_credentials": {
"username": null, "username": null,
"password": null "password": null
}, },
"notes": [] "notes": []
} }