Update date in json (#5274)

Co-authored-by: GitHub Actions <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
community-scripts-pr-app[bot] 2025-06-19 08:49:52 +01:00 committed by GitHub
parent 49153887dc
commit 63713c6489
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,36 +1,36 @@
{ {
"name": "Wizarr", "name": "Wizarr",
"slug": "wizarr", "slug": "wizarr",
"categories": [ "categories": [
14, 14,
13 13
], ],
"date_created": "2025-06-05", "date_created": "2025-06-19",
"type": "ct", "type": "ct",
"updateable": true, "updateable": true,
"privileged": false, "privileged": false,
"interface_port": 5690, "interface_port": 5690,
"documentation": "https://docs.wizarr.dev/", "documentation": "https://docs.wizarr.dev/",
"website": "https://docs.wizarr.dev/", "website": "https://docs.wizarr.dev/",
"logo": "https://cdn.jsdelivr.net/gh/selfhst/icons/webp/wizarr.webp", "logo": "https://cdn.jsdelivr.net/gh/selfhst/icons/webp/wizarr.webp",
"config_path": "/opt/wizarr/.env", "config_path": "/opt/wizarr/.env",
"description": "Wizarr is an automatic user invitation system for Plex, Jellyfin and Emby. Create a unique link and share it to a user and they will automatically be invited to your media Server", "description": "Wizarr is an automatic user invitation system for Plex, Jellyfin and Emby. Create a unique link and share it to a user and they will automatically be invited to your media Server",
"install_methods": [ "install_methods": [
{ {
"type": "default", "type": "default",
"script": "ct/wizarr.sh", "script": "ct/wizarr.sh",
"resources": { "resources": {
"cpu": 1, "cpu": 1,
"ram": 1024, "ram": 1024,
"hdd": 4, "hdd": 4,
"os": "debian", "os": "debian",
"version": "12" "version": "12"
} }
} }
], ],
"default_credentials": { "default_credentials": {
"username": null, "username": null,
"password": null "password": null
}, },
"notes": [] "notes": []
} }