app_versions.json 42 KB

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