app_versions.json 76 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000
  1. {
  2. "1.2.30": {
  3. "healthy": true,
  4. "supported": false,
  5. "healthy_error": null,
  6. "location": "/__w/charts/charts/community/searxng/1.2.30",
  7. "last_update": "2025-03-06 08:26:26",
  8. "required_features": [
  9. "normalize/ixVolume",
  10. "normalize/acl"
  11. ],
  12. "human_version": "2024.12.29_1.2.30",
  13. "version": "1.2.30",
  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.30",
  22. "apiVersion": "v2",
  23. "appVersion": "2024.12.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.9"
  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. "required": true
  513. }
  514. }
  515. ]
  516. }
  517. }
  518. ]
  519. }
  520. },
  521. {
  522. "variable": "additionalStorages",
  523. "label": "Additional Storage",
  524. "description": "Additional storage for SearXNG.",
  525. "schema": {
  526. "type": "list",
  527. "default": [],
  528. "items": [
  529. {
  530. "variable": "storageEntry",
  531. "label": "Storage Entry",
  532. "schema": {
  533. "type": "dict",
  534. "attrs": [
  535. {
  536. "variable": "type",
  537. "label": "Type",
  538. "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",
  539. "schema": {
  540. "type": "string",
  541. "required": true,
  542. "default": "ixVolume",
  543. "immutable": true,
  544. "enum": [
  545. {
  546. "value": "hostPath",
  547. "description": "Host Path (Path that already exists on the system)"
  548. },
  549. {
  550. "value": "ixVolume",
  551. "description": "ixVolume (Dataset created automatically by the system)"
  552. },
  553. {
  554. "value": "smb-pv-pvc",
  555. "description": "SMB Share (Mounts a persistent volume claim to a SMB share)"
  556. }
  557. ]
  558. }
  559. },
  560. {
  561. "variable": "readOnly",
  562. "label": "Read Only",
  563. "description": "Mount the volume as read only.",
  564. "schema": {
  565. "type": "boolean",
  566. "default": false
  567. }
  568. },
  569. {
  570. "variable": "mountPath",
  571. "label": "Mount Path",
  572. "description": "The path inside the container to mount the storage.",
  573. "schema": {
  574. "type": "path",
  575. "required": true
  576. }
  577. },
  578. {
  579. "variable": "hostPathConfig",
  580. "label": "Host Path Configuration",
  581. "schema": {
  582. "type": "dict",
  583. "show_if": [
  584. [
  585. "type",
  586. "=",
  587. "hostPath"
  588. ]
  589. ],
  590. "attrs": [
  591. {
  592. "variable": "aclEnable",
  593. "label": "Enable ACL",
  594. "description": "Enable ACL for the dataset.",
  595. "schema": {
  596. "type": "boolean",
  597. "default": false
  598. }
  599. },
  600. {
  601. "variable": "acl",
  602. "label": "ACL Configuration",
  603. "schema": {
  604. "type": "dict",
  605. "show_if": [
  606. [
  607. "aclEnable",
  608. "=",
  609. true
  610. ]
  611. ],
  612. "attrs": [
  613. {
  614. "variable": "path",
  615. "label": "Host Path",
  616. "description": "Host Path to perform ACL",
  617. "schema": {
  618. "type": "hostpath",
  619. "required": true,
  620. "empty": false
  621. }
  622. },
  623. {
  624. "variable": "entries",
  625. "label": "ACL Entries",
  626. "description": "ACL Entries",
  627. "schema": {
  628. "type": "list",
  629. "items": [
  630. {
  631. "variable": "aclEntry",
  632. "label": "ACL Entry",
  633. "schema": {
  634. "type": "dict",
  635. "attrs": [
  636. {
  637. "variable": "id_type",
  638. "label": "ID Type",
  639. "schema": {
  640. "type": "string",
  641. "enum": [
  642. {
  643. "value": "USER",
  644. "description": "Entry is for a USER"
  645. },
  646. {
  647. "value": "GROUP",
  648. "description": "Entry is for a GROUP"
  649. }
  650. ],
  651. "default": "USER"
  652. }
  653. },
  654. {
  655. "variable": "id",
  656. "label": "ID",
  657. "description": "Make sure to check the ID value is correct and aligns with RunAs user context of the application",
  658. "schema": {
  659. "type": "int",
  660. "required": true,
  661. "min": 0
  662. }
  663. },
  664. {
  665. "variable": "access",
  666. "label": "Access",
  667. "schema": {
  668. "type": "string",
  669. "enum": [
  670. {
  671. "value": "READ",
  672. "description": "Read Access"
  673. },
  674. {
  675. "value": "MODIFY",
  676. "description": "Modify Access"
  677. },
  678. {
  679. "value": "FULL_CONTROL",
  680. "description": "FULL_CONTROL Access"
  681. }
  682. ]
  683. }
  684. }
  685. ]
  686. }
  687. }
  688. ]
  689. }
  690. },
  691. {
  692. "variable": "options",
  693. "label": "ACL Options",
  694. "schema": {
  695. "type": "dict",
  696. "attrs": [
  697. {
  698. "variable": "force",
  699. "label": "Force Flag",
  700. "description": "Enabling `Force` applies ACL even if the path has existing data",
  701. "schema": {
  702. "type": "boolean",
  703. "default": false
  704. }
  705. }
  706. ]
  707. }
  708. }
  709. ],
  710. "$ref": [
  711. "normalize/acl"
  712. ]
  713. }
  714. },
  715. {
  716. "variable": "hostPath",
  717. "label": "Host Path",
  718. "description": "The host path to use for storage.",
  719. "schema": {
  720. "type": "hostpath",
  721. "show_if": [
  722. [
  723. "aclEnable",
  724. "=",
  725. false
  726. ]
  727. ],
  728. "required": true
  729. }
  730. }
  731. ]
  732. }
  733. },
  734. {
  735. "variable": "ixVolumeConfig",
  736. "label": "ixVolume Configuration",
  737. "description": "The configuration for the ixVolume dataset.",
  738. "schema": {
  739. "type": "dict",
  740. "show_if": [
  741. [
  742. "type",
  743. "=",
  744. "ixVolume"
  745. ]
  746. ],
  747. "$ref": [
  748. "normalize/ixVolume"
  749. ],
  750. "attrs": [
  751. {
  752. "variable": "aclEnable",
  753. "label": "Enable ACL",
  754. "description": "Enable ACL for the dataset.",
  755. "schema": {
  756. "type": "boolean",
  757. "default": false
  758. }
  759. },
  760. {
  761. "variable": "datasetName",
  762. "label": "Dataset Name",
  763. "description": "The name of the dataset to use for storage.",
  764. "schema": {
  765. "type": "string",
  766. "required": true,
  767. "immutable": true,
  768. "default": "storage_entry"
  769. }
  770. },
  771. {
  772. "variable": "aclEntries",
  773. "label": "ACL Configuration",
  774. "schema": {
  775. "type": "dict",
  776. "show_if": [
  777. [
  778. "aclEnable",
  779. "=",
  780. true
  781. ]
  782. ],
  783. "attrs": [
  784. {
  785. "variable": "path",
  786. "label": "Path",
  787. "description": "Path to perform ACL",
  788. "schema": {
  789. "type": "string",
  790. "hidden": true
  791. }
  792. },
  793. {
  794. "variable": "entries",
  795. "label": "ACL Entries",
  796. "description": "ACL Entries",
  797. "schema": {
  798. "type": "list",
  799. "items": [
  800. {
  801. "variable": "aclEntry",
  802. "label": "ACL Entry",
  803. "schema": {
  804. "type": "dict",
  805. "attrs": [
  806. {
  807. "variable": "id_type",
  808. "label": "ID Type",
  809. "schema": {
  810. "type": "string",
  811. "enum": [
  812. {
  813. "value": "USER",
  814. "description": "Entry is for a USER"
  815. },
  816. {
  817. "value": "GROUP",
  818. "description": "Entry is for a GROUP"
  819. }
  820. ],
  821. "default": "USER"
  822. }
  823. },
  824. {
  825. "variable": "id",
  826. "label": "ID",
  827. "description": "Make sure to check the ID value is correct and aligns with RunAs user context of the application",
  828. "schema": {
  829. "type": "int",
  830. "required": true,
  831. "min": 0
  832. }
  833. },
  834. {
  835. "variable": "access",
  836. "label": "Access",
  837. "schema": {
  838. "type": "string",
  839. "enum": [
  840. {
  841. "value": "READ",
  842. "description": "Read Access"
  843. },
  844. {
  845. "value": "MODIFY",
  846. "description": "Modify Access"
  847. },
  848. {
  849. "value": "FULL_CONTROL",
  850. "description": "FULL_CONTROL Access"
  851. }
  852. ]
  853. }
  854. }
  855. ]
  856. }
  857. }
  858. ]
  859. }
  860. }
  861. ]
  862. }
  863. }
  864. ]
  865. }
  866. },
  867. {
  868. "variable": "smbConfig",
  869. "label": "SMB Share Configuration",
  870. "description": "The configuration for the SMB Share.",
  871. "schema": {
  872. "type": "dict",
  873. "show_if": [
  874. [
  875. "type",
  876. "=",
  877. "smb-pv-pvc"
  878. ]
  879. ],
  880. "attrs": [
  881. {
  882. "variable": "server",
  883. "label": "Server",
  884. "description": "The server for the SMB share.",
  885. "schema": {
  886. "type": "string",
  887. "required": true
  888. }
  889. },
  890. {
  891. "variable": "share",
  892. "label": "Share",
  893. "description": "The share name for the SMB share.",
  894. "schema": {
  895. "type": "string",
  896. "required": true
  897. }
  898. },
  899. {
  900. "variable": "domain",
  901. "label": "Domain (Optional)",
  902. "description": "The domain for the SMB share.",
  903. "schema": {
  904. "type": "string"
  905. }
  906. },
  907. {
  908. "variable": "username",
  909. "label": "Username",
  910. "description": "The username for the SMB share.",
  911. "schema": {
  912. "type": "string",
  913. "required": true
  914. }
  915. },
  916. {
  917. "variable": "password",
  918. "label": "Password",
  919. "description": "The password for the SMB share.",
  920. "schema": {
  921. "type": "string",
  922. "required": true,
  923. "private": true
  924. }
  925. },
  926. {
  927. "variable": "size",
  928. "label": "Size (in Gi)",
  929. "description": "The size of the volume quota.",
  930. "schema": {
  931. "type": "int",
  932. "required": true,
  933. "min": 1,
  934. "default": 1
  935. }
  936. }
  937. ]
  938. }
  939. }
  940. ]
  941. }
  942. }
  943. ]
  944. }
  945. }
  946. ]
  947. }
  948. },
  949. {
  950. "variable": "resources",
  951. "group": "Resources Configuration",
  952. "label": "",
  953. "schema": {
  954. "type": "dict",
  955. "attrs": [
  956. {
  957. "variable": "limits",
  958. "label": "Limits",
  959. "schema": {
  960. "type": "dict",
  961. "attrs": [
  962. {
  963. "variable": "cpu",
  964. "label": "CPU",
  965. "description": "CPU limit for SearXNG.",
  966. "schema": {
  967. "type": "string",
  968. "max_length": 6,
  969. "valid_chars": "^(0\\.[1-9]|[1-9][0-9]*)(\\.[0-9]|m?)$",
  970. "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",
  971. "default": "4000m",
  972. "required": true
  973. }
  974. },
  975. {
  976. "variable": "memory",
  977. "label": "Memory",
  978. "description": "Memory limit for SearXNG.",
  979. "schema": {
  980. "type": "string",
  981. "max_length": 12,
  982. "valid_chars": "^[1-9][0-9]*([EPTGMK]i?|e[0-9]+)?$",
  983. "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",
  984. "default": "8Gi",
  985. "required": true
  986. }
  987. }
  988. ]
  989. }
  990. }
  991. ]
  992. }
  993. }
  994. ]
  995. },
  996. "app_readme": "<h1>SearXNG</h1>\n<p><a href=\"https://github.com/searxng/searxng\">SearXNG</a> is a privacy-respecting, hackable metasearch engine</p>",
  997. "detailed_readme": "<h1>SearXNG</h1>\n<p><a href=\"https://github.com/searxng/searxng\">SearXNG</a> is a privacy-respecting, hackable metasearch engine</p>",
  998. "changelog": null
  999. }
  1000. }