app_versions.json 35 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613
  1. {
  2. "1.1.2": {
  3. "healthy": true,
  4. "supported": true,
  5. "healthy_error": null,
  6. "location": "/__w/charts/charts/community/rust-desk/1.1.2",
  7. "last_update": "2023-11-14 10:11:57",
  8. "required_features": [
  9. "normalize/ixVolume"
  10. ],
  11. "human_version": "1.1.8-2_1.1.2",
  12. "version": "1.1.2",
  13. "chart_metadata": {
  14. "name": "rust-desk",
  15. "description": "Rust Desk is an open-source remote desktop, and alternative to TeamViewer.",
  16. "annotations": {
  17. "title": "Rust Desk"
  18. },
  19. "type": "application",
  20. "version": "1.1.2",
  21. "apiVersion": "v2",
  22. "appVersion": "1.1.8-2",
  23. "kubeVersion": ">=1.16.0-0",
  24. "maintainers": [
  25. {
  26. "name": "truenas",
  27. "url": "https://www.truenas.com/",
  28. "email": "dev@ixsystems.com"
  29. }
  30. ],
  31. "dependencies": [
  32. {
  33. "name": "common",
  34. "repository": "file://../../../common",
  35. "version": "1.2.2"
  36. }
  37. ],
  38. "home": "https://rustdesk.com",
  39. "icon": "https://media.sys.truenas.net/apps/rust-desk/icons/icon.png",
  40. "sources": [
  41. "https://hub.docker.com/r/rustdesk/rustdesk-server",
  42. "https://github.com/truenas/charts/tree/master/community/rust-desk",
  43. "https://github.com/rustdesk/rustdesk-server"
  44. ],
  45. "keywords": [
  46. "remote",
  47. "desktop"
  48. ]
  49. },
  50. "app_metadata": {
  51. "runAsContext": [
  52. {
  53. "userName": "rust-desk",
  54. "groupName": "rust-desk",
  55. "gid": 568,
  56. "uid": 568,
  57. "description": "Rust Desk can run as any non-root user."
  58. }
  59. ],
  60. "capabilities": [],
  61. "hostMounts": []
  62. },
  63. "schema": {
  64. "groups": [
  65. {
  66. "name": "Rust Desk Configuration",
  67. "description": "Configure Rust Desk"
  68. },
  69. {
  70. "name": "User and Group Configuration",
  71. "description": "Configure User and Group for Rust Desk"
  72. },
  73. {
  74. "name": "Network Configuration",
  75. "description": "Configure Network for Rust Desk"
  76. },
  77. {
  78. "name": "Storage Configuration",
  79. "description": "Configure Storage for Rust Desk"
  80. },
  81. {
  82. "name": "Resources Configuration",
  83. "description": "Configure Resources for Rust Desk"
  84. }
  85. ],
  86. "questions": [
  87. {
  88. "variable": "rustConfig",
  89. "label": "",
  90. "group": "Rust Desk Configuration",
  91. "schema": {
  92. "type": "dict",
  93. "attrs": [
  94. {
  95. "variable": "allowOnlyEncryptedConnections",
  96. "label": "Allow Only Encrypted Connections",
  97. "description": "Allow only encrypted connections.</br>\nClients have to use the generated key to connect to the server.\n",
  98. "schema": {
  99. "type": "boolean",
  100. "default": false
  101. }
  102. },
  103. {
  104. "variable": "additionalRelayServers",
  105. "label": "Additional Relay Servers",
  106. "description": "Configure additional relay servers for Rust Desk.</br>\nThe internal relay server will be added automatically. </br>\nFormat: </br> host:port\n",
  107. "schema": {
  108. "type": "list",
  109. "default": [],
  110. "items": [
  111. {
  112. "variable": "relayServer",
  113. "label": "Relay Server",
  114. "schema": {
  115. "type": "string",
  116. "required": true
  117. }
  118. }
  119. ]
  120. }
  121. },
  122. {
  123. "variable": "additionalEnvs",
  124. "label": "Additional Environment Variables",
  125. "description": "Configure additional environment variables for Rust Desk.",
  126. "schema": {
  127. "type": "list",
  128. "default": [],
  129. "items": [
  130. {
  131. "variable": "env",
  132. "label": "Environment Variable",
  133. "schema": {
  134. "type": "dict",
  135. "attrs": [
  136. {
  137. "variable": "name",
  138. "label": "Name",
  139. "schema": {
  140. "type": "string",
  141. "required": true
  142. }
  143. },
  144. {
  145. "variable": "value",
  146. "label": "Value",
  147. "schema": {
  148. "type": "string",
  149. "required": true
  150. }
  151. }
  152. ]
  153. }
  154. }
  155. ]
  156. }
  157. }
  158. ]
  159. }
  160. },
  161. {
  162. "variable": "rustRunAs",
  163. "label": "",
  164. "group": "User and Group Configuration",
  165. "schema": {
  166. "type": "dict",
  167. "attrs": [
  168. {
  169. "variable": "user",
  170. "label": "User ID",
  171. "description": "The user id that Rust Desk will run as.",
  172. "schema": {
  173. "type": "int",
  174. "min": 2,
  175. "default": 568,
  176. "required": true
  177. }
  178. },
  179. {
  180. "variable": "group",
  181. "label": "Group ID",
  182. "description": "The group id that Rust Desk will run as.",
  183. "schema": {
  184. "type": "int",
  185. "min": 2,
  186. "default": 568,
  187. "required": true
  188. }
  189. }
  190. ]
  191. }
  192. },
  193. {
  194. "variable": "rustNetwork",
  195. "label": "",
  196. "group": "Network Configuration",
  197. "schema": {
  198. "type": "dict",
  199. "attrs": [
  200. {
  201. "variable": "natTypeTestPort",
  202. "label": "NAT Type Test Port",
  203. "description": "The port to use for NAT type test.</br>\nInternal port will always be 21115\n",
  204. "schema": {
  205. "type": "int",
  206. "default": 21115,
  207. "min": 9000,
  208. "max": 65535,
  209. "required": true
  210. }
  211. },
  212. {
  213. "variable": "idRegHolePunchPort",
  214. "label": "ID Registration and Hole Punching Port",
  215. "description": "The port to use for ID registration and Hole punching.</br>\nInternal port will always be 21116 (TCP/UDP)\n",
  216. "schema": {
  217. "type": "int",
  218. "default": 21116,
  219. "min": 9000,
  220. "max": 65535,
  221. "required": true
  222. }
  223. },
  224. {
  225. "variable": "relayPort",
  226. "label": "Relay Port",
  227. "description": "The port to use for relay.</br>\nInternal port will always be 21117\n",
  228. "schema": {
  229. "type": "int",
  230. "default": 21117,
  231. "min": 9000,
  232. "max": 65535,
  233. "required": true
  234. }
  235. },
  236. {
  237. "variable": "enableWebClientPorts",
  238. "label": "Enable Web Client Ports",
  239. "description": "Enable web client ports.</br>\nThis is only required for web clients.</br>\n",
  240. "schema": {
  241. "type": "boolean",
  242. "default": true
  243. }
  244. },
  245. {
  246. "variable": "serverWebClientsPort",
  247. "label": "Server Web Clients Port",
  248. "description": "The port to use for server web clients.</br>\nInternal port will always be 21118\n",
  249. "schema": {
  250. "type": "int",
  251. "default": 21118,
  252. "min": 9000,
  253. "max": 65535,
  254. "required": true,
  255. "show_if": [
  256. [
  257. "enableWebClientPorts",
  258. "=",
  259. true
  260. ]
  261. ]
  262. }
  263. },
  264. {
  265. "variable": "relayWebClientsPort",
  266. "label": "Relay Web Clients Port",
  267. "description": "The port to use for relay web clients.</br>\nInternal port will always be 21119\n",
  268. "schema": {
  269. "type": "int",
  270. "default": 21119,
  271. "min": 9000,
  272. "max": 65535,
  273. "required": true,
  274. "show_if": [
  275. [
  276. "enableWebClientPorts",
  277. "=",
  278. true
  279. ]
  280. ]
  281. }
  282. },
  283. {
  284. "variable": "hostNetwork",
  285. "label": "Host Network",
  286. "description": "Bind to the host network. It's recommended to keep this disabled.</br>\n",
  287. "schema": {
  288. "type": "boolean",
  289. "default": false
  290. }
  291. }
  292. ]
  293. }
  294. },
  295. {
  296. "variable": "rustStorage",
  297. "label": "",
  298. "group": "Storage Configuration",
  299. "schema": {
  300. "type": "dict",
  301. "attrs": [
  302. {
  303. "variable": "data",
  304. "label": "Rust Desk Data Storage",
  305. "description": "The path to store Rust Desk Data.",
  306. "schema": {
  307. "type": "dict",
  308. "attrs": [
  309. {
  310. "variable": "type",
  311. "label": "Type",
  312. "description": "ixVolume: Is dataset created automatically by the system.</br>\nHost Path: Is a path that already exists on the system.\n",
  313. "schema": {
  314. "type": "string",
  315. "required": true,
  316. "immutable": true,
  317. "default": "ixVolume",
  318. "enum": [
  319. {
  320. "value": "hostPath",
  321. "description": "Host Path (Path that already exists on the system)"
  322. },
  323. {
  324. "value": "ixVolume",
  325. "description": "ixVolume (Dataset created automatically by the system)"
  326. }
  327. ]
  328. }
  329. },
  330. {
  331. "variable": "datasetName",
  332. "label": "Dataset Name",
  333. "schema": {
  334. "type": "string",
  335. "show_if": [
  336. [
  337. "type",
  338. "=",
  339. "ixVolume"
  340. ]
  341. ],
  342. "required": true,
  343. "hidden": true,
  344. "immutable": true,
  345. "default": "data",
  346. "$ref": [
  347. "normalize/ixVolume"
  348. ]
  349. }
  350. },
  351. {
  352. "variable": "hostPath",
  353. "label": "Host Path",
  354. "schema": {
  355. "type": "hostpath",
  356. "show_if": [
  357. [
  358. "type",
  359. "=",
  360. "hostPath"
  361. ]
  362. ],
  363. "immutable": true,
  364. "required": true
  365. }
  366. }
  367. ]
  368. }
  369. },
  370. {
  371. "variable": "additionalStorages",
  372. "label": "Additional Storage",
  373. "description": "Additional storage for Rust Desk.",
  374. "schema": {
  375. "type": "list",
  376. "default": [],
  377. "items": [
  378. {
  379. "variable": "storageEntry",
  380. "label": "Storage Entry",
  381. "schema": {
  382. "type": "dict",
  383. "attrs": [
  384. {
  385. "variable": "type",
  386. "label": "Type",
  387. "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",
  388. "schema": {
  389. "type": "string",
  390. "required": true,
  391. "default": "ixVolume",
  392. "immutable": true,
  393. "enum": [
  394. {
  395. "value": "hostPath",
  396. "description": "Host Path (Path that already exists on the system)"
  397. },
  398. {
  399. "value": "ixVolume",
  400. "description": "ixVolume (Dataset created automatically by the system)"
  401. },
  402. {
  403. "value": "smb-pv-pvc",
  404. "description": "SMB Share (Mounts a persistent volume claim to a SMB share)"
  405. }
  406. ]
  407. }
  408. },
  409. {
  410. "variable": "mountPath",
  411. "label": "Mount Path",
  412. "description": "The path inside the container to mount the storage.",
  413. "schema": {
  414. "type": "path",
  415. "required": true
  416. }
  417. },
  418. {
  419. "variable": "hostPath",
  420. "label": "Host Path",
  421. "description": "The host path to use for storage.",
  422. "schema": {
  423. "type": "hostpath",
  424. "show_if": [
  425. [
  426. "type",
  427. "=",
  428. "hostPath"
  429. ]
  430. ],
  431. "required": true
  432. }
  433. },
  434. {
  435. "variable": "datasetName",
  436. "label": "Dataset Name",
  437. "description": "The name of the dataset to use for storage.",
  438. "schema": {
  439. "type": "string",
  440. "show_if": [
  441. [
  442. "type",
  443. "=",
  444. "ixVolume"
  445. ]
  446. ],
  447. "required": true,
  448. "immutable": true,
  449. "default": "storage_entry",
  450. "$ref": [
  451. "normalize/ixVolume"
  452. ]
  453. }
  454. },
  455. {
  456. "variable": "server",
  457. "label": "Server",
  458. "description": "The server for the SMB share.",
  459. "schema": {
  460. "type": "string",
  461. "show_if": [
  462. [
  463. "type",
  464. "=",
  465. "smb-pv-pvc"
  466. ]
  467. ],
  468. "required": true
  469. }
  470. },
  471. {
  472. "variable": "share",
  473. "label": "Share",
  474. "description": "The share name for the SMB share.",
  475. "schema": {
  476. "type": "string",
  477. "show_if": [
  478. [
  479. "type",
  480. "=",
  481. "smb-pv-pvc"
  482. ]
  483. ],
  484. "required": true
  485. }
  486. },
  487. {
  488. "variable": "domain",
  489. "label": "Domain (Optional)",
  490. "description": "The domain for the SMB share.",
  491. "schema": {
  492. "type": "string",
  493. "show_if": [
  494. [
  495. "type",
  496. "=",
  497. "smb-pv-pvc"
  498. ]
  499. ]
  500. }
  501. },
  502. {
  503. "variable": "username",
  504. "label": "Username",
  505. "description": "The username for the SMB share.",
  506. "schema": {
  507. "type": "string",
  508. "show_if": [
  509. [
  510. "type",
  511. "=",
  512. "smb-pv-pvc"
  513. ]
  514. ],
  515. "required": true
  516. }
  517. },
  518. {
  519. "variable": "password",
  520. "label": "Password",
  521. "description": "The password for the SMB share.",
  522. "schema": {
  523. "type": "string",
  524. "show_if": [
  525. [
  526. "type",
  527. "=",
  528. "smb-pv-pvc"
  529. ]
  530. ],
  531. "required": true,
  532. "private": true
  533. }
  534. },
  535. {
  536. "variable": "size",
  537. "label": "Size (in Gi)",
  538. "description": "The size of the volume quota.",
  539. "schema": {
  540. "type": "int",
  541. "show_if": [
  542. [
  543. "type",
  544. "=",
  545. "smb-pv-pvc"
  546. ]
  547. ],
  548. "required": true,
  549. "min": 1,
  550. "default": 1
  551. }
  552. }
  553. ]
  554. }
  555. }
  556. ]
  557. }
  558. }
  559. ]
  560. }
  561. },
  562. {
  563. "variable": "resources",
  564. "group": "Resources Configuration",
  565. "label": "",
  566. "schema": {
  567. "type": "dict",
  568. "attrs": [
  569. {
  570. "variable": "limits",
  571. "label": "Limits",
  572. "schema": {
  573. "type": "dict",
  574. "attrs": [
  575. {
  576. "variable": "cpu",
  577. "label": "CPU",
  578. "description": "CPU limit for Rust Desk.",
  579. "schema": {
  580. "type": "string",
  581. "max_length": 6,
  582. "valid_chars": "^(0\\.[1-9]|[1-9][0-9]*)(\\.[0-9]|m?)$",
  583. "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",
  584. "default": "4000m",
  585. "required": true
  586. }
  587. },
  588. {
  589. "variable": "memory",
  590. "label": "Memory",
  591. "description": "Memory limit for Rust Desk.",
  592. "schema": {
  593. "type": "string",
  594. "max_length": 12,
  595. "valid_chars": "^[1-9][0-9]*([EPTGMK]i?|e[0-9]+)?$",
  596. "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",
  597. "default": "8Gi",
  598. "required": true
  599. }
  600. }
  601. ]
  602. }
  603. }
  604. ]
  605. }
  606. }
  607. ]
  608. },
  609. "app_readme": "<h1>Rust Desk</h1>\n<p><a href=\"https://rustdesk.com\">Rust Desk</a> is an open-source remote desktop, and alternative to TeamViewer.</p>\n<blockquote>\n<p>When application is installed, a container will be launched with <strong>root</strong> privileges.\nThis is required in order to apply the correct permissions to the <code>Rust Desk</code> directories.\nAfterward, the <code>Rust Desk</code> container will run as a <strong>non</strong>-root user (Default: <code>568</code>).\nAll mounted storage(s) will be <code>chown</code>ed only if the parent directory does not match the configured user.</p>\n</blockquote>",
  610. "detailed_readme": "<h1>Rust Desk</h1>\n<p><a href=\"https://rustdesk.com\">Rust Desk</a> is an open-source remote desktop, and alternative to TeamViewer.</p>\n<blockquote>\n<p>When application is installed, a container will be launched with <strong>root</strong> privileges.\nThis is required in order to apply the correct permissions to the <code>Rust Desk</code> directories.\nAfterward, the <code>Rust Desk</code> container will run as a <strong>non</strong>-root user (Default: <code>568</code>).\nAll mounted storage(s) will be <code>chown</code>ed only if the parent directory does not match the configured user.</p>\n</blockquote>",
  611. "changelog": null
  612. }
  613. }