Update date in json (#12463)

Co-authored-by: GitHub Actions <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
community-scripts-pr-app[bot]
2026-03-02 08:36:34 +00:00
committed by GitHub
parent e49f09b5ec
commit da04899558
+33 -33
View File
@@ -1,35 +1,35 @@
{ {
"name": "Profilarr", "name": "Profilarr",
"slug": "profilarr", "slug": "profilarr",
"categories": [ "categories": [
14 14
], ],
"date_created": "2025-06-10", "date_created": "2026-03-02",
"type": "ct", "type": "ct",
"updateable": true, "updateable": true,
"privileged": false, "privileged": false,
"interface_port": 6868, "interface_port": 6868,
"documentation": "https://github.com/Dictionarry-Hub/profilarr#readme", "documentation": "https://github.com/Dictionarry-Hub/profilarr#readme",
"website": "https://github.com/Dictionarry-Hub/profilarr", "website": "https://github.com/Dictionarry-Hub/profilarr",
"logo": "https://cdn.jsdelivr.net/gh/selfhst/icons@main/webp/profilarr.webp", "logo": "https://cdn.jsdelivr.net/gh/selfhst/icons@main/webp/profilarr.webp",
"config_path": "/config", "config_path": "/config",
"description": "Profilarr is a configuration management platform for Radarr and Sonarr that simplifies importing, syncing, and managing quality profiles, custom formats, and release profiles.", "description": "Profilarr is a configuration management platform for Radarr and Sonarr that simplifies importing, syncing, and managing quality profiles, custom formats, and release profiles.",
"install_methods": [ "install_methods": [
{ {
"type": "default", "type": "default",
"script": "ct/profilarr.sh", "script": "ct/profilarr.sh",
"resources": { "resources": {
"cpu": 2, "cpu": 2,
"ram": 2048, "ram": 2048,
"hdd": 8, "hdd": 8,
"os": "Debian", "os": "Debian",
"version": "13" "version": "13"
} }
} }
], ],
"default_credentials": { "default_credentials": {
"username": null, "username": null,
"password": null "password": null
}, },
"notes": [] "notes": []
} }