app_versions.json 42 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769
  1. {
  2. "1.1.6": {
  3. "healthy": true,
  4. "supported": true,
  5. "healthy_error": null,
  6. "location": "/__w/charts/charts/community/omada-controller/1.1.6",
  7. "last_update": "2023-12-20 10:45:42",
  8. "required_features": [
  9. "definitions/certificate",
  10. "definitions/timezone",
  11. "normalize/ixVolume"
  12. ],
  13. "human_version": "5.13_1.1.6",
  14. "version": "1.1.6",
  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.6",
  23. "apiVersion": "v2",
  24. "appVersion": "5.13",
  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.5"
  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. "required": true
  454. }
  455. }
  456. ]
  457. }
  458. },
  459. {
  460. "variable": "logs",
  461. "label": "Omada Controller Logs Storage",
  462. "description": "The path to store Omada Controller Logs.",
  463. "schema": {
  464. "type": "dict",
  465. "attrs": [
  466. {
  467. "variable": "type",
  468. "label": "Type",
  469. "description": "ixVolume: Is dataset created automatically by the system.</br>\nHost Path: Is a path that already exists on the system.\n",
  470. "schema": {
  471. "type": "string",
  472. "required": true,
  473. "immutable": true,
  474. "default": "ixVolume",
  475. "enum": [
  476. {
  477. "value": "hostPath",
  478. "description": "Host Path (Path that already exists on the system)"
  479. },
  480. {
  481. "value": "ixVolume",
  482. "description": "ixVolume (Dataset created automatically by the system)"
  483. }
  484. ]
  485. }
  486. },
  487. {
  488. "variable": "datasetName",
  489. "label": "Dataset Name",
  490. "schema": {
  491. "type": "string",
  492. "show_if": [
  493. [
  494. "type",
  495. "=",
  496. "ixVolume"
  497. ]
  498. ],
  499. "required": true,
  500. "hidden": true,
  501. "immutable": true,
  502. "default": "logs",
  503. "$ref": [
  504. "normalize/ixVolume"
  505. ]
  506. }
  507. },
  508. {
  509. "variable": "hostPath",
  510. "label": "Host Path",
  511. "schema": {
  512. "type": "hostpath",
  513. "show_if": [
  514. [
  515. "type",
  516. "=",
  517. "hostPath"
  518. ]
  519. ],
  520. "required": true
  521. }
  522. }
  523. ]
  524. }
  525. },
  526. {
  527. "variable": "additionalStorages",
  528. "label": "Additional Storage",
  529. "description": "Additional storage for Omada Controller.",
  530. "schema": {
  531. "type": "list",
  532. "default": [],
  533. "items": [
  534. {
  535. "variable": "storageEntry",
  536. "label": "Storage Entry",
  537. "schema": {
  538. "type": "dict",
  539. "attrs": [
  540. {
  541. "variable": "type",
  542. "label": "Type",
  543. "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",
  544. "schema": {
  545. "type": "string",
  546. "required": true,
  547. "default": "ixVolume",
  548. "immutable": true,
  549. "enum": [
  550. {
  551. "value": "hostPath",
  552. "description": "Host Path (Path that already exists on the system)"
  553. },
  554. {
  555. "value": "ixVolume",
  556. "description": "ixVolume (Dataset created automatically by the system)"
  557. },
  558. {
  559. "value": "smb-pv-pvc",
  560. "description": "SMB Share (Mounts a persistent volume claim to a SMB share)"
  561. }
  562. ]
  563. }
  564. },
  565. {
  566. "variable": "mountPath",
  567. "label": "Mount Path",
  568. "description": "The path inside the container to mount the storage.",
  569. "schema": {
  570. "type": "path",
  571. "required": true
  572. }
  573. },
  574. {
  575. "variable": "hostPath",
  576. "label": "Host Path",
  577. "description": "The host path to use for storage.",
  578. "schema": {
  579. "type": "hostpath",
  580. "show_if": [
  581. [
  582. "type",
  583. "=",
  584. "hostPath"
  585. ]
  586. ],
  587. "required": true
  588. }
  589. },
  590. {
  591. "variable": "datasetName",
  592. "label": "Dataset Name",
  593. "description": "The name of the dataset to use for storage.",
  594. "schema": {
  595. "type": "string",
  596. "show_if": [
  597. [
  598. "type",
  599. "=",
  600. "ixVolume"
  601. ]
  602. ],
  603. "required": true,
  604. "immutable": true,
  605. "default": "storage_entry",
  606. "$ref": [
  607. "normalize/ixVolume"
  608. ]
  609. }
  610. },
  611. {
  612. "variable": "server",
  613. "label": "Server",
  614. "description": "The server for the SMB share.",
  615. "schema": {
  616. "type": "string",
  617. "show_if": [
  618. [
  619. "type",
  620. "=",
  621. "smb-pv-pvc"
  622. ]
  623. ],
  624. "required": true
  625. }
  626. },
  627. {
  628. "variable": "share",
  629. "label": "Share",
  630. "description": "The share name for the SMB share.",
  631. "schema": {
  632. "type": "string",
  633. "show_if": [
  634. [
  635. "type",
  636. "=",
  637. "smb-pv-pvc"
  638. ]
  639. ],
  640. "required": true
  641. }
  642. },
  643. {
  644. "variable": "domain",
  645. "label": "Domain (Optional)",
  646. "description": "The domain for the SMB share.",
  647. "schema": {
  648. "type": "string",
  649. "show_if": [
  650. [
  651. "type",
  652. "=",
  653. "smb-pv-pvc"
  654. ]
  655. ]
  656. }
  657. },
  658. {
  659. "variable": "username",
  660. "label": "Username",
  661. "description": "The username for the SMB share.",
  662. "schema": {
  663. "type": "string",
  664. "show_if": [
  665. [
  666. "type",
  667. "=",
  668. "smb-pv-pvc"
  669. ]
  670. ],
  671. "required": true
  672. }
  673. },
  674. {
  675. "variable": "password",
  676. "label": "Password",
  677. "description": "The password for the SMB share.",
  678. "schema": {
  679. "type": "string",
  680. "show_if": [
  681. [
  682. "type",
  683. "=",
  684. "smb-pv-pvc"
  685. ]
  686. ],
  687. "required": true,
  688. "private": true
  689. }
  690. },
  691. {
  692. "variable": "size",
  693. "label": "Size (in Gi)",
  694. "description": "The size of the volume quota.",
  695. "schema": {
  696. "type": "int",
  697. "show_if": [
  698. [
  699. "type",
  700. "=",
  701. "smb-pv-pvc"
  702. ]
  703. ],
  704. "required": true,
  705. "min": 1,
  706. "default": 1
  707. }
  708. }
  709. ]
  710. }
  711. }
  712. ]
  713. }
  714. }
  715. ]
  716. }
  717. },
  718. {
  719. "variable": "resources",
  720. "group": "Resources Configuration",
  721. "label": "",
  722. "schema": {
  723. "type": "dict",
  724. "attrs": [
  725. {
  726. "variable": "limits",
  727. "label": "Limits",
  728. "schema": {
  729. "type": "dict",
  730. "attrs": [
  731. {
  732. "variable": "cpu",
  733. "label": "CPU",
  734. "description": "CPU limit for Omada Controller.",
  735. "schema": {
  736. "type": "string",
  737. "max_length": 6,
  738. "valid_chars": "^(0\\.[1-9]|[1-9][0-9]*)(\\.[0-9]|m?)$",
  739. "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",
  740. "default": "4000m",
  741. "required": true
  742. }
  743. },
  744. {
  745. "variable": "memory",
  746. "label": "Memory",
  747. "description": "Memory limit for Omada Controller.",
  748. "schema": {
  749. "type": "string",
  750. "max_length": 12,
  751. "valid_chars": "^[1-9][0-9]*([EPTGMK]i?|e[0-9]+)?$",
  752. "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",
  753. "default": "8Gi",
  754. "required": true
  755. }
  756. }
  757. ]
  758. }
  759. }
  760. ]
  761. }
  762. }
  763. ]
  764. },
  765. "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>",
  766. "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>",
  767. "changelog": null
  768. }
  769. }