app_versions.json 39 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661
  1. {
  2. "1.2.6": {
  3. "healthy": true,
  4. "supported": true,
  5. "healthy_error": null,
  6. "location": "/__w/apps/apps/trains/community/whoogle/1.2.6",
  7. "last_update": "2025-09-02 11:33:24",
  8. "required_features": [],
  9. "human_version": "0.9.3_1.2.6",
  10. "version": "1.2.6",
  11. "app_metadata": {
  12. "annotations": {
  13. "min_scale_version": "24.10.2.2"
  14. },
  15. "app_version": "0.9.3",
  16. "capabilities": [],
  17. "categories": [
  18. "productivity"
  19. ],
  20. "changelog_url": "https://github.com/benbusby/whoogle-search/releases",
  21. "date_added": "2024-08-09",
  22. "description": "Whoogle is a self-hosted, ad-free, privacy-respecting metasearch engine",
  23. "home": "https://github.com/benbusby/whoogle-search",
  24. "host_mounts": [],
  25. "icon": "https://media.sys.truenas.net/apps/whoogle/icons/icon.png",
  26. "keywords": [
  27. "search",
  28. "engine"
  29. ],
  30. "lib_version": "2.1.49",
  31. "lib_version_hash": "e71e6b0122c9446fa5ea6fb07e7eb01b11fb42d549a19845426bbd7e21a42634",
  32. "maintainers": [
  33. {
  34. "email": "dev@ixsystems.com",
  35. "name": "truenas",
  36. "url": "https://www.truenas.com/"
  37. }
  38. ],
  39. "name": "whoogle",
  40. "run_as_context": [
  41. {
  42. "description": "Whoogle runs as non-root user.",
  43. "gid": 927,
  44. "group_name": "whoogle",
  45. "uid": 927,
  46. "user_name": "whoogle"
  47. }
  48. ],
  49. "screenshots": [
  50. "https://media.sys.truenas.net/apps/whoogle/screenshots/screenshot1.png",
  51. "https://media.sys.truenas.net/apps/whoogle/screenshots/screenshot2.png"
  52. ],
  53. "sources": [
  54. "https://github.com/benbusby/whoogle-search",
  55. "https://hub.docker.com/r/benbusby/whoogle-search"
  56. ],
  57. "title": "Whoogle",
  58. "train": "community",
  59. "version": "1.2.6"
  60. },
  61. "schema": {
  62. "groups": [
  63. {
  64. "name": "Whoogle Configuration",
  65. "description": "Configure Whoogle"
  66. },
  67. {
  68. "name": "Network Configuration",
  69. "description": "Configure Network for Whoogle"
  70. },
  71. {
  72. "name": "Storage Configuration",
  73. "description": "Configure Storage for Whoogle"
  74. },
  75. {
  76. "name": "Labels Configuration",
  77. "description": "Configure Labels for Zerotier"
  78. },
  79. {
  80. "name": "Resources Configuration",
  81. "description": "Configure Resources for Whoogle"
  82. }
  83. ],
  84. "questions": [
  85. {
  86. "variable": "whoogle",
  87. "label": "",
  88. "group": "Whoogle Configuration",
  89. "schema": {
  90. "type": "dict",
  91. "attrs": [
  92. {
  93. "variable": "redirects",
  94. "label": "Specify sites that should be redirected elsewhere",
  95. "description": "Configure redirects for Whoogle.",
  96. "schema": {
  97. "type": "list",
  98. "default": [],
  99. "items": [
  100. {
  101. "variable": "redirect",
  102. "label": "Redirect",
  103. "schema": {
  104. "type": "dict",
  105. "attrs": [
  106. {
  107. "variable": "src",
  108. "label": "Source",
  109. "description": "The source domain.</br>\nFormat: domain.tld\n",
  110. "schema": {
  111. "type": "string",
  112. "required": true
  113. }
  114. },
  115. {
  116. "variable": "dst",
  117. "label": "Destination",
  118. "description": "The destination domain.</br>\nFormat: domain.tld\n",
  119. "schema": {
  120. "type": "string",
  121. "required": true
  122. }
  123. }
  124. ]
  125. }
  126. }
  127. ]
  128. }
  129. },
  130. {
  131. "variable": "additional_envs",
  132. "label": "Additional Environment Variables",
  133. "schema": {
  134. "type": "list",
  135. "default": [],
  136. "items": [
  137. {
  138. "variable": "env",
  139. "label": "Environment Variable",
  140. "schema": {
  141. "type": "dict",
  142. "attrs": [
  143. {
  144. "variable": "name",
  145. "label": "Name",
  146. "schema": {
  147. "type": "string",
  148. "required": true
  149. }
  150. },
  151. {
  152. "variable": "value",
  153. "label": "Value",
  154. "schema": {
  155. "type": "string"
  156. }
  157. }
  158. ]
  159. }
  160. }
  161. ]
  162. }
  163. }
  164. ]
  165. }
  166. },
  167. {
  168. "variable": "network",
  169. "label": "",
  170. "group": "Network Configuration",
  171. "schema": {
  172. "type": "dict",
  173. "attrs": [
  174. {
  175. "variable": "web_port",
  176. "label": "WebUI Port",
  177. "schema": {
  178. "type": "dict",
  179. "attrs": [
  180. {
  181. "variable": "bind_mode",
  182. "label": "Port Bind Mode",
  183. "description": "The port bind mode.</br>\n- Publish: The port will be published on the host for external access.</br>\n- Expose: The port will be exposed for inter-container communication.</br>\n- None: The port will not be exposed or published.</br>\nNote: If the Dockerfile defines an EXPOSE directive,\nthe port will still be exposed for inter-container communication regardless of this setting.\n",
  184. "schema": {
  185. "type": "string",
  186. "default": "",
  187. "enum": [
  188. {
  189. "value": "published",
  190. "description": "Publish port on the host for external access"
  191. },
  192. {
  193. "value": "exposed",
  194. "description": "Expose port for inter-container communication"
  195. },
  196. {
  197. "value": "",
  198. "description": "None"
  199. }
  200. ]
  201. }
  202. },
  203. {
  204. "variable": "port_number",
  205. "label": "Port Number",
  206. "schema": {
  207. "type": "int",
  208. "default": 30110,
  209. "min": 1,
  210. "max": 65535,
  211. "required": true
  212. }
  213. },
  214. {
  215. "variable": "host_ips",
  216. "label": "Host IPs",
  217. "description": "IPs on the host to bind this port",
  218. "schema": {
  219. "type": "list",
  220. "show_if": [
  221. [
  222. "bind_mode",
  223. "=",
  224. "published"
  225. ]
  226. ],
  227. "default": [],
  228. "items": [
  229. {
  230. "variable": "host_ip",
  231. "label": "Host IP",
  232. "schema": {
  233. "type": "string",
  234. "required": true,
  235. "$ref": [
  236. "definitions/node_bind_ip"
  237. ]
  238. }
  239. }
  240. ]
  241. }
  242. }
  243. ]
  244. }
  245. },
  246. {
  247. "variable": "host_network",
  248. "label": "Host Network",
  249. "description": "Bind to the host network. It's recommended to keep this disabled.\n",
  250. "schema": {
  251. "type": "boolean",
  252. "default": false
  253. }
  254. }
  255. ]
  256. }
  257. },
  258. {
  259. "variable": "storage",
  260. "label": "",
  261. "group": "Storage Configuration",
  262. "schema": {
  263. "type": "dict",
  264. "attrs": [
  265. {
  266. "variable": "additional_storage",
  267. "label": "Additional Storage",
  268. "schema": {
  269. "type": "list",
  270. "default": [],
  271. "items": [
  272. {
  273. "variable": "storageEntry",
  274. "label": "Storage Entry",
  275. "schema": {
  276. "type": "dict",
  277. "attrs": [
  278. {
  279. "variable": "type",
  280. "label": "Type",
  281. "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 as a volume.\n",
  282. "schema": {
  283. "type": "string",
  284. "required": true,
  285. "default": "ix_volume",
  286. "enum": [
  287. {
  288. "value": "host_path",
  289. "description": "Host Path (Path that already exists on the system)"
  290. },
  291. {
  292. "value": "ix_volume",
  293. "description": "ixVolume (Dataset created automatically by the system)"
  294. },
  295. {
  296. "value": "cifs",
  297. "description": "SMB/CIFS Share (Mounts a volume to a SMB share)"
  298. }
  299. ]
  300. }
  301. },
  302. {
  303. "variable": "read_only",
  304. "label": "Read Only",
  305. "description": "Mount the volume as read only.",
  306. "schema": {
  307. "type": "boolean",
  308. "default": false
  309. }
  310. },
  311. {
  312. "variable": "mount_path",
  313. "label": "Mount Path",
  314. "description": "The path inside the container to mount the storage.",
  315. "schema": {
  316. "type": "path",
  317. "required": true
  318. }
  319. },
  320. {
  321. "variable": "host_path_config",
  322. "label": "Host Path Configuration",
  323. "schema": {
  324. "type": "dict",
  325. "show_if": [
  326. [
  327. "type",
  328. "=",
  329. "host_path"
  330. ]
  331. ],
  332. "attrs": [
  333. {
  334. "variable": "acl_enable",
  335. "label": "Enable ACL",
  336. "description": "Enable ACL for the storage.",
  337. "schema": {
  338. "type": "boolean",
  339. "default": false
  340. }
  341. },
  342. {
  343. "variable": "acl",
  344. "label": "ACL Configuration",
  345. "schema": {
  346. "type": "dict",
  347. "show_if": [
  348. [
  349. "acl_enable",
  350. "=",
  351. true
  352. ]
  353. ],
  354. "attrs": [],
  355. "$ref": [
  356. "normalize/acl"
  357. ]
  358. }
  359. },
  360. {
  361. "variable": "path",
  362. "label": "Host Path",
  363. "description": "The host path to use for storage.",
  364. "schema": {
  365. "type": "hostpath",
  366. "show_if": [
  367. [
  368. "acl_enable",
  369. "=",
  370. false
  371. ]
  372. ],
  373. "required": true
  374. }
  375. }
  376. ]
  377. }
  378. },
  379. {
  380. "variable": "ix_volume_config",
  381. "label": "ixVolume Configuration",
  382. "description": "The configuration for the ixVolume dataset.",
  383. "schema": {
  384. "type": "dict",
  385. "show_if": [
  386. [
  387. "type",
  388. "=",
  389. "ix_volume"
  390. ]
  391. ],
  392. "$ref": [
  393. "normalize/ix_volume"
  394. ],
  395. "attrs": [
  396. {
  397. "variable": "acl_enable",
  398. "label": "Enable ACL",
  399. "description": "Enable ACL for the storage.",
  400. "schema": {
  401. "type": "boolean",
  402. "default": false
  403. }
  404. },
  405. {
  406. "variable": "dataset_name",
  407. "label": "Dataset Name",
  408. "description": "The name of the dataset to use for storage.",
  409. "schema": {
  410. "type": "string",
  411. "required": true,
  412. "default": "storage_entry"
  413. }
  414. },
  415. {
  416. "variable": "acl_entries",
  417. "label": "ACL Configuration",
  418. "schema": {
  419. "type": "dict",
  420. "show_if": [
  421. [
  422. "acl_enable",
  423. "=",
  424. true
  425. ]
  426. ],
  427. "attrs": [],
  428. "$ref": [
  429. "normalize/acl"
  430. ]
  431. }
  432. }
  433. ]
  434. }
  435. },
  436. {
  437. "variable": "cifs_config",
  438. "label": "SMB Configuration",
  439. "description": "The configuration for the SMB dataset.",
  440. "schema": {
  441. "type": "dict",
  442. "show_if": [
  443. [
  444. "type",
  445. "=",
  446. "cifs"
  447. ]
  448. ],
  449. "attrs": [
  450. {
  451. "variable": "server",
  452. "label": "Server",
  453. "description": "The server to mount the SMB share.",
  454. "schema": {
  455. "type": "string",
  456. "required": true
  457. }
  458. },
  459. {
  460. "variable": "path",
  461. "label": "Path",
  462. "description": "The path to mount the SMB share.",
  463. "schema": {
  464. "type": "string",
  465. "required": true
  466. }
  467. },
  468. {
  469. "variable": "username",
  470. "label": "Username",
  471. "description": "The username to use for the SMB share.",
  472. "schema": {
  473. "type": "string",
  474. "required": true
  475. }
  476. },
  477. {
  478. "variable": "password",
  479. "label": "Password",
  480. "description": "The password to use for the SMB share.",
  481. "schema": {
  482. "type": "string",
  483. "required": true,
  484. "private": true
  485. }
  486. },
  487. {
  488. "variable": "domain",
  489. "label": "Domain",
  490. "description": "The domain to use for the SMB share.",
  491. "schema": {
  492. "type": "string"
  493. }
  494. }
  495. ]
  496. }
  497. }
  498. ]
  499. }
  500. }
  501. ]
  502. }
  503. }
  504. ]
  505. }
  506. },
  507. {
  508. "variable": "labels",
  509. "label": "",
  510. "group": "Labels Configuration",
  511. "schema": {
  512. "type": "list",
  513. "default": [],
  514. "items": [
  515. {
  516. "variable": "label",
  517. "label": "Label",
  518. "schema": {
  519. "type": "dict",
  520. "attrs": [
  521. {
  522. "variable": "key",
  523. "label": "Key",
  524. "schema": {
  525. "type": "string",
  526. "required": true
  527. }
  528. },
  529. {
  530. "variable": "value",
  531. "label": "Value",
  532. "schema": {
  533. "type": "string",
  534. "required": true
  535. }
  536. },
  537. {
  538. "variable": "containers",
  539. "label": "Containers",
  540. "description": "Containers where the label should be applied",
  541. "schema": {
  542. "type": "list",
  543. "items": [
  544. {
  545. "variable": "container",
  546. "label": "Container",
  547. "schema": {
  548. "type": "string",
  549. "required": true,
  550. "enum": [
  551. {
  552. "value": "whoogle",
  553. "description": "whoogle"
  554. }
  555. ]
  556. }
  557. }
  558. ]
  559. }
  560. }
  561. ]
  562. }
  563. }
  564. ]
  565. }
  566. },
  567. {
  568. "variable": "resources",
  569. "label": "",
  570. "group": "Resources Configuration",
  571. "schema": {
  572. "type": "dict",
  573. "attrs": [
  574. {
  575. "variable": "limits",
  576. "label": "Limits",
  577. "schema": {
  578. "type": "dict",
  579. "attrs": [
  580. {
  581. "variable": "cpus",
  582. "label": "CPUs",
  583. "description": "CPUs limit for Whoogle.",
  584. "schema": {
  585. "type": "int",
  586. "default": 2,
  587. "required": true
  588. }
  589. },
  590. {
  591. "variable": "memory",
  592. "label": "Memory (in MB)",
  593. "description": "Memory limit for Whoogle.",
  594. "schema": {
  595. "type": "int",
  596. "default": 4096,
  597. "required": true
  598. }
  599. }
  600. ]
  601. }
  602. }
  603. ]
  604. }
  605. }
  606. ]
  607. },
  608. "readme": "<h1>Whoogle</h1> <p><a href=\"https://github.com/benbusby/whoogle-search\">Whoogle</a> is a self-hosted, ad-free, privacy-respecting metasearch engine</p> <p>See <a href=\"https://github.com/benbusby/whoogle-search?tab=readme-ov-file#environment-variables\">Whoogle's Docs</a> for a list of available environment variables. Note that all configuration via WebUI will be reset if the container is restarted. Only config changes made via environment variables will persist.</p>",
  609. "changelog": null,
  610. "chart_metadata": {
  611. "annotations": {
  612. "min_scale_version": "24.10.2.2"
  613. },
  614. "app_version": "0.9.3",
  615. "capabilities": [],
  616. "categories": [
  617. "productivity"
  618. ],
  619. "changelog_url": "https://github.com/benbusby/whoogle-search/releases",
  620. "date_added": "2024-08-09",
  621. "description": "Whoogle is a self-hosted, ad-free, privacy-respecting metasearch engine",
  622. "home": "https://github.com/benbusby/whoogle-search",
  623. "host_mounts": [],
  624. "icon": "https://media.sys.truenas.net/apps/whoogle/icons/icon.png",
  625. "keywords": [
  626. "search",
  627. "engine"
  628. ],
  629. "lib_version": "2.1.49",
  630. "lib_version_hash": "e71e6b0122c9446fa5ea6fb07e7eb01b11fb42d549a19845426bbd7e21a42634",
  631. "maintainers": [
  632. {
  633. "email": "dev@ixsystems.com",
  634. "name": "truenas",
  635. "url": "https://www.truenas.com/"
  636. }
  637. ],
  638. "name": "whoogle",
  639. "run_as_context": [
  640. {
  641. "description": "Whoogle runs as non-root user.",
  642. "gid": 927,
  643. "group_name": "whoogle",
  644. "uid": 927,
  645. "user_name": "whoogle"
  646. }
  647. ],
  648. "screenshots": [
  649. "https://media.sys.truenas.net/apps/whoogle/screenshots/screenshot1.png",
  650. "https://media.sys.truenas.net/apps/whoogle/screenshots/screenshot2.png"
  651. ],
  652. "sources": [
  653. "https://github.com/benbusby/whoogle-search",
  654. "https://hub.docker.com/r/benbusby/whoogle-search"
  655. ],
  656. "title": "Whoogle",
  657. "train": "community",
  658. "version": "1.2.6"
  659. }
  660. }
  661. }