app_versions.json 31 KB

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