app_versions.json 24 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429
  1. {
  2. "1.0.18": {
  3. "healthy": true,
  4. "supported": true,
  5. "healthy_error": null,
  6. "location": "/__w/charts/charts/community/rsyncd/1.0.18",
  7. "last_update": "2025-03-05 14:27:33",
  8. "required_features": [],
  9. "human_version": "1.0.2_1.0.18",
  10. "version": "1.0.18",
  11. "chart_metadata": {
  12. "name": "rsyncd",
  13. "description": "Rsync is an open source utility that provides fast incremental file transfer.",
  14. "annotations": {
  15. "title": "Rsync Daemon"
  16. },
  17. "type": "application",
  18. "version": "1.0.18",
  19. "apiVersion": "v2",
  20. "appVersion": "1.0.2",
  21. "kubeVersion": ">=1.16.0-0",
  22. "maintainers": [
  23. {
  24. "name": "truenas",
  25. "url": "https://www.truenas.com/",
  26. "email": "dev@ixsystems.com"
  27. }
  28. ],
  29. "dependencies": [
  30. {
  31. "name": "common",
  32. "repository": "file://../../../common",
  33. "version": "1.2.9"
  34. }
  35. ],
  36. "home": "https://github.com/truenas/containers/tree/main/apps/rsyncd",
  37. "icon": "https://media.sys.truenas.net/apps/rsyncd/icons/icon.png",
  38. "sources": [
  39. "https://github.com/truenas/containers/tree/main/apps/rsyncd",
  40. "https://github.com/truenas/charts/tree/master/community/rsyncd",
  41. "https://hub.docker.com/r/ixsystems/rsyncd"
  42. ],
  43. "keywords": [
  44. "rsync",
  45. "sync"
  46. ]
  47. },
  48. "app_metadata": {
  49. "runAsContext": [
  50. {
  51. "userName": "root",
  52. "groupName": "root",
  53. "gid": 0,
  54. "uid": 0,
  55. "description": "Rsync requires root privileges to start it's processes."
  56. }
  57. ],
  58. "capabilities": [
  59. {
  60. "name": "CHOWN",
  61. "description": "Rsync requires this ability to change ownership of files."
  62. },
  63. {
  64. "name": "DAC_OVERRIDE",
  65. "description": "Rsync requires this ability to override file permissions."
  66. },
  67. {
  68. "name": "FOWNER",
  69. "description": "Rsync requires this ability to override file ownership."
  70. },
  71. {
  72. "name": "SETUID",
  73. "description": "Rsync requires this ability to switch user for sub-processes."
  74. },
  75. {
  76. "name": "SETGID",
  77. "description": "Rsync requires this ability to switch group for sub-processes."
  78. },
  79. {
  80. "name": "SYS_CHROOT",
  81. "description": "Rsync requires this ability to use chroot for it's sub-processes."
  82. }
  83. ],
  84. "hostMounts": []
  85. },
  86. "schema": {
  87. "groups": [
  88. {
  89. "name": "Rsync Configuration",
  90. "description": "Configure Rsync"
  91. },
  92. {
  93. "name": "Network Configuration",
  94. "description": "Configure Network for Rsync"
  95. },
  96. {
  97. "name": "Module Configuration",
  98. "description": "Configure Modules for Rsync"
  99. },
  100. {
  101. "name": "Resources Configuration",
  102. "description": "Configure Resources for Rsync"
  103. }
  104. ],
  105. "questions": [
  106. {
  107. "variable": "rsyncConfig",
  108. "label": "",
  109. "group": "Rsync Configuration",
  110. "schema": {
  111. "type": "dict",
  112. "attrs": [
  113. {
  114. "variable": "auxParams",
  115. "label": "Auxillary Parameters",
  116. "description": "Configure auxillary parameters for Rsync.",
  117. "schema": {
  118. "type": "list",
  119. "default": [],
  120. "items": [
  121. {
  122. "variable": "auxEntry",
  123. "label": "Auxillary Parameter Entry",
  124. "schema": {
  125. "type": "dict",
  126. "attrs": [
  127. {
  128. "variable": "param",
  129. "label": "Parameter",
  130. "schema": {
  131. "type": "string",
  132. "required": true
  133. }
  134. },
  135. {
  136. "variable": "value",
  137. "label": "Value",
  138. "schema": {
  139. "type": "string",
  140. "required": true
  141. }
  142. }
  143. ]
  144. }
  145. }
  146. ]
  147. }
  148. }
  149. ]
  150. }
  151. },
  152. {
  153. "variable": "rsyncNetwork",
  154. "label": "",
  155. "group": "Network Configuration",
  156. "schema": {
  157. "type": "dict",
  158. "attrs": [
  159. {
  160. "variable": "hostNetwork",
  161. "label": "Host Network",
  162. "description": "Bind to the host network. It's recommended to keep this disabled.</br>\n",
  163. "schema": {
  164. "type": "boolean",
  165. "default": false
  166. }
  167. },
  168. {
  169. "variable": "rsyncPort",
  170. "label": "Rsync Port",
  171. "description": "The port for Rsync.",
  172. "schema": {
  173. "type": "int",
  174. "default": 30026,
  175. "min": 9000,
  176. "max": 65535,
  177. "required": true
  178. }
  179. }
  180. ]
  181. }
  182. },
  183. {
  184. "variable": "rsyncModules",
  185. "label": "",
  186. "group": "Module Configuration",
  187. "schema": {
  188. "type": "list",
  189. "default": [],
  190. "empty": false,
  191. "required": true,
  192. "items": [
  193. {
  194. "variable": "module",
  195. "label": "Rsync Module",
  196. "schema": {
  197. "type": "dict",
  198. "attrs": [
  199. {
  200. "variable": "name",
  201. "label": "Module Name",
  202. "description": "Module name that matches the name requested by the rsync client.\n",
  203. "schema": {
  204. "type": "string",
  205. "valid_chars": "^[a-zA-Z0-9]+([_-]*[a-zA-Z0-9]+)+$",
  206. "valid_chars_error": "Module Name, can include [Letters (a-z, A-Z), Numbers (0,9), Underscore (_), Dash (-)],</br>\nbut cannot start or end with [Underscore (_), Dash (-), Dot (.)]\n",
  207. "required": true
  208. }
  209. },
  210. {
  211. "variable": "enabled",
  212. "label": "Enable Module",
  213. "schema": {
  214. "type": "boolean",
  215. "default": true,
  216. "show_subquestions_if": true,
  217. "subquestions": [
  218. {
  219. "variable": "comment",
  220. "label": "Comment",
  221. "description": "Describe the module.",
  222. "schema": {
  223. "type": "string"
  224. }
  225. },
  226. {
  227. "variable": "hostPath",
  228. "label": "Host Path",
  229. "description": "The path on the host to be shared with the client.</br>\nThis path must exist on the host.\n",
  230. "schema": {
  231. "type": "hostpath",
  232. "required": true
  233. }
  234. },
  235. {
  236. "variable": "accessMode",
  237. "label": "Access Mode",
  238. "description": "Choose permissions for this rsync module.\n",
  239. "schema": {
  240. "type": "string",
  241. "required": true,
  242. "default": "RO",
  243. "enum": [
  244. {
  245. "value": "RO",
  246. "description": "Read Only"
  247. },
  248. {
  249. "value": "RW",
  250. "description": "Read Write"
  251. },
  252. {
  253. "value": "WO",
  254. "description": "Write Only"
  255. }
  256. ]
  257. }
  258. },
  259. {
  260. "variable": "maxConnections",
  261. "label": "Max Connections",
  262. "description": "Maximum number of simultaneous connections to this module.</br>\n0 means unlimited.\n",
  263. "schema": {
  264. "type": "int",
  265. "min": 0,
  266. "max": 1000,
  267. "default": 0,
  268. "required": true
  269. }
  270. },
  271. {
  272. "variable": "uid",
  273. "label": "UID",
  274. "description": "The UID to use for this module.</br>\n",
  275. "schema": {
  276. "type": "int",
  277. "min": 0,
  278. "max": 65535,
  279. "default": 568,
  280. "required": true
  281. }
  282. },
  283. {
  284. "variable": "gid",
  285. "label": "GID",
  286. "description": "The GID to use for this module.</br>\n",
  287. "schema": {
  288. "type": "int",
  289. "min": 0,
  290. "max": 65535,
  291. "default": 568,
  292. "required": true
  293. }
  294. },
  295. {
  296. "variable": "hostsAllow",
  297. "label": "Hosts Allow",
  298. "description": "List of hosts allowed to connect to this module.</br>\nLeave empty to allow all hosts.\n",
  299. "schema": {
  300. "type": "list",
  301. "default": [],
  302. "items": [
  303. {
  304. "variable": "host",
  305. "label": "Host to allow",
  306. "schema": {
  307. "type": "string",
  308. "required": true
  309. }
  310. }
  311. ]
  312. }
  313. },
  314. {
  315. "variable": "hostsDeny",
  316. "label": "Hosts Deny",
  317. "description": "List of hosts denied to connect to this module.</br>\nLeave empty to deny no hosts.\n",
  318. "schema": {
  319. "type": "list",
  320. "default": [],
  321. "items": [
  322. {
  323. "variable": "host",
  324. "label": "Host to deny",
  325. "schema": {
  326. "type": "string",
  327. "required": true
  328. }
  329. }
  330. ]
  331. }
  332. },
  333. {
  334. "variable": "auxParams",
  335. "label": "Auxillary Parameters",
  336. "description": "Configure auxillary parameters for this module.",
  337. "schema": {
  338. "type": "list",
  339. "default": [],
  340. "items": [
  341. {
  342. "variable": "auxEntry",
  343. "label": "Auxillary Parameter Entry",
  344. "schema": {
  345. "type": "dict",
  346. "attrs": [
  347. {
  348. "variable": "param",
  349. "label": "Parameter",
  350. "schema": {
  351. "type": "string",
  352. "required": true
  353. }
  354. },
  355. {
  356. "variable": "value",
  357. "label": "Value",
  358. "schema": {
  359. "type": "string",
  360. "required": true
  361. }
  362. }
  363. ]
  364. }
  365. }
  366. ]
  367. }
  368. }
  369. ]
  370. }
  371. }
  372. ]
  373. }
  374. }
  375. ]
  376. }
  377. },
  378. {
  379. "variable": "resources",
  380. "group": "Resources Configuration",
  381. "label": "",
  382. "schema": {
  383. "type": "dict",
  384. "attrs": [
  385. {
  386. "variable": "limits",
  387. "label": "Limits",
  388. "schema": {
  389. "type": "dict",
  390. "attrs": [
  391. {
  392. "variable": "cpu",
  393. "label": "CPU",
  394. "description": "CPU limit for Rsync.",
  395. "schema": {
  396. "type": "string",
  397. "max_length": 6,
  398. "valid_chars": "^(0\\.[1-9]|[1-9][0-9]*)(\\.[0-9]|m?)$",
  399. "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",
  400. "default": "4000m",
  401. "required": true
  402. }
  403. },
  404. {
  405. "variable": "memory",
  406. "label": "Memory",
  407. "description": "Memory limit for Rsync.",
  408. "schema": {
  409. "type": "string",
  410. "max_length": 12,
  411. "valid_chars": "^[1-9][0-9]*([EPTGMK]i?|e[0-9]+)?$",
  412. "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",
  413. "default": "8Gi",
  414. "required": true
  415. }
  416. }
  417. ]
  418. }
  419. }
  420. ]
  421. }
  422. }
  423. ]
  424. },
  425. "app_readme": "<h1>Rsyncd</h1>\n<p><a href=\"https://rsync.samba.org/\">Rsyncd</a> is an open source utility that provides fast incremental file transfer.</p>",
  426. "detailed_readme": "<h1>Rsyncd</h1>\n<p><a href=\"https://rsync.samba.org/\">Rsyncd</a> is an open source utility that provides fast incremental file transfer.</p>",
  427. "changelog": null
  428. }
  429. }