app_versions.json 41 KB

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