app_versions.json 76 KB

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