app_versions.json 35 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612
  1. {
  2. "1.1.7": {
  3. "healthy": true,
  4. "supported": true,
  5. "healthy_error": null,
  6. "location": "/__w/charts/charts/community/rust-desk/1.1.7",
  7. "last_update": "2023-12-20 10:45:42",
  8. "required_features": [
  9. "normalize/ixVolume"
  10. ],
  11. "human_version": "1.1.9_1.1.7",
  12. "version": "1.1.7",
  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.7",
  21. "apiVersion": "v2",
  22. "appVersion": "1.1.9",
  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.5"
  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. "required": true
  364. }
  365. }
  366. ]
  367. }
  368. },
  369. {
  370. "variable": "additionalStorages",
  371. "label": "Additional Storage",
  372. "description": "Additional storage for Rust Desk.",
  373. "schema": {
  374. "type": "list",
  375. "default": [],
  376. "items": [
  377. {
  378. "variable": "storageEntry",
  379. "label": "Storage Entry",
  380. "schema": {
  381. "type": "dict",
  382. "attrs": [
  383. {
  384. "variable": "type",
  385. "label": "Type",
  386. "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",
  387. "schema": {
  388. "type": "string",
  389. "required": true,
  390. "default": "ixVolume",
  391. "immutable": true,
  392. "enum": [
  393. {
  394. "value": "hostPath",
  395. "description": "Host Path (Path that already exists on the system)"
  396. },
  397. {
  398. "value": "ixVolume",
  399. "description": "ixVolume (Dataset created automatically by the system)"
  400. },
  401. {
  402. "value": "smb-pv-pvc",
  403. "description": "SMB Share (Mounts a persistent volume claim to a SMB share)"
  404. }
  405. ]
  406. }
  407. },
  408. {
  409. "variable": "mountPath",
  410. "label": "Mount Path",
  411. "description": "The path inside the container to mount the storage.",
  412. "schema": {
  413. "type": "path",
  414. "required": true
  415. }
  416. },
  417. {
  418. "variable": "hostPath",
  419. "label": "Host Path",
  420. "description": "The host path to use for storage.",
  421. "schema": {
  422. "type": "hostpath",
  423. "show_if": [
  424. [
  425. "type",
  426. "=",
  427. "hostPath"
  428. ]
  429. ],
  430. "required": true
  431. }
  432. },
  433. {
  434. "variable": "datasetName",
  435. "label": "Dataset Name",
  436. "description": "The name of the dataset to use for storage.",
  437. "schema": {
  438. "type": "string",
  439. "show_if": [
  440. [
  441. "type",
  442. "=",
  443. "ixVolume"
  444. ]
  445. ],
  446. "required": true,
  447. "immutable": true,
  448. "default": "storage_entry",
  449. "$ref": [
  450. "normalize/ixVolume"
  451. ]
  452. }
  453. },
  454. {
  455. "variable": "server",
  456. "label": "Server",
  457. "description": "The server for the SMB share.",
  458. "schema": {
  459. "type": "string",
  460. "show_if": [
  461. [
  462. "type",
  463. "=",
  464. "smb-pv-pvc"
  465. ]
  466. ],
  467. "required": true
  468. }
  469. },
  470. {
  471. "variable": "share",
  472. "label": "Share",
  473. "description": "The share name for the SMB share.",
  474. "schema": {
  475. "type": "string",
  476. "show_if": [
  477. [
  478. "type",
  479. "=",
  480. "smb-pv-pvc"
  481. ]
  482. ],
  483. "required": true
  484. }
  485. },
  486. {
  487. "variable": "domain",
  488. "label": "Domain (Optional)",
  489. "description": "The domain for the SMB share.",
  490. "schema": {
  491. "type": "string",
  492. "show_if": [
  493. [
  494. "type",
  495. "=",
  496. "smb-pv-pvc"
  497. ]
  498. ]
  499. }
  500. },
  501. {
  502. "variable": "username",
  503. "label": "Username",
  504. "description": "The username for the SMB share.",
  505. "schema": {
  506. "type": "string",
  507. "show_if": [
  508. [
  509. "type",
  510. "=",
  511. "smb-pv-pvc"
  512. ]
  513. ],
  514. "required": true
  515. }
  516. },
  517. {
  518. "variable": "password",
  519. "label": "Password",
  520. "description": "The password for the SMB share.",
  521. "schema": {
  522. "type": "string",
  523. "show_if": [
  524. [
  525. "type",
  526. "=",
  527. "smb-pv-pvc"
  528. ]
  529. ],
  530. "required": true,
  531. "private": true
  532. }
  533. },
  534. {
  535. "variable": "size",
  536. "label": "Size (in Gi)",
  537. "description": "The size of the volume quota.",
  538. "schema": {
  539. "type": "int",
  540. "show_if": [
  541. [
  542. "type",
  543. "=",
  544. "smb-pv-pvc"
  545. ]
  546. ],
  547. "required": true,
  548. "min": 1,
  549. "default": 1
  550. }
  551. }
  552. ]
  553. }
  554. }
  555. ]
  556. }
  557. }
  558. ]
  559. }
  560. },
  561. {
  562. "variable": "resources",
  563. "group": "Resources Configuration",
  564. "label": "",
  565. "schema": {
  566. "type": "dict",
  567. "attrs": [
  568. {
  569. "variable": "limits",
  570. "label": "Limits",
  571. "schema": {
  572. "type": "dict",
  573. "attrs": [
  574. {
  575. "variable": "cpu",
  576. "label": "CPU",
  577. "description": "CPU limit for Rust Desk.",
  578. "schema": {
  579. "type": "string",
  580. "max_length": 6,
  581. "valid_chars": "^(0\\.[1-9]|[1-9][0-9]*)(\\.[0-9]|m?)$",
  582. "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",
  583. "default": "4000m",
  584. "required": true
  585. }
  586. },
  587. {
  588. "variable": "memory",
  589. "label": "Memory",
  590. "description": "Memory limit for Rust Desk.",
  591. "schema": {
  592. "type": "string",
  593. "max_length": 12,
  594. "valid_chars": "^[1-9][0-9]*([EPTGMK]i?|e[0-9]+)?$",
  595. "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",
  596. "default": "8Gi",
  597. "required": true
  598. }
  599. }
  600. ]
  601. }
  602. }
  603. ]
  604. }
  605. }
  606. ]
  607. },
  608. "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>",
  609. "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>",
  610. "changelog": null
  611. }
  612. }