app_versions.json 42 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771
  1. {
  2. "1.1.2": {
  3. "healthy": true,
  4. "supported": true,
  5. "healthy_error": null,
  6. "location": "/__w/charts/charts/community/omada-controller/1.1.2",
  7. "last_update": "2023-11-14 10:11:57",
  8. "required_features": [
  9. "definitions/certificate",
  10. "definitions/timezone",
  11. "normalize/ixVolume"
  12. ],
  13. "human_version": "5.12_1.1.2",
  14. "version": "1.1.2",
  15. "chart_metadata": {
  16. "name": "omada-controller",
  17. "description": "Omada Controller (TP-Link) is a network management controller for TP-Link Omada Equipment.",
  18. "annotations": {
  19. "title": "Omada Controller"
  20. },
  21. "type": "application",
  22. "version": "1.1.2",
  23. "apiVersion": "v2",
  24. "appVersion": "5.12",
  25. "kubeVersion": ">=1.16.0-0",
  26. "maintainers": [
  27. {
  28. "name": "truenas",
  29. "url": "https://www.truenas.com/",
  30. "email": "dev@ixsystems.com"
  31. }
  32. ],
  33. "dependencies": [
  34. {
  35. "name": "common",
  36. "repository": "file://../../../common",
  37. "version": "1.2.2"
  38. }
  39. ],
  40. "home": "https://github.com/mbentley/docker-omada-controller",
  41. "icon": "https://media.sys.truenas.net/apps/omada-controller/icons/icon.svg",
  42. "sources": [
  43. "https://github.com/mbentley/docker-omada-controller",
  44. "https://github.com/truenas/charts/tree/master/library/ix-dev/community/omada-controller",
  45. "https://hub.docker.com/r/mbentley/omada-controller"
  46. ],
  47. "keywords": [
  48. "network",
  49. "controller",
  50. "omada",
  51. "tp-link"
  52. ]
  53. },
  54. "app_metadata": {
  55. "runAsContext": [
  56. {
  57. "userName": "root",
  58. "groupName": "root",
  59. "gid": 0,
  60. "uid": 0,
  61. "description": "Omada Controller runs as root user."
  62. }
  63. ],
  64. "capabilities": [
  65. {
  66. "name": "CHOWN",
  67. "description": "Omada Controller is able to chown files."
  68. },
  69. {
  70. "name": "DAC_OVERRIDE",
  71. "description": "Omada Controller requires this ability to bypass file permissions."
  72. },
  73. {
  74. "name": "FOWNER",
  75. "description": "Omada Controller requires this ability to bypass file permissions for it's sub-processes."
  76. },
  77. {
  78. "name": "SETGID",
  79. "description": "Omada Controller requires this ability to switch group for sub-processes."
  80. },
  81. {
  82. "name": "SETUID",
  83. "description": "Omada Controller requires this ability to switch user for sub-processes."
  84. }
  85. ],
  86. "hostMounts": []
  87. },
  88. "schema": {
  89. "groups": [
  90. {
  91. "name": "Omada Controller Configuration",
  92. "description": "Configure Omada Controller"
  93. },
  94. {
  95. "name": "User and Group Configuration",
  96. "description": "Configure User and Group for Omada Controller"
  97. },
  98. {
  99. "name": "Network Configuration",
  100. "description": "Configure Network for Omada Controller"
  101. },
  102. {
  103. "name": "Storage Configuration",
  104. "description": "Configure Storage for Omada Controller"
  105. },
  106. {
  107. "name": "Resources Configuration",
  108. "description": "Configure Resources for Omada Controller"
  109. }
  110. ],
  111. "portals": {
  112. "web_portal": {
  113. "protocols": [
  114. "$kubernetes-resource_configmap_portal_protocol"
  115. ],
  116. "host": [
  117. "$kubernetes-resource_configmap_portal_host"
  118. ],
  119. "ports": [
  120. "$kubernetes-resource_configmap_portal_port"
  121. ],
  122. "path": "$kubernetes-resource_configmap_portal_path"
  123. }
  124. },
  125. "questions": [
  126. {
  127. "variable": "TZ",
  128. "group": "Omada Controller Configuration",
  129. "label": "Timezone",
  130. "schema": {
  131. "type": "string",
  132. "default": "America/Los_Angeles",
  133. "required": true,
  134. "$ref": [
  135. "definitions/timezone"
  136. ],
  137. "enum": [
  138. {
  139. "value": "Asia/Damascus",
  140. "description": "'Asia/Damascus' timezone"
  141. },
  142. {
  143. "value": "Asia/Saigon",
  144. "description": "'Asia/Saigon' timezone"
  145. }
  146. ]
  147. }
  148. },
  149. {
  150. "variable": "omadaConfig",
  151. "label": "",
  152. "group": "Omada Controller Configuration",
  153. "schema": {
  154. "type": "dict",
  155. "attrs": [
  156. {
  157. "variable": "additionalEnvs",
  158. "label": "Additional Environment Variables",
  159. "description": "Configure additional environment variables for Omada Controller.",
  160. "schema": {
  161. "type": "list",
  162. "default": [],
  163. "items": [
  164. {
  165. "variable": "env",
  166. "label": "Environment Variable",
  167. "schema": {
  168. "type": "dict",
  169. "attrs": [
  170. {
  171. "variable": "name",
  172. "label": "Name",
  173. "schema": {
  174. "type": "string",
  175. "required": true
  176. }
  177. },
  178. {
  179. "variable": "value",
  180. "label": "Value",
  181. "schema": {
  182. "type": "string",
  183. "required": true
  184. }
  185. }
  186. ]
  187. }
  188. }
  189. ]
  190. }
  191. }
  192. ]
  193. }
  194. },
  195. {
  196. "variable": "omadaID",
  197. "label": "",
  198. "group": "User and Group Configuration",
  199. "schema": {
  200. "type": "dict",
  201. "attrs": [
  202. {
  203. "variable": "user",
  204. "label": "User ID",
  205. "description": "The user id that Omada Controller files will be owned by.",
  206. "schema": {
  207. "type": "int",
  208. "min": 568,
  209. "default": 568,
  210. "required": true
  211. }
  212. },
  213. {
  214. "variable": "group",
  215. "label": "Group ID",
  216. "description": "The group id that Omada Controller files will be owned by.",
  217. "schema": {
  218. "type": "int",
  219. "min": 568,
  220. "default": 568,
  221. "required": true
  222. }
  223. }
  224. ]
  225. }
  226. },
  227. {
  228. "variable": "omadaNetwork",
  229. "label": "",
  230. "group": "Network Configuration",
  231. "schema": {
  232. "type": "dict",
  233. "attrs": [
  234. {
  235. "variable": "manageHttpPort",
  236. "label": "Manage HTTP Port",
  237. "description": "The port to use for Omada Controller HTTP management.",
  238. "schema": {
  239. "type": "int",
  240. "default": 30076,
  241. "min": 9000,
  242. "max": 65535,
  243. "required": true
  244. }
  245. },
  246. {
  247. "variable": "manageHttpsPort",
  248. "label": "Manage HTTPS Port",
  249. "description": "The port to use for Omada Controller HTTPS management.",
  250. "schema": {
  251. "type": "int",
  252. "default": 30077,
  253. "min": 9000,
  254. "max": 65535,
  255. "required": true
  256. }
  257. },
  258. {
  259. "variable": "portalHttpPort",
  260. "label": "Portal HTTP Port",
  261. "description": "The port to use for Omada Controller HTTP portal.",
  262. "schema": {
  263. "type": "int",
  264. "default": 30078,
  265. "min": 9000,
  266. "max": 65535,
  267. "required": true
  268. }
  269. },
  270. {
  271. "variable": "portalHttpsPort",
  272. "label": "Portal HTTPS Port",
  273. "description": "The port to use for Omada Controller HTTPS portal.",
  274. "schema": {
  275. "type": "int",
  276. "default": 30079,
  277. "min": 9000,
  278. "max": 65535,
  279. "required": true
  280. }
  281. },
  282. {
  283. "variable": "appDiscoveryPort",
  284. "label": "App Discovery Port",
  285. "description": "The port to use for Omada Controller App Discovery.",
  286. "schema": {
  287. "type": "int",
  288. "default": 27001,
  289. "min": 9000,
  290. "max": 65535,
  291. "required": true
  292. }
  293. },
  294. {
  295. "variable": "discoveryPort",
  296. "label": "Discovery Port",
  297. "description": "The port to use for Omada Controller Discovery.",
  298. "schema": {
  299. "type": "int",
  300. "default": 29810,
  301. "min": 9000,
  302. "max": 65535,
  303. "required": true
  304. }
  305. },
  306. {
  307. "variable": "managerV1Port",
  308. "label": "Manager v1 Port",
  309. "description": "The port to use for Omada Controller Manager v1.",
  310. "schema": {
  311. "type": "int",
  312. "default": 29811,
  313. "min": 9000,
  314. "max": 65535,
  315. "required": true
  316. }
  317. },
  318. {
  319. "variable": "adoptV1Port",
  320. "label": "Adopt v1 Port",
  321. "description": "The port to use for Omada Controller Adopt v1.",
  322. "schema": {
  323. "type": "int",
  324. "default": 29812,
  325. "min": 9000,
  326. "max": 65535,
  327. "required": true
  328. }
  329. },
  330. {
  331. "variable": "upgradeV1Port",
  332. "label": "Upgrade v1 Port",
  333. "description": "The port to use for Omada Controller Upgrade v1.",
  334. "schema": {
  335. "type": "int",
  336. "default": 29813,
  337. "min": 9000,
  338. "max": 65535,
  339. "required": true
  340. }
  341. },
  342. {
  343. "variable": "managerV2Port",
  344. "label": "Manager v2 Port",
  345. "description": "The port to use for Omada Controller Manager v2.",
  346. "schema": {
  347. "type": "int",
  348. "default": 29814,
  349. "min": 9000,
  350. "max": 65535,
  351. "required": true
  352. }
  353. },
  354. {
  355. "variable": "certificateID",
  356. "label": "Certificate",
  357. "description": "The certificate to use for Omada Controller </br>",
  358. "schema": {
  359. "type": "int",
  360. "null": true,
  361. "$ref": [
  362. "definitions/certificate"
  363. ],
  364. "enum": [
  365. {
  366. "value": null,
  367. "description": "No Certificate"
  368. }
  369. ],
  370. "default": null
  371. }
  372. },
  373. {
  374. "variable": "hostNetwork",
  375. "label": "Host Network",
  376. "description": "Bind to the host network. </br>s\nThis might be required for specific features to work.\n",
  377. "schema": {
  378. "type": "boolean",
  379. "default": false
  380. }
  381. }
  382. ]
  383. }
  384. },
  385. {
  386. "variable": "omadaStorage",
  387. "label": "",
  388. "group": "Storage Configuration",
  389. "schema": {
  390. "type": "dict",
  391. "attrs": [
  392. {
  393. "variable": "data",
  394. "label": "Omada Controller Data Storage",
  395. "description": "The path to store Omada Controller Data.",
  396. "schema": {
  397. "type": "dict",
  398. "attrs": [
  399. {
  400. "variable": "type",
  401. "label": "Type",
  402. "description": "ixVolume: Is dataset created automatically by the system.</br>\nHost Path: Is a path that already exists on the system.\n",
  403. "schema": {
  404. "type": "string",
  405. "required": true,
  406. "immutable": true,
  407. "default": "ixVolume",
  408. "enum": [
  409. {
  410. "value": "hostPath",
  411. "description": "Host Path (Path that already exists on the system)"
  412. },
  413. {
  414. "value": "ixVolume",
  415. "description": "ixVolume (Dataset created automatically by the system)"
  416. }
  417. ]
  418. }
  419. },
  420. {
  421. "variable": "datasetName",
  422. "label": "Dataset Name",
  423. "schema": {
  424. "type": "string",
  425. "show_if": [
  426. [
  427. "type",
  428. "=",
  429. "ixVolume"
  430. ]
  431. ],
  432. "required": true,
  433. "hidden": true,
  434. "immutable": true,
  435. "default": "data",
  436. "$ref": [
  437. "normalize/ixVolume"
  438. ]
  439. }
  440. },
  441. {
  442. "variable": "hostPath",
  443. "label": "Host Path",
  444. "schema": {
  445. "type": "hostpath",
  446. "show_if": [
  447. [
  448. "type",
  449. "=",
  450. "hostPath"
  451. ]
  452. ],
  453. "immutable": true,
  454. "required": true
  455. }
  456. }
  457. ]
  458. }
  459. },
  460. {
  461. "variable": "logs",
  462. "label": "Omada Controller Logs Storage",
  463. "description": "The path to store Omada Controller Logs.",
  464. "schema": {
  465. "type": "dict",
  466. "attrs": [
  467. {
  468. "variable": "type",
  469. "label": "Type",
  470. "description": "ixVolume: Is dataset created automatically by the system.</br>\nHost Path: Is a path that already exists on the system.\n",
  471. "schema": {
  472. "type": "string",
  473. "required": true,
  474. "immutable": true,
  475. "default": "ixVolume",
  476. "enum": [
  477. {
  478. "value": "hostPath",
  479. "description": "Host Path (Path that already exists on the system)"
  480. },
  481. {
  482. "value": "ixVolume",
  483. "description": "ixVolume (Dataset created automatically by the system)"
  484. }
  485. ]
  486. }
  487. },
  488. {
  489. "variable": "datasetName",
  490. "label": "Dataset Name",
  491. "schema": {
  492. "type": "string",
  493. "show_if": [
  494. [
  495. "type",
  496. "=",
  497. "ixVolume"
  498. ]
  499. ],
  500. "required": true,
  501. "hidden": true,
  502. "immutable": true,
  503. "default": "logs",
  504. "$ref": [
  505. "normalize/ixVolume"
  506. ]
  507. }
  508. },
  509. {
  510. "variable": "hostPath",
  511. "label": "Host Path",
  512. "schema": {
  513. "type": "hostpath",
  514. "show_if": [
  515. [
  516. "type",
  517. "=",
  518. "hostPath"
  519. ]
  520. ],
  521. "immutable": true,
  522. "required": true
  523. }
  524. }
  525. ]
  526. }
  527. },
  528. {
  529. "variable": "additionalStorages",
  530. "label": "Additional Storage",
  531. "description": "Additional storage for Omada Controller.",
  532. "schema": {
  533. "type": "list",
  534. "default": [],
  535. "items": [
  536. {
  537. "variable": "storageEntry",
  538. "label": "Storage Entry",
  539. "schema": {
  540. "type": "dict",
  541. "attrs": [
  542. {
  543. "variable": "type",
  544. "label": "Type",
  545. "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",
  546. "schema": {
  547. "type": "string",
  548. "required": true,
  549. "default": "ixVolume",
  550. "immutable": true,
  551. "enum": [
  552. {
  553. "value": "hostPath",
  554. "description": "Host Path (Path that already exists on the system)"
  555. },
  556. {
  557. "value": "ixVolume",
  558. "description": "ixVolume (Dataset created automatically by the system)"
  559. },
  560. {
  561. "value": "smb-pv-pvc",
  562. "description": "SMB Share (Mounts a persistent volume claim to a SMB share)"
  563. }
  564. ]
  565. }
  566. },
  567. {
  568. "variable": "mountPath",
  569. "label": "Mount Path",
  570. "description": "The path inside the container to mount the storage.",
  571. "schema": {
  572. "type": "path",
  573. "required": true
  574. }
  575. },
  576. {
  577. "variable": "hostPath",
  578. "label": "Host Path",
  579. "description": "The host path to use for storage.",
  580. "schema": {
  581. "type": "hostpath",
  582. "show_if": [
  583. [
  584. "type",
  585. "=",
  586. "hostPath"
  587. ]
  588. ],
  589. "required": true
  590. }
  591. },
  592. {
  593. "variable": "datasetName",
  594. "label": "Dataset Name",
  595. "description": "The name of the dataset to use for storage.",
  596. "schema": {
  597. "type": "string",
  598. "show_if": [
  599. [
  600. "type",
  601. "=",
  602. "ixVolume"
  603. ]
  604. ],
  605. "required": true,
  606. "immutable": true,
  607. "default": "storage_entry",
  608. "$ref": [
  609. "normalize/ixVolume"
  610. ]
  611. }
  612. },
  613. {
  614. "variable": "server",
  615. "label": "Server",
  616. "description": "The server for the SMB share.",
  617. "schema": {
  618. "type": "string",
  619. "show_if": [
  620. [
  621. "type",
  622. "=",
  623. "smb-pv-pvc"
  624. ]
  625. ],
  626. "required": true
  627. }
  628. },
  629. {
  630. "variable": "share",
  631. "label": "Share",
  632. "description": "The share name for the SMB share.",
  633. "schema": {
  634. "type": "string",
  635. "show_if": [
  636. [
  637. "type",
  638. "=",
  639. "smb-pv-pvc"
  640. ]
  641. ],
  642. "required": true
  643. }
  644. },
  645. {
  646. "variable": "domain",
  647. "label": "Domain (Optional)",
  648. "description": "The domain for the SMB share.",
  649. "schema": {
  650. "type": "string",
  651. "show_if": [
  652. [
  653. "type",
  654. "=",
  655. "smb-pv-pvc"
  656. ]
  657. ]
  658. }
  659. },
  660. {
  661. "variable": "username",
  662. "label": "Username",
  663. "description": "The username for the SMB share.",
  664. "schema": {
  665. "type": "string",
  666. "show_if": [
  667. [
  668. "type",
  669. "=",
  670. "smb-pv-pvc"
  671. ]
  672. ],
  673. "required": true
  674. }
  675. },
  676. {
  677. "variable": "password",
  678. "label": "Password",
  679. "description": "The password for the SMB share.",
  680. "schema": {
  681. "type": "string",
  682. "show_if": [
  683. [
  684. "type",
  685. "=",
  686. "smb-pv-pvc"
  687. ]
  688. ],
  689. "required": true,
  690. "private": true
  691. }
  692. },
  693. {
  694. "variable": "size",
  695. "label": "Size (in Gi)",
  696. "description": "The size of the volume quota.",
  697. "schema": {
  698. "type": "int",
  699. "show_if": [
  700. [
  701. "type",
  702. "=",
  703. "smb-pv-pvc"
  704. ]
  705. ],
  706. "required": true,
  707. "min": 1,
  708. "default": 1
  709. }
  710. }
  711. ]
  712. }
  713. }
  714. ]
  715. }
  716. }
  717. ]
  718. }
  719. },
  720. {
  721. "variable": "resources",
  722. "group": "Resources Configuration",
  723. "label": "",
  724. "schema": {
  725. "type": "dict",
  726. "attrs": [
  727. {
  728. "variable": "limits",
  729. "label": "Limits",
  730. "schema": {
  731. "type": "dict",
  732. "attrs": [
  733. {
  734. "variable": "cpu",
  735. "label": "CPU",
  736. "description": "CPU limit for Omada Controller.",
  737. "schema": {
  738. "type": "string",
  739. "max_length": 6,
  740. "valid_chars": "^(0\\.[1-9]|[1-9][0-9]*)(\\.[0-9]|m?)$",
  741. "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",
  742. "default": "4000m",
  743. "required": true
  744. }
  745. },
  746. {
  747. "variable": "memory",
  748. "label": "Memory",
  749. "description": "Memory limit for Omada Controller.",
  750. "schema": {
  751. "type": "string",
  752. "max_length": 12,
  753. "valid_chars": "^[1-9][0-9]*([EPTGMK]i?|e[0-9]+)?$",
  754. "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",
  755. "default": "8Gi",
  756. "required": true
  757. }
  758. }
  759. ]
  760. }
  761. }
  762. ]
  763. }
  764. }
  765. ]
  766. },
  767. "app_readme": "<h1>Omada Controller</h1>\n<p><a href=\"https://github.com/mbentley/docker-omada-controller\">Omada Controller</a> is a network management controller for Omada (TP-Link) Equipment.</p>",
  768. "detailed_readme": "<h1>Omada Controller</h1>\n<p><a href=\"https://github.com/mbentley/docker-omada-controller\">Omada Controller</a> is a network management controller for Omada (TP-Link) Equipment.</p>",
  769. "changelog": null
  770. }
  771. }