app_versions.json 18 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361
  1. {
  2. "1.0.28": {
  3. "healthy": true,
  4. "supported": true,
  5. "healthy_error": null,
  6. "location": "/__w/charts/charts/community/jellyseerr/1.0.28",
  7. "last_update": "2025-03-05 14:27:33",
  8. "required_features": [
  9. "normalize/ixVolume",
  10. "definitions/timezone"
  11. ],
  12. "human_version": "2.3.0_1.0.28",
  13. "version": "1.0.28",
  14. "chart_metadata": {
  15. "name": "jellyseerr",
  16. "description": "Jellyseerr is a free and open source software application for managing requests for your media library.",
  17. "annotations": {
  18. "title": "Jellyseerr"
  19. },
  20. "type": "application",
  21. "version": "1.0.28",
  22. "apiVersion": "v2",
  23. "appVersion": "2.3.0",
  24. "kubeVersion": ">=1.16.0-0",
  25. "maintainers": [
  26. {
  27. "name": "truenas",
  28. "url": "https://www.truenas.com/",
  29. "email": "dev@ixsystems.com"
  30. }
  31. ],
  32. "dependencies": [
  33. {
  34. "name": "common",
  35. "repository": "file://../../../common",
  36. "version": "1.2.9"
  37. }
  38. ],
  39. "home": "https://github.com/Fallenbagel/jellyseerr",
  40. "icon": "https://media.sys.truenas.net/apps/jellyseerr/icons/icon.svg",
  41. "sources": [
  42. "https://github.com/Fallenbagel/jellyseerr",
  43. "https://github.com/truenas/charts/tree/master/community/jellyseerr",
  44. "https://hub.docker.com/r/fallenbagel/jellyseerr"
  45. ],
  46. "keywords": [
  47. "media"
  48. ]
  49. },
  50. "app_metadata": {
  51. "runAsContext": [
  52. {
  53. "userName": "jellyseerr",
  54. "groupName": "jellyseerr",
  55. "gid": 568,
  56. "uid": 568,
  57. "description": "Jellyseerr can run as any non-root user."
  58. }
  59. ],
  60. "capabilities": [],
  61. "hostMounts": []
  62. },
  63. "schema": {
  64. "groups": [
  65. {
  66. "name": "Jellyseerr Configuration",
  67. "description": "Configure Jellyseerr"
  68. },
  69. {
  70. "name": "User and Group Configuration",
  71. "description": "Configure User and Group for Jellyseerr"
  72. },
  73. {
  74. "name": "Network Configuration",
  75. "description": "Configure Network for Jellyseerr"
  76. },
  77. {
  78. "name": "Storage Configuration",
  79. "description": "Configure Storage for Jellyseerr"
  80. },
  81. {
  82. "name": "Resources Configuration",
  83. "description": "Configure Resources for Jellyseerr"
  84. }
  85. ],
  86. "portals": {
  87. "web_portal": {
  88. "protocols": [
  89. "$kubernetes-resource_configmap_portal_protocol"
  90. ],
  91. "host": [
  92. "$kubernetes-resource_configmap_portal_host"
  93. ],
  94. "ports": [
  95. "$kubernetes-resource_configmap_portal_port"
  96. ],
  97. "path": "$kubernetes-resource_configmap_portal_path"
  98. }
  99. },
  100. "questions": [
  101. {
  102. "variable": "TZ",
  103. "group": "Jellyseerr Configuration",
  104. "label": "Timezone",
  105. "schema": {
  106. "type": "string",
  107. "default": "America/Los_Angeles",
  108. "required": true,
  109. "$ref": [
  110. "definitions/timezone"
  111. ],
  112. "enum": [
  113. {
  114. "value": "Asia/Damascus",
  115. "description": "'Asia/Damascus' timezone"
  116. },
  117. {
  118. "value": "Asia/Saigon",
  119. "description": "'Asia/Saigon' timezone"
  120. }
  121. ]
  122. }
  123. },
  124. {
  125. "variable": "jellyseerrConfig",
  126. "label": "",
  127. "group": "Jellyseerr Configuration",
  128. "schema": {
  129. "type": "dict",
  130. "attrs": [
  131. {
  132. "variable": "additionalEnvs",
  133. "label": "Additional Environment Variables",
  134. "description": "Configure additional environment variables for Jellyseerr.",
  135. "schema": {
  136. "type": "list",
  137. "default": [],
  138. "items": [
  139. {
  140. "variable": "env",
  141. "label": "Environment Variable",
  142. "schema": {
  143. "type": "dict",
  144. "attrs": [
  145. {
  146. "variable": "name",
  147. "label": "Name",
  148. "schema": {
  149. "type": "string",
  150. "required": true
  151. }
  152. },
  153. {
  154. "variable": "value",
  155. "label": "Value",
  156. "schema": {
  157. "type": "string",
  158. "required": true
  159. }
  160. }
  161. ]
  162. }
  163. }
  164. ]
  165. }
  166. }
  167. ]
  168. }
  169. },
  170. {
  171. "variable": "jellyseerrRunAs",
  172. "label": "",
  173. "group": "User and Group Configuration",
  174. "schema": {
  175. "type": "dict",
  176. "attrs": [
  177. {
  178. "variable": "user",
  179. "label": "User ID",
  180. "description": "The user id that Jellyseerr will run as.",
  181. "schema": {
  182. "type": "int",
  183. "min": 2,
  184. "default": 568,
  185. "required": true
  186. }
  187. },
  188. {
  189. "variable": "group",
  190. "label": "Group ID",
  191. "description": "The group id that Jellyseerr will run as.",
  192. "schema": {
  193. "type": "int",
  194. "min": 2,
  195. "default": 568,
  196. "required": true
  197. }
  198. }
  199. ]
  200. }
  201. },
  202. {
  203. "variable": "jellyseerrNetwork",
  204. "label": "",
  205. "group": "Network Configuration",
  206. "schema": {
  207. "type": "dict",
  208. "attrs": [
  209. {
  210. "variable": "webPort",
  211. "label": "Web Port",
  212. "description": "The port for the Jellyseerr Web UI.",
  213. "schema": {
  214. "type": "int",
  215. "default": 30042,
  216. "min": 9000,
  217. "max": 65535,
  218. "required": true
  219. }
  220. },
  221. {
  222. "variable": "hostNetwork",
  223. "label": "Host Network",
  224. "description": "Bind to the host network. It's recommended to keep this disabled.</br>\n",
  225. "schema": {
  226. "type": "boolean",
  227. "default": false
  228. }
  229. }
  230. ]
  231. }
  232. },
  233. {
  234. "variable": "jellyseerrStorage",
  235. "label": "",
  236. "group": "Storage Configuration",
  237. "schema": {
  238. "type": "dict",
  239. "attrs": [
  240. {
  241. "variable": "config",
  242. "label": "Jellyseerr Config Storage",
  243. "description": "The path to store Jellyseerr Configuration.",
  244. "schema": {
  245. "type": "dict",
  246. "attrs": [
  247. {
  248. "variable": "type",
  249. "label": "Type",
  250. "description": "ixVolume: Is dataset created automatically by the system.</br>\nHost Path: Is a path that already exists on the system.\n",
  251. "schema": {
  252. "type": "string",
  253. "required": true,
  254. "immutable": true,
  255. "default": "ixVolume",
  256. "enum": [
  257. {
  258. "value": "hostPath",
  259. "description": "Host Path (Path that already exists on the system)"
  260. },
  261. {
  262. "value": "ixVolume",
  263. "description": "ixVolume (Dataset created automatically by the system)"
  264. }
  265. ]
  266. }
  267. },
  268. {
  269. "variable": "datasetName",
  270. "label": "Dataset Name",
  271. "schema": {
  272. "type": "string",
  273. "show_if": [
  274. [
  275. "type",
  276. "=",
  277. "ixVolume"
  278. ]
  279. ],
  280. "required": true,
  281. "hidden": true,
  282. "immutable": true,
  283. "default": "config",
  284. "$ref": [
  285. "normalize/ixVolume"
  286. ]
  287. }
  288. },
  289. {
  290. "variable": "hostPath",
  291. "label": "Host Path",
  292. "schema": {
  293. "type": "hostpath",
  294. "show_if": [
  295. [
  296. "type",
  297. "=",
  298. "hostPath"
  299. ]
  300. ],
  301. "required": true
  302. }
  303. }
  304. ]
  305. }
  306. }
  307. ]
  308. }
  309. },
  310. {
  311. "variable": "resources",
  312. "group": "Resources Configuration",
  313. "label": "",
  314. "schema": {
  315. "type": "dict",
  316. "attrs": [
  317. {
  318. "variable": "limits",
  319. "label": "Limits",
  320. "schema": {
  321. "type": "dict",
  322. "attrs": [
  323. {
  324. "variable": "cpu",
  325. "label": "CPU",
  326. "description": "CPU limit for Jellyseerr.",
  327. "schema": {
  328. "type": "string",
  329. "max_length": 6,
  330. "valid_chars": "^(0\\.[1-9]|[1-9][0-9]*)(\\.[0-9]|m?)$",
  331. "valid_chars_error": "Valid CPU limit formats are</br>\n- Plain Integer - eg. 1</br>\n- Float - eg. 0.5</br>\n- Milicpu - eg. 500m\n",
  332. "default": "4000m",
  333. "required": true
  334. }
  335. },
  336. {
  337. "variable": "memory",
  338. "label": "Memory",
  339. "description": "Memory limit for Jellyseerr.",
  340. "schema": {
  341. "type": "string",
  342. "max_length": 12,
  343. "valid_chars": "^[1-9][0-9]*([EPTGMK]i?|e[0-9]+)?$",
  344. "valid_chars_error": "Valid Memory limit formats are</br>\n- Suffixed with E/P/T/G/M/K - eg. 1G</br>\n- Suffixed with Ei/Pi/Ti/Gi/Mi/Ki - eg. 1Gi</br>\n- Plain Integer in bytes - eg. 1024</br>\n- Exponent - eg. 134e6\n",
  345. "default": "8Gi",
  346. "required": true
  347. }
  348. }
  349. ]
  350. }
  351. }
  352. ]
  353. }
  354. }
  355. ]
  356. },
  357. "app_readme": "<h1>Jellyseerr</h1>\n<p><a href=\"https://github.com/Fallenbagel/jellyseerr\">Jellyseerr</a> is a free and open source software application for managing requests for your media library.</p>\n<blockquote>\n<p>When application is installed, a container will be launched with <strong>root</strong> privileges.\nThis is required in order to apply the correct permissions to the <code>Jellyseerr</code> directories.\nAfterward, the <code>Jellyseerr</code> container will run as a <strong>non</strong>-root user (Default: <code>568</code>).\nAll mounted storage(s) will be <code>chown</code>ed only if the parent directory does not match the configured user.</p>\n</blockquote>",
  358. "detailed_readme": "<h1>Jellyseerr</h1>\n<p><a href=\"https://github.com/Fallenbagel/jellyseerr\">Jellyseerr</a> is a free and open source software application for managing requests for your media library.</p>\n<blockquote>\n<p>When application is installed, a container will be launched with <strong>root</strong> privileges.\nThis is required in order to apply the correct permissions to the <code>Jellyseerr</code> directories.\nAfterward, the <code>Jellyseerr</code> container will run as a <strong>non</strong>-root user (Default: <code>568</code>).\nAll mounted storage(s) will be <code>chown</code>ed only if the parent directory does not match the configured user.</p>\n</blockquote>",
  359. "changelog": null
  360. }
  361. }