app_versions.json 78 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030
  1. {
  2. "1.2.0": {
  3. "healthy": true,
  4. "supported": false,
  5. "healthy_error": null,
  6. "location": "/__w/charts/charts/community/sonarr/1.2.0",
  7. "last_update": "2023-12-06 13:24:48",
  8. "required_features": [
  9. "normalize/ixVolume",
  10. "normalize/acl"
  11. ],
  12. "human_version": "3.0.10.1567_1.2.0",
  13. "version": "1.2.0",
  14. "chart_metadata": {
  15. "name": "sonarr",
  16. "description": "Sonarr is a PVR for Usenet and BitTorrent users.",
  17. "annotations": {
  18. "title": "Sonarr"
  19. },
  20. "type": "application",
  21. "version": "1.2.0",
  22. "apiVersion": "v2",
  23. "appVersion": "3.0.10.1567",
  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.3"
  37. }
  38. ],
  39. "home": "https://github.com/Sonarr/Sonarr",
  40. "icon": "https://media.sys.truenas.net/apps/sonarr/icons/icon.png",
  41. "sources": [
  42. "https://github.com/onedr0p/containers/tree/main/apps/sonarr",
  43. "https://github.com/truenas/charts/tree/master/community/sonarr",
  44. "https://github.com/Sonarr/Sonarr"
  45. ],
  46. "keywords": [
  47. "media",
  48. "series"
  49. ]
  50. },
  51. "app_metadata": {
  52. "runAsContext": [
  53. {
  54. "userName": "sonarr",
  55. "groupName": "sonarr",
  56. "gid": 568,
  57. "uid": 568,
  58. "description": "Sonarr can run as any non-root user."
  59. }
  60. ],
  61. "capabilities": [],
  62. "hostMounts": []
  63. },
  64. "schema": {
  65. "groups": [
  66. {
  67. "name": "Sonarr Configuration",
  68. "description": "Configure Sonarr"
  69. },
  70. {
  71. "name": "User and Group Configuration",
  72. "description": "Configure User and Group for Sonarr"
  73. },
  74. {
  75. "name": "Network Configuration",
  76. "description": "Configure Network for Sonarr"
  77. },
  78. {
  79. "name": "Storage Configuration",
  80. "description": "Configure Storage for Sonarr"
  81. },
  82. {
  83. "name": "Resources Configuration",
  84. "description": "Configure Resources for Sonarr"
  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": "sonarrConfig",
  104. "label": "",
  105. "group": "Sonarr Configuration",
  106. "schema": {
  107. "type": "dict",
  108. "attrs": [
  109. {
  110. "variable": "instanceName",
  111. "label": "Instance Name",
  112. "description": "The name of the Sonarr instance.",
  113. "schema": {
  114. "type": "string",
  115. "default": "Sonarr",
  116. "required": true
  117. }
  118. },
  119. {
  120. "variable": "additionalEnvs",
  121. "label": "Additional Environment Variables",
  122. "description": "Configure additional environment variables for Sonarr.",
  123. "schema": {
  124. "type": "list",
  125. "default": [],
  126. "items": [
  127. {
  128. "variable": "env",
  129. "label": "Environment Variable",
  130. "schema": {
  131. "type": "dict",
  132. "attrs": [
  133. {
  134. "variable": "name",
  135. "label": "Name",
  136. "schema": {
  137. "type": "string",
  138. "required": true
  139. }
  140. },
  141. {
  142. "variable": "value",
  143. "label": "Value",
  144. "schema": {
  145. "type": "string",
  146. "required": true
  147. }
  148. }
  149. ]
  150. }
  151. }
  152. ]
  153. }
  154. }
  155. ]
  156. }
  157. },
  158. {
  159. "variable": "sonarrRunAs",
  160. "label": "",
  161. "group": "User and Group Configuration",
  162. "schema": {
  163. "type": "dict",
  164. "attrs": [
  165. {
  166. "variable": "user",
  167. "label": "User ID",
  168. "description": "The user id that Sonarr will run as.",
  169. "schema": {
  170. "type": "int",
  171. "min": 2,
  172. "default": 568,
  173. "required": true
  174. }
  175. },
  176. {
  177. "variable": "group",
  178. "label": "Group ID",
  179. "description": "The group id that Sonarr will run as.",
  180. "schema": {
  181. "type": "int",
  182. "min": 2,
  183. "default": 568,
  184. "required": true
  185. }
  186. }
  187. ]
  188. }
  189. },
  190. {
  191. "variable": "sonarrNetwork",
  192. "label": "",
  193. "group": "Network Configuration",
  194. "schema": {
  195. "type": "dict",
  196. "attrs": [
  197. {
  198. "variable": "webPort",
  199. "label": "Web Port",
  200. "description": "The port for the Sonarr Web UI.",
  201. "schema": {
  202. "type": "int",
  203. "default": 30027,
  204. "min": 9000,
  205. "max": 65535,
  206. "required": true
  207. }
  208. },
  209. {
  210. "variable": "hostNetwork",
  211. "label": "Host Network",
  212. "description": "Bind to the host network. It's recommended to keep this disabled.</br>\n",
  213. "schema": {
  214. "type": "boolean",
  215. "default": false
  216. }
  217. }
  218. ]
  219. }
  220. },
  221. {
  222. "variable": "sonarrStorage",
  223. "label": "",
  224. "group": "Storage Configuration",
  225. "schema": {
  226. "type": "dict",
  227. "attrs": [
  228. {
  229. "variable": "config",
  230. "label": "Sonarr Config Storage",
  231. "description": "The path to store Sonarr Configuration.",
  232. "schema": {
  233. "type": "dict",
  234. "attrs": [
  235. {
  236. "variable": "type",
  237. "label": "Type",
  238. "description": "ixVolume: Is dataset created automatically by the system.</br>\nHost Path: Is a path that already exists on the system.\n",
  239. "schema": {
  240. "type": "string",
  241. "required": true,
  242. "immutable": true,
  243. "default": "ixVolume",
  244. "enum": [
  245. {
  246. "value": "hostPath",
  247. "description": "Host Path (Path that already exists on the system)"
  248. },
  249. {
  250. "value": "ixVolume",
  251. "description": "ixVolume (Dataset created automatically by the system)"
  252. }
  253. ]
  254. }
  255. },
  256. {
  257. "variable": "ixVolumeConfig",
  258. "label": "ixVolume Configuration",
  259. "description": "The configuration for the ixVolume dataset.",
  260. "schema": {
  261. "type": "dict",
  262. "show_if": [
  263. [
  264. "type",
  265. "=",
  266. "ixVolume"
  267. ]
  268. ],
  269. "$ref": [
  270. "normalize/ixVolume"
  271. ],
  272. "attrs": [
  273. {
  274. "variable": "aclEnable",
  275. "label": "Enable ACL",
  276. "description": "Enable ACL for the dataset.",
  277. "schema": {
  278. "type": "boolean",
  279. "default": false
  280. }
  281. },
  282. {
  283. "variable": "datasetName",
  284. "label": "Dataset Name",
  285. "description": "The name of the dataset to use for storage.",
  286. "schema": {
  287. "type": "string",
  288. "required": true,
  289. "immutable": true,
  290. "hidden": true,
  291. "default": "config"
  292. }
  293. },
  294. {
  295. "variable": "aclEntries",
  296. "label": "ACL Configuration",
  297. "schema": {
  298. "type": "dict",
  299. "show_if": [
  300. [
  301. "aclEnable",
  302. "=",
  303. true
  304. ]
  305. ],
  306. "attrs": [
  307. {
  308. "variable": "path",
  309. "label": "Path",
  310. "description": "Path to perform ACL",
  311. "schema": {
  312. "type": "string",
  313. "hidden": true
  314. }
  315. },
  316. {
  317. "variable": "entries",
  318. "label": "ACL Entries",
  319. "description": "ACL Entries",
  320. "schema": {
  321. "type": "list",
  322. "items": [
  323. {
  324. "variable": "aclEntry",
  325. "label": "ACL Entry",
  326. "schema": {
  327. "type": "dict",
  328. "attrs": [
  329. {
  330. "variable": "id_type",
  331. "label": "ID Type",
  332. "schema": {
  333. "type": "string",
  334. "enum": [
  335. {
  336. "value": "USER",
  337. "description": "Entry is for a USER"
  338. },
  339. {
  340. "value": "GROUP",
  341. "description": "Entry is for a GROUP"
  342. }
  343. ],
  344. "default": "USER"
  345. }
  346. },
  347. {
  348. "variable": "id",
  349. "label": "ID",
  350. "description": "Make sure to check the ID value is correct and aligns with RunAs user context of the application",
  351. "schema": {
  352. "type": "int",
  353. "required": true,
  354. "min": 0
  355. }
  356. },
  357. {
  358. "variable": "access",
  359. "label": "Access",
  360. "schema": {
  361. "type": "string",
  362. "enum": [
  363. {
  364. "value": "READ",
  365. "description": "Read Access"
  366. },
  367. {
  368. "value": "MODIFY",
  369. "description": "Modify Access"
  370. },
  371. {
  372. "value": "FULL_CONTROL",
  373. "description": "FULL_CONTROL Access"
  374. }
  375. ]
  376. }
  377. }
  378. ]
  379. }
  380. }
  381. ]
  382. }
  383. }
  384. ]
  385. }
  386. }
  387. ]
  388. }
  389. },
  390. {
  391. "variable": "hostPathConfig",
  392. "label": "Host Path Configuration",
  393. "schema": {
  394. "type": "dict",
  395. "show_if": [
  396. [
  397. "type",
  398. "=",
  399. "hostPath"
  400. ]
  401. ],
  402. "attrs": [
  403. {
  404. "variable": "aclEnable",
  405. "label": "Enable ACL",
  406. "description": "Enable ACL for the dataset.",
  407. "schema": {
  408. "type": "boolean",
  409. "default": false
  410. }
  411. },
  412. {
  413. "variable": "acl",
  414. "label": "ACL Configuration",
  415. "schema": {
  416. "type": "dict",
  417. "show_if": [
  418. [
  419. "aclEnable",
  420. "=",
  421. true
  422. ]
  423. ],
  424. "attrs": [
  425. {
  426. "variable": "path",
  427. "label": "Host Path",
  428. "description": "Host Path to perform ACL",
  429. "schema": {
  430. "type": "hostpath",
  431. "required": true,
  432. "empty": false
  433. }
  434. },
  435. {
  436. "variable": "entries",
  437. "label": "ACL Entries",
  438. "description": "ACL Entries",
  439. "schema": {
  440. "type": "list",
  441. "items": [
  442. {
  443. "variable": "aclEntry",
  444. "label": "ACL Entry",
  445. "schema": {
  446. "type": "dict",
  447. "attrs": [
  448. {
  449. "variable": "id_type",
  450. "label": "ID Type",
  451. "schema": {
  452. "type": "string",
  453. "enum": [
  454. {
  455. "value": "USER",
  456. "description": "Entry is for a USER"
  457. },
  458. {
  459. "value": "GROUP",
  460. "description": "Entry is for a GROUP"
  461. }
  462. ],
  463. "default": "USER"
  464. }
  465. },
  466. {
  467. "variable": "id",
  468. "label": "ID",
  469. "description": "Make sure to check the ID value is correct and aligns with RunAs user context of the application",
  470. "schema": {
  471. "type": "int",
  472. "required": true,
  473. "min": 0
  474. }
  475. },
  476. {
  477. "variable": "access",
  478. "label": "Access",
  479. "schema": {
  480. "type": "string",
  481. "enum": [
  482. {
  483. "value": "READ",
  484. "description": "Read Access"
  485. },
  486. {
  487. "value": "MODIFY",
  488. "description": "Modify Access"
  489. },
  490. {
  491. "value": "FULL_CONTROL",
  492. "description": "FULL_CONTROL Access"
  493. }
  494. ]
  495. }
  496. }
  497. ]
  498. }
  499. }
  500. ]
  501. }
  502. },
  503. {
  504. "variable": "options",
  505. "label": "ACL Options",
  506. "schema": {
  507. "type": "dict",
  508. "attrs": [
  509. {
  510. "variable": "force",
  511. "label": "Force Flag",
  512. "description": "Enabling `Force` applies ACL even if the path has existing data",
  513. "schema": {
  514. "type": "boolean",
  515. "default": false
  516. }
  517. }
  518. ]
  519. }
  520. }
  521. ],
  522. "$ref": [
  523. "normalize/acl"
  524. ]
  525. }
  526. },
  527. {
  528. "variable": "hostPath",
  529. "label": "Host Path",
  530. "description": "The host path to use for storage.",
  531. "schema": {
  532. "type": "hostpath",
  533. "show_if": [
  534. [
  535. "aclEnable",
  536. "=",
  537. false
  538. ]
  539. ],
  540. "immutable": true,
  541. "required": true
  542. }
  543. }
  544. ]
  545. }
  546. }
  547. ]
  548. }
  549. },
  550. {
  551. "variable": "additionalStorages",
  552. "label": "Additional Storage",
  553. "description": "Additional storage for Sonarr.",
  554. "schema": {
  555. "type": "list",
  556. "default": [],
  557. "items": [
  558. {
  559. "variable": "storageEntry",
  560. "label": "Storage Entry",
  561. "schema": {
  562. "type": "dict",
  563. "attrs": [
  564. {
  565. "variable": "type",
  566. "label": "Type",
  567. "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",
  568. "schema": {
  569. "type": "string",
  570. "required": true,
  571. "default": "ixVolume",
  572. "immutable": true,
  573. "enum": [
  574. {
  575. "value": "hostPath",
  576. "description": "Host Path (Path that already exists on the system)"
  577. },
  578. {
  579. "value": "ixVolume",
  580. "description": "ixVolume (Dataset created automatically by the system)"
  581. },
  582. {
  583. "value": "smb-pv-pvc",
  584. "description": "SMB Share (Mounts a persistent volume claim to a SMB share)"
  585. }
  586. ]
  587. }
  588. },
  589. {
  590. "variable": "readOnly",
  591. "label": "Read Only",
  592. "description": "Mount the volume as read only.",
  593. "schema": {
  594. "type": "boolean",
  595. "default": false
  596. }
  597. },
  598. {
  599. "variable": "mountPath",
  600. "label": "Mount Path",
  601. "description": "The path inside the container to mount the storage.",
  602. "schema": {
  603. "type": "path",
  604. "required": true
  605. }
  606. },
  607. {
  608. "variable": "hostPathConfig",
  609. "label": "Host Path Configuration",
  610. "schema": {
  611. "type": "dict",
  612. "show_if": [
  613. [
  614. "type",
  615. "=",
  616. "hostPath"
  617. ]
  618. ],
  619. "attrs": [
  620. {
  621. "variable": "aclEnable",
  622. "label": "Enable ACL",
  623. "description": "Enable ACL for the dataset.",
  624. "schema": {
  625. "type": "boolean",
  626. "default": false
  627. }
  628. },
  629. {
  630. "variable": "acl",
  631. "label": "ACL Configuration",
  632. "schema": {
  633. "type": "dict",
  634. "show_if": [
  635. [
  636. "aclEnable",
  637. "=",
  638. true
  639. ]
  640. ],
  641. "attrs": [
  642. {
  643. "variable": "path",
  644. "label": "Host Path",
  645. "description": "Host Path to perform ACL",
  646. "schema": {
  647. "type": "hostpath",
  648. "required": true,
  649. "empty": false
  650. }
  651. },
  652. {
  653. "variable": "entries",
  654. "label": "ACL Entries",
  655. "description": "ACL Entries",
  656. "schema": {
  657. "type": "list",
  658. "items": [
  659. {
  660. "variable": "aclEntry",
  661. "label": "ACL Entry",
  662. "schema": {
  663. "type": "dict",
  664. "attrs": [
  665. {
  666. "variable": "id_type",
  667. "label": "ID Type",
  668. "schema": {
  669. "type": "string",
  670. "enum": [
  671. {
  672. "value": "USER",
  673. "description": "Entry is for a USER"
  674. },
  675. {
  676. "value": "GROUP",
  677. "description": "Entry is for a GROUP"
  678. }
  679. ],
  680. "default": "USER"
  681. }
  682. },
  683. {
  684. "variable": "id",
  685. "label": "ID",
  686. "description": "Make sure to check the ID value is correct and aligns with RunAs user context of the application",
  687. "schema": {
  688. "type": "int",
  689. "required": true,
  690. "min": 0
  691. }
  692. },
  693. {
  694. "variable": "access",
  695. "label": "Access",
  696. "schema": {
  697. "type": "string",
  698. "enum": [
  699. {
  700. "value": "READ",
  701. "description": "Read Access"
  702. },
  703. {
  704. "value": "MODIFY",
  705. "description": "Modify Access"
  706. },
  707. {
  708. "value": "FULL_CONTROL",
  709. "description": "FULL_CONTROL Access"
  710. }
  711. ]
  712. }
  713. }
  714. ]
  715. }
  716. }
  717. ]
  718. }
  719. },
  720. {
  721. "variable": "options",
  722. "label": "ACL Options",
  723. "schema": {
  724. "type": "dict",
  725. "attrs": [
  726. {
  727. "variable": "force",
  728. "label": "Force Flag",
  729. "description": "Enabling `Force` applies ACL even if the path has existing data",
  730. "schema": {
  731. "type": "boolean",
  732. "default": false
  733. }
  734. }
  735. ]
  736. }
  737. }
  738. ],
  739. "$ref": [
  740. "normalize/acl"
  741. ]
  742. }
  743. },
  744. {
  745. "variable": "hostPath",
  746. "label": "Host Path",
  747. "description": "The host path to use for storage.",
  748. "schema": {
  749. "type": "hostpath",
  750. "show_if": [
  751. [
  752. "aclEnable",
  753. "=",
  754. false
  755. ]
  756. ],
  757. "immutable": true,
  758. "required": true
  759. }
  760. }
  761. ]
  762. }
  763. },
  764. {
  765. "variable": "ixVolumeConfig",
  766. "label": "ixVolume Configuration",
  767. "description": "The configuration for the ixVolume dataset.",
  768. "schema": {
  769. "type": "dict",
  770. "show_if": [
  771. [
  772. "type",
  773. "=",
  774. "ixVolume"
  775. ]
  776. ],
  777. "$ref": [
  778. "normalize/ixVolume"
  779. ],
  780. "attrs": [
  781. {
  782. "variable": "aclEnable",
  783. "label": "Enable ACL",
  784. "description": "Enable ACL for the dataset.",
  785. "schema": {
  786. "type": "boolean",
  787. "default": false
  788. }
  789. },
  790. {
  791. "variable": "datasetName",
  792. "label": "Dataset Name",
  793. "description": "The name of the dataset to use for storage.",
  794. "schema": {
  795. "type": "string",
  796. "required": true,
  797. "immutable": true,
  798. "default": "storage_entry"
  799. }
  800. },
  801. {
  802. "variable": "aclEntries",
  803. "label": "ACL Configuration",
  804. "schema": {
  805. "type": "dict",
  806. "show_if": [
  807. [
  808. "aclEnable",
  809. "=",
  810. true
  811. ]
  812. ],
  813. "attrs": [
  814. {
  815. "variable": "path",
  816. "label": "Path",
  817. "description": "Path to perform ACL",
  818. "schema": {
  819. "type": "string",
  820. "hidden": true
  821. }
  822. },
  823. {
  824. "variable": "entries",
  825. "label": "ACL Entries",
  826. "description": "ACL Entries",
  827. "schema": {
  828. "type": "list",
  829. "items": [
  830. {
  831. "variable": "aclEntry",
  832. "label": "ACL Entry",
  833. "schema": {
  834. "type": "dict",
  835. "attrs": [
  836. {
  837. "variable": "id_type",
  838. "label": "ID Type",
  839. "schema": {
  840. "type": "string",
  841. "enum": [
  842. {
  843. "value": "USER",
  844. "description": "Entry is for a USER"
  845. },
  846. {
  847. "value": "GROUP",
  848. "description": "Entry is for a GROUP"
  849. }
  850. ],
  851. "default": "USER"
  852. }
  853. },
  854. {
  855. "variable": "id",
  856. "label": "ID",
  857. "description": "Make sure to check the ID value is correct and aligns with RunAs user context of the application",
  858. "schema": {
  859. "type": "int",
  860. "required": true,
  861. "min": 0
  862. }
  863. },
  864. {
  865. "variable": "access",
  866. "label": "Access",
  867. "schema": {
  868. "type": "string",
  869. "enum": [
  870. {
  871. "value": "READ",
  872. "description": "Read Access"
  873. },
  874. {
  875. "value": "MODIFY",
  876. "description": "Modify Access"
  877. },
  878. {
  879. "value": "FULL_CONTROL",
  880. "description": "FULL_CONTROL Access"
  881. }
  882. ]
  883. }
  884. }
  885. ]
  886. }
  887. }
  888. ]
  889. }
  890. }
  891. ]
  892. }
  893. }
  894. ]
  895. }
  896. },
  897. {
  898. "variable": "smbConfig",
  899. "label": "SMB Share Configuration",
  900. "description": "The configuration for the SMB Share.",
  901. "schema": {
  902. "type": "dict",
  903. "show_if": [
  904. [
  905. "type",
  906. "=",
  907. "smb-pv-pvc"
  908. ]
  909. ],
  910. "attrs": [
  911. {
  912. "variable": "server",
  913. "label": "Server",
  914. "description": "The server for the SMB share.",
  915. "schema": {
  916. "type": "string",
  917. "required": true
  918. }
  919. },
  920. {
  921. "variable": "share",
  922. "label": "Share",
  923. "description": "The share name for the SMB share.",
  924. "schema": {
  925. "type": "string",
  926. "required": true
  927. }
  928. },
  929. {
  930. "variable": "domain",
  931. "label": "Domain (Optional)",
  932. "description": "The domain for the SMB share.",
  933. "schema": {
  934. "type": "string"
  935. }
  936. },
  937. {
  938. "variable": "username",
  939. "label": "Username",
  940. "description": "The username for the SMB share.",
  941. "schema": {
  942. "type": "string",
  943. "required": true
  944. }
  945. },
  946. {
  947. "variable": "password",
  948. "label": "Password",
  949. "description": "The password for the SMB share.",
  950. "schema": {
  951. "type": "string",
  952. "required": true,
  953. "private": true
  954. }
  955. },
  956. {
  957. "variable": "size",
  958. "label": "Size (in Gi)",
  959. "description": "The size of the volume quota.",
  960. "schema": {
  961. "type": "int",
  962. "required": true,
  963. "min": 1,
  964. "default": 1
  965. }
  966. }
  967. ]
  968. }
  969. }
  970. ]
  971. }
  972. }
  973. ]
  974. }
  975. }
  976. ]
  977. }
  978. },
  979. {
  980. "variable": "resources",
  981. "group": "Resources Configuration",
  982. "label": "",
  983. "schema": {
  984. "type": "dict",
  985. "attrs": [
  986. {
  987. "variable": "limits",
  988. "label": "Limits",
  989. "schema": {
  990. "type": "dict",
  991. "attrs": [
  992. {
  993. "variable": "cpu",
  994. "label": "CPU",
  995. "description": "CPU limit for Sonarr.",
  996. "schema": {
  997. "type": "string",
  998. "max_length": 6,
  999. "valid_chars": "^(0\\.[1-9]|[1-9][0-9]*)(\\.[0-9]|m?)$",
  1000. "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",
  1001. "default": "4000m",
  1002. "required": true
  1003. }
  1004. },
  1005. {
  1006. "variable": "memory",
  1007. "label": "Memory",
  1008. "description": "Memory limit for Sonarr.",
  1009. "schema": {
  1010. "type": "string",
  1011. "max_length": 12,
  1012. "valid_chars": "^[1-9][0-9]*([EPTGMK]i?|e[0-9]+)?$",
  1013. "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",
  1014. "default": "8Gi",
  1015. "required": true
  1016. }
  1017. }
  1018. ]
  1019. }
  1020. }
  1021. ]
  1022. }
  1023. }
  1024. ]
  1025. },
  1026. "app_readme": "<h1>Sonarr</h1>\n<p><a href=\"https://github.com/Sonarr/Sonarr\">Sonarr</a> is a PVR for Usenet and BitTorrent users. It can monitor multiple RSS feeds for new episodes of your favorite shows and will grab, sort and rename them.</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>Sonarr</code> directories.\nAfterward, the <code>Sonarr</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>",
  1027. "detailed_readme": "<h1>Sonarr</h1>\n<p><a href=\"https://github.com/Sonarr/Sonarr\">Sonarr</a> is a PVR for Usenet and BitTorrent users. It can monitor multiple RSS feeds for new episodes of your favorite shows and will grab, sort and rename them.</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>Sonarr</code> directories.\nAfterward, the <code>Sonarr</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>",
  1028. "changelog": null
  1029. }
  1030. }