app_versions.json 30 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529
  1. {
  2. "1.1.2": {
  3. "healthy": true,
  4. "supported": true,
  5. "healthy_error": null,
  6. "location": "/__w/charts/charts/community/sabnzbd/1.1.2",
  7. "last_update": "2023-11-14 10:11:57",
  8. "required_features": [
  9. "normalize/ixVolume"
  10. ],
  11. "human_version": "4.1.0_1.1.2",
  12. "version": "1.1.2",
  13. "chart_metadata": {
  14. "name": "sabnzbd",
  15. "description": "SABnzbd is an Open Source Binary Newsreader written in Python.",
  16. "annotations": {
  17. "title": "SABnzbd"
  18. },
  19. "type": "application",
  20. "version": "1.1.2",
  21. "apiVersion": "v2",
  22. "appVersion": "4.1.0",
  23. "kubeVersion": ">=1.16.0-0",
  24. "maintainers": [
  25. {
  26. "name": "truenas",
  27. "url": "https://www.truenas.com/",
  28. "email": "dev@ixsystems.com"
  29. }
  30. ],
  31. "dependencies": [
  32. {
  33. "name": "common",
  34. "repository": "file://../../../common",
  35. "version": "1.2.2"
  36. }
  37. ],
  38. "home": "https://sabnzbd.org/",
  39. "icon": "https://media.sys.truenas.net/apps/sabnzbd/icons/icon.svg",
  40. "sources": [
  41. "https://github.com/onedr0p/containers/tree/main/apps/sabnzbd",
  42. "https://github.com/truenas/charts/tree/master/library/ix-dev/community/sabnzbd",
  43. "https://github.com/Sabnzbd/Sabnzbd"
  44. ],
  45. "keywords": [
  46. "media",
  47. "usenet",
  48. "newsreader"
  49. ]
  50. },
  51. "app_metadata": {
  52. "runAsContext": [
  53. {
  54. "userName": "sabnzbd",
  55. "groupName": "sabnzbd",
  56. "gid": 568,
  57. "uid": 568,
  58. "description": "Sabnzbd can run as any non-root user."
  59. }
  60. ],
  61. "capabilities": [],
  62. "hostMounts": []
  63. },
  64. "schema": {
  65. "groups": [
  66. {
  67. "name": "SABnzbd Configuration",
  68. "description": "Configure SABnzbd"
  69. },
  70. {
  71. "name": "User and Group Configuration",
  72. "description": "Configure User and Group for SABnzbd"
  73. },
  74. {
  75. "name": "Network Configuration",
  76. "description": "Configure Network for SABnzbd"
  77. },
  78. {
  79. "name": "Storage Configuration",
  80. "description": "Configure Storage for SABnzbd"
  81. },
  82. {
  83. "name": "Resources Configuration",
  84. "description": "Configure Resources for SABnzbd"
  85. }
  86. ],
  87. "portals": {
  88. "web_portal": {
  89. "protocols": [
  90. "$kubernetes-resource_configmap_portal_protocol"
  91. ],
  92. "host": [
  93. "$kubernetes-resource_configmap_portal_host"
  94. ],
  95. "ports": [
  96. "$kubernetes-resource_configmap_portal_port"
  97. ],
  98. "path": "$kubernetes-resource_configmap_portal_path"
  99. }
  100. },
  101. "questions": [
  102. {
  103. "variable": "sabnzbdConfig",
  104. "label": "",
  105. "group": "SABnzbd Configuration",
  106. "schema": {
  107. "type": "dict",
  108. "attrs": [
  109. {
  110. "variable": "additionalEnvs",
  111. "label": "Additional Environment Variables",
  112. "description": "Configure additional environment variables for SABnzbd.",
  113. "schema": {
  114. "type": "list",
  115. "default": [],
  116. "items": [
  117. {
  118. "variable": "env",
  119. "label": "Environment Variable",
  120. "schema": {
  121. "type": "dict",
  122. "attrs": [
  123. {
  124. "variable": "name",
  125. "label": "Name",
  126. "schema": {
  127. "type": "string",
  128. "required": true
  129. }
  130. },
  131. {
  132. "variable": "value",
  133. "label": "Value",
  134. "schema": {
  135. "type": "string",
  136. "required": true
  137. }
  138. }
  139. ]
  140. }
  141. }
  142. ]
  143. }
  144. }
  145. ]
  146. }
  147. },
  148. {
  149. "variable": "sabnzbdRunAs",
  150. "label": "",
  151. "group": "User and Group Configuration",
  152. "schema": {
  153. "type": "dict",
  154. "attrs": [
  155. {
  156. "variable": "user",
  157. "label": "User ID",
  158. "description": "The user id that SABnzbd will run as.",
  159. "schema": {
  160. "type": "int",
  161. "min": 2,
  162. "default": 568,
  163. "required": true
  164. }
  165. },
  166. {
  167. "variable": "group",
  168. "label": "Group ID",
  169. "description": "The group id that SABnzbd will run as.",
  170. "schema": {
  171. "type": "int",
  172. "min": 2,
  173. "default": 568,
  174. "required": true
  175. }
  176. }
  177. ]
  178. }
  179. },
  180. {
  181. "variable": "sabnzbdNetwork",
  182. "label": "",
  183. "group": "Network Configuration",
  184. "schema": {
  185. "type": "dict",
  186. "attrs": [
  187. {
  188. "variable": "webPort",
  189. "label": "Web Port",
  190. "description": "The port for the SABnzbd Web UI.",
  191. "schema": {
  192. "type": "int",
  193. "default": 30055,
  194. "min": 9000,
  195. "max": 65535,
  196. "required": true
  197. }
  198. },
  199. {
  200. "variable": "hostNetwork",
  201. "label": "Host Network",
  202. "description": "Bind to the host network. It's recommended to keep this disabled.</br>\n",
  203. "schema": {
  204. "type": "boolean",
  205. "default": false
  206. }
  207. }
  208. ]
  209. }
  210. },
  211. {
  212. "variable": "sabnzbdStorage",
  213. "label": "",
  214. "group": "Storage Configuration",
  215. "schema": {
  216. "type": "dict",
  217. "attrs": [
  218. {
  219. "variable": "config",
  220. "label": "SABnzbd Config Storage",
  221. "description": "The path to store SABnzbd Configuration.",
  222. "schema": {
  223. "type": "dict",
  224. "attrs": [
  225. {
  226. "variable": "type",
  227. "label": "Type",
  228. "description": "ixVolume: Is dataset created automatically by the system.</br>\nHost Path: Is a path that already exists on the system.\n",
  229. "schema": {
  230. "type": "string",
  231. "required": true,
  232. "immutable": true,
  233. "default": "ixVolume",
  234. "enum": [
  235. {
  236. "value": "hostPath",
  237. "description": "Host Path (Path that already exists on the system)"
  238. },
  239. {
  240. "value": "ixVolume",
  241. "description": "ixVolume (Dataset created automatically by the system)"
  242. }
  243. ]
  244. }
  245. },
  246. {
  247. "variable": "datasetName",
  248. "label": "Dataset Name",
  249. "schema": {
  250. "type": "string",
  251. "show_if": [
  252. [
  253. "type",
  254. "=",
  255. "ixVolume"
  256. ]
  257. ],
  258. "required": true,
  259. "hidden": true,
  260. "immutable": true,
  261. "default": "config",
  262. "$ref": [
  263. "normalize/ixVolume"
  264. ]
  265. }
  266. },
  267. {
  268. "variable": "hostPath",
  269. "label": "Host Path",
  270. "schema": {
  271. "type": "hostpath",
  272. "show_if": [
  273. [
  274. "type",
  275. "=",
  276. "hostPath"
  277. ]
  278. ],
  279. "immutable": true,
  280. "required": true
  281. }
  282. }
  283. ]
  284. }
  285. },
  286. {
  287. "variable": "additionalStorages",
  288. "label": "Additional Storage",
  289. "description": "Additional storage for SABnzbd.",
  290. "schema": {
  291. "type": "list",
  292. "default": [],
  293. "items": [
  294. {
  295. "variable": "storageEntry",
  296. "label": "Storage Entry",
  297. "schema": {
  298. "type": "dict",
  299. "attrs": [
  300. {
  301. "variable": "type",
  302. "label": "Type",
  303. "description": "ixVolume: Is dataset created automatically by the system.</br>\nHost Path: Is a path that already exists on the system.</br>\nSMB Share: Is a SMB share that is mounted to a persistent volume claim.\n",
  304. "schema": {
  305. "type": "string",
  306. "required": true,
  307. "default": "ixVolume",
  308. "immutable": true,
  309. "enum": [
  310. {
  311. "value": "hostPath",
  312. "description": "Host Path (Path that already exists on the system)"
  313. },
  314. {
  315. "value": "ixVolume",
  316. "description": "ixVolume (Dataset created automatically by the system)"
  317. },
  318. {
  319. "value": "smb-pv-pvc",
  320. "description": "SMB Share (Mounts a persistent volume claim to a SMB share)"
  321. }
  322. ]
  323. }
  324. },
  325. {
  326. "variable": "mountPath",
  327. "label": "Mount Path",
  328. "description": "The path inside the container to mount the storage.",
  329. "schema": {
  330. "type": "path",
  331. "required": true
  332. }
  333. },
  334. {
  335. "variable": "hostPath",
  336. "label": "Host Path",
  337. "description": "The host path to use for storage.",
  338. "schema": {
  339. "type": "hostpath",
  340. "show_if": [
  341. [
  342. "type",
  343. "=",
  344. "hostPath"
  345. ]
  346. ],
  347. "required": true
  348. }
  349. },
  350. {
  351. "variable": "datasetName",
  352. "label": "Dataset Name",
  353. "description": "The name of the dataset to use for storage.",
  354. "schema": {
  355. "type": "string",
  356. "show_if": [
  357. [
  358. "type",
  359. "=",
  360. "ixVolume"
  361. ]
  362. ],
  363. "required": true,
  364. "immutable": true,
  365. "default": "storage_entry",
  366. "$ref": [
  367. "normalize/ixVolume"
  368. ]
  369. }
  370. },
  371. {
  372. "variable": "server",
  373. "label": "Server",
  374. "description": "The server for the SMB share.",
  375. "schema": {
  376. "type": "string",
  377. "show_if": [
  378. [
  379. "type",
  380. "=",
  381. "smb-pv-pvc"
  382. ]
  383. ],
  384. "required": true
  385. }
  386. },
  387. {
  388. "variable": "share",
  389. "label": "Share",
  390. "description": "The share name for the SMB share.",
  391. "schema": {
  392. "type": "string",
  393. "show_if": [
  394. [
  395. "type",
  396. "=",
  397. "smb-pv-pvc"
  398. ]
  399. ],
  400. "required": true
  401. }
  402. },
  403. {
  404. "variable": "domain",
  405. "label": "Domain (Optional)",
  406. "description": "The domain for the SMB share.",
  407. "schema": {
  408. "type": "string",
  409. "show_if": [
  410. [
  411. "type",
  412. "=",
  413. "smb-pv-pvc"
  414. ]
  415. ]
  416. }
  417. },
  418. {
  419. "variable": "username",
  420. "label": "Username",
  421. "description": "The username for the SMB share.",
  422. "schema": {
  423. "type": "string",
  424. "show_if": [
  425. [
  426. "type",
  427. "=",
  428. "smb-pv-pvc"
  429. ]
  430. ],
  431. "required": true
  432. }
  433. },
  434. {
  435. "variable": "password",
  436. "label": "Password",
  437. "description": "The password for the SMB share.",
  438. "schema": {
  439. "type": "string",
  440. "show_if": [
  441. [
  442. "type",
  443. "=",
  444. "smb-pv-pvc"
  445. ]
  446. ],
  447. "required": true,
  448. "private": true
  449. }
  450. },
  451. {
  452. "variable": "size",
  453. "label": "Size (in Gi)",
  454. "description": "The size of the volume quota.",
  455. "schema": {
  456. "type": "int",
  457. "show_if": [
  458. [
  459. "type",
  460. "=",
  461. "smb-pv-pvc"
  462. ]
  463. ],
  464. "required": true,
  465. "min": 1,
  466. "default": 1
  467. }
  468. }
  469. ]
  470. }
  471. }
  472. ]
  473. }
  474. }
  475. ]
  476. }
  477. },
  478. {
  479. "variable": "resources",
  480. "group": "Resources Configuration",
  481. "label": "",
  482. "schema": {
  483. "type": "dict",
  484. "attrs": [
  485. {
  486. "variable": "limits",
  487. "label": "Limits",
  488. "schema": {
  489. "type": "dict",
  490. "attrs": [
  491. {
  492. "variable": "cpu",
  493. "label": "CPU",
  494. "description": "CPU limit for SABnzbd.",
  495. "schema": {
  496. "type": "string",
  497. "max_length": 6,
  498. "valid_chars": "^(0\\.[1-9]|[1-9][0-9]*)(\\.[0-9]|m?)$",
  499. "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",
  500. "default": "4000m",
  501. "required": true
  502. }
  503. },
  504. {
  505. "variable": "memory",
  506. "label": "Memory",
  507. "description": "Memory limit for SABnzbd.",
  508. "schema": {
  509. "type": "string",
  510. "max_length": 12,
  511. "valid_chars": "^[1-9][0-9]*([EPTGMK]i?|e[0-9]+)?$",
  512. "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",
  513. "default": "8Gi",
  514. "required": true
  515. }
  516. }
  517. ]
  518. }
  519. }
  520. ]
  521. }
  522. }
  523. ]
  524. },
  525. "app_readme": "<h1>SABnzbd</h1>\n<p><a href=\"https://github.com/Sabnzbd/Sabnzbd\">SABnzbd</a> is an Open Source Binary Newsreader written in Python.</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>SABnzbd</code> directories.\nAfterward, the <code>SABnzbd</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>",
  526. "detailed_readme": "<h1>SABnzbd</h1>\n<p><a href=\"https://github.com/Sabnzbd/Sabnzbd\">SABnzbd</a> is an Open Source Binary Newsreader written in Python.</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>SABnzbd</code> directories.\nAfterward, the <code>SABnzbd</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>",
  527. "changelog": null
  528. }
  529. }