New Script: Watcharr (#2243)

* add watcharr script

* fix author name
This commit is contained in:
Slaviša Arežina
2025-02-11 11:45:25 +01:00
committed by GitHub
parent 0877e6a2f2
commit c548c3bd88
3 changed files with 207 additions and 0 deletions

34
json/watcharr.json Normal file
View File

@ -0,0 +1,34 @@
{
"name": "Watcharr",
"slug": "watcharr",
"categories": [
13
],
"date_created": "2025-02-12",
"type": "ct",
"updateable": true,
"privileged": false,
"interface_port": 3080,
"documentation": "https://watcharr.app/docs/introduction",
"website": "https://watcharr.app/",
"logo": "https://watcharr.app/img/favicon.png",
"description": "Open source, self-hostable watched list for all your content with user authentication, modern and clean UI and a very simple setup.",
"install_methods": [
{
"type": "default",
"script": "ct/watcharr.sh",
"resources": {
"cpu": 1,
"ram": 1024,
"hdd": 4,
"os": "debian",
"version": "12"
}
}
],
"default_credentials": {
"username": null,
"password": null
},
"notes": []
}