app_versions.json 32 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577
  1. {
  2. "1.0.13": {
  3. "healthy": true,
  4. "supported": true,
  5. "healthy_error": null,
  6. "location": "/__w/charts/charts/test/syncthing/1.0.13",
  7. "last_update": "2023-09-08 15:07:33",
  8. "required_features": [
  9. "definitions/certificate",
  10. "definitions/timezone",
  11. "normalize/ixVolume"
  12. ],
  13. "human_version": "1.23.3_1.0.13",
  14. "version": "1.0.13",
  15. "chart_metadata": {
  16. "name": "syncthing",
  17. "description": "Syncthing is a continuous file synchronization program.",
  18. "annotations": {
  19. "title": "Syncthing"
  20. },
  21. "type": "application",
  22. "version": "1.0.13",
  23. "apiVersion": "v2",
  24. "appVersion": "1.23.3",
  25. "kubeVersion": ">=1.16.0-0",
  26. "maintainers": [
  27. {
  28. "name": "truenas",
  29. "url": "https://www.truenas.com/",
  30. "email": "dev@ixsystems.com"
  31. }
  32. ],
  33. "dependencies": [
  34. {
  35. "name": "common",
  36. "repository": "file://../../../common",
  37. "version": "1.1.1"
  38. }
  39. ],
  40. "home": "https://syncthing.net/",
  41. "icon": "https://syncthing.net/img/logo-horizontal.svg",
  42. "sources": [
  43. "https://syncthing.net/",
  44. "https://github.com/syncthing/syncthing",
  45. "https://hub.docker.com/r/syncthing/syncthing",
  46. "https://github.com/truenas/charts/tree/master/enterprise/syncthing"
  47. ],
  48. "keywords": [
  49. "sync",
  50. "file-sharing"
  51. ]
  52. },
  53. "app_metadata": {
  54. "runAsContext": [
  55. {
  56. "userName": "root",
  57. "groupName": "root",
  58. "gid": 0,
  59. "uid": 0,
  60. "description": "Syncthing runs as root and starts the syncthing process as a non-root user."
  61. }
  62. ],
  63. "capabilities": [
  64. {
  65. "name": "CHOWN",
  66. "description": "Syncthing is able to chown files."
  67. },
  68. {
  69. "name": "DAC_OVERRIDE",
  70. "description": "Syncthing is able to bypass permission checks."
  71. },
  72. {
  73. "name": "FOWNER",
  74. "description": "Syncthing is able bypass permission checks for it's sub-processes."
  75. },
  76. {
  77. "name": "SETUID",
  78. "description": "Syncthing is able to set user ID for it's sub-processes."
  79. },
  80. {
  81. "name": "SETGID",
  82. "description": "Syncthing is able to set group ID for it's sub-processes."
  83. },
  84. {
  85. "name": "SETPCAP",
  86. "description": "Syncthing is able to set process capabilities."
  87. },
  88. {
  89. "name": "SETFCAP",
  90. "description": "Syncthing is able to set file capabilities."
  91. }
  92. ],
  93. "hostMounts": []
  94. },
  95. "schema": {
  96. "groups": [
  97. {
  98. "name": "Syncthing Configuration",
  99. "description": "Configure Syncthing"
  100. },
  101. {
  102. "name": "User and Group Configuration",
  103. "description": "Configure User and Group for Syncthing"
  104. },
  105. {
  106. "name": "Network Configuration",
  107. "description": "Configure Network for Syncthing"
  108. },
  109. {
  110. "name": "Storage Configuration",
  111. "description": "Configure Storage for Syncthing"
  112. },
  113. {
  114. "name": "Resources Configuration",
  115. "description": "Configure Resources for Syncthing"
  116. }
  117. ],
  118. "portals": {
  119. "web_portal": {
  120. "protocols": [
  121. "$kubernetes-resource_configmap_portal_protocol"
  122. ],
  123. "host": [
  124. "$kubernetes-resource_configmap_portal_host"
  125. ],
  126. "ports": [
  127. "$kubernetes-resource_configmap_portal_port"
  128. ],
  129. "path": "$kubernetes-resource_configmap_portal_path"
  130. }
  131. },
  132. "questions": [
  133. {
  134. "variable": "TZ",
  135. "group": "Syncthing Configuration",
  136. "label": "Timezone",
  137. "schema": {
  138. "type": "string",
  139. "default": "America/Los_Angeles",
  140. "required": true,
  141. "$ref": [
  142. "definitions/timezone"
  143. ],
  144. "enum": [
  145. {
  146. "value": "Asia/Damascus",
  147. "description": "'Asia/Damascus' timezone"
  148. },
  149. {
  150. "value": "Asia/Saigon",
  151. "description": "'Asia/Saigon' timezone"
  152. }
  153. ]
  154. }
  155. },
  156. {
  157. "variable": "syncthingID",
  158. "label": "",
  159. "group": "User and Group Configuration",
  160. "schema": {
  161. "type": "dict",
  162. "attrs": [
  163. {
  164. "variable": "user",
  165. "label": "User ID",
  166. "description": "The user id that Syncthing files will be owned by.",
  167. "schema": {
  168. "type": "int",
  169. "min": 568,
  170. "default": 568,
  171. "immutable": true,
  172. "required": true
  173. }
  174. },
  175. {
  176. "variable": "group",
  177. "label": "Group ID",
  178. "description": "The group id that Syncthing files will be owned by.",
  179. "schema": {
  180. "type": "int",
  181. "min": 568,
  182. "default": 568,
  183. "immutable": true,
  184. "required": true
  185. }
  186. }
  187. ]
  188. }
  189. },
  190. {
  191. "variable": "syncthingNetwork",
  192. "label": "",
  193. "group": "Network Configuration",
  194. "schema": {
  195. "type": "dict",
  196. "attrs": [
  197. {
  198. "variable": "hostNetwork",
  199. "label": "Host Network",
  200. "description": "Bind to the host network.</br></br>\nIf this is disabled, you will need to add your local networks in CIDR format to the Syncthing WebUI.</br>\nIn the Syncthing WebUI, go to Advanced Settings > Options > Always Local Nets</br>\nSeparate each CIDR network with a comma.</br>\nExample: 192.168.0.0/24,192.168.1.0/24\n",
  201. "schema": {
  202. "type": "boolean",
  203. "default": true
  204. }
  205. },
  206. {
  207. "variable": "webPort",
  208. "label": "Web Port",
  209. "description": "The port for the Syncthing WebUI.",
  210. "schema": {
  211. "type": "int",
  212. "default": 31000,
  213. "min": 9000,
  214. "max": 65535,
  215. "required": true
  216. }
  217. },
  218. {
  219. "variable": "tcpPort",
  220. "label": "TCP Port (File Transfers)",
  221. "description": "The TCP port for Syncthing transfers.",
  222. "schema": {
  223. "type": "int",
  224. "show_if": [
  225. [
  226. "hostNetwork",
  227. "=",
  228. false
  229. ]
  230. ],
  231. "default": 22000,
  232. "min": 9000,
  233. "max": 65535,
  234. "required": true
  235. }
  236. },
  237. {
  238. "variable": "quicPort",
  239. "label": "QUIC (UDP) Port (File Transfers)",
  240. "description": "The QUIC (UDP) port for Syncthing transfers.",
  241. "schema": {
  242. "type": "int",
  243. "show_if": [
  244. [
  245. "hostNetwork",
  246. "=",
  247. false
  248. ]
  249. ],
  250. "default": 22000,
  251. "min": 9000,
  252. "max": 65535,
  253. "required": true
  254. }
  255. },
  256. {
  257. "variable": "certificateID",
  258. "label": "Certificate",
  259. "description": "The certificate to use for Syncthing GUI.",
  260. "schema": {
  261. "type": "int",
  262. "null": true,
  263. "$ref": [
  264. "definitions/certificate"
  265. ],
  266. "enum": [
  267. {
  268. "value": null,
  269. "description": "No Certificate"
  270. }
  271. ],
  272. "default": null
  273. }
  274. }
  275. ]
  276. }
  277. },
  278. {
  279. "variable": "syncthingStorage",
  280. "label": "",
  281. "group": "Storage Configuration",
  282. "schema": {
  283. "type": "dict",
  284. "attrs": [
  285. {
  286. "variable": "home",
  287. "label": "Syncthing Home Storage",
  288. "description": "The path to store Syncthing Home Directory.",
  289. "schema": {
  290. "type": "dict",
  291. "attrs": [
  292. {
  293. "variable": "type",
  294. "label": "Type",
  295. "description": "ixVolume: Is dataset created automatically by the system.</br>\nHost Path: Is a path that already exists on the system.\n",
  296. "schema": {
  297. "type": "string",
  298. "required": true,
  299. "default": "ixVolume",
  300. "enum": [
  301. {
  302. "value": "hostPath",
  303. "description": "Host Path (Path that already exists on the system)"
  304. },
  305. {
  306. "value": "ixVolume",
  307. "description": "ixVolume (Dataset created automatically by the system)"
  308. }
  309. ]
  310. }
  311. },
  312. {
  313. "variable": "datasetName",
  314. "label": "Dataset Name",
  315. "schema": {
  316. "type": "string",
  317. "show_if": [
  318. [
  319. "type",
  320. "=",
  321. "ixVolume"
  322. ]
  323. ],
  324. "required": true,
  325. "hidden": true,
  326. "immutable": true,
  327. "default": "home",
  328. "$ref": [
  329. "normalize/ixVolume"
  330. ]
  331. }
  332. },
  333. {
  334. "variable": "hostPath",
  335. "label": "Host Path",
  336. "schema": {
  337. "type": "hostpath",
  338. "show_if": [
  339. [
  340. "type",
  341. "=",
  342. "hostPath"
  343. ]
  344. ],
  345. "immutable": true,
  346. "required": true
  347. }
  348. }
  349. ]
  350. }
  351. },
  352. {
  353. "variable": "additionalStorages",
  354. "label": "Additional Storage",
  355. "description": "Additional storage for Syncthing.",
  356. "schema": {
  357. "type": "list",
  358. "required": true,
  359. "empty": false,
  360. "default": [
  361. {
  362. "type": "hostPath",
  363. "mountPath": "/data1",
  364. "hostPath\"": ""
  365. }
  366. ],
  367. "items": [
  368. {
  369. "variable": "storageEntry",
  370. "label": "Storage Entry",
  371. "schema": {
  372. "type": "dict",
  373. "attrs": [
  374. {
  375. "variable": "type",
  376. "label": "Type",
  377. "description": "Host Path: Is a path that already exists on the system.\n",
  378. "schema": {
  379. "type": "string",
  380. "required": true,
  381. "default": "hostPath",
  382. "enum": [
  383. {
  384. "value": "hostPath",
  385. "description": "Host Path (Path that already exists on the system)"
  386. },
  387. {
  388. "value": "smb-pv-pvc",
  389. "description": "SMB Share (Mounts a persistent volume claim to a SMB share)"
  390. }
  391. ]
  392. }
  393. },
  394. {
  395. "variable": "mountPath",
  396. "label": "Mount Path",
  397. "description": "The path inside the container to mount the storage.",
  398. "schema": {
  399. "type": "path",
  400. "required": true
  401. }
  402. },
  403. {
  404. "variable": "hostPath",
  405. "label": "Host Path",
  406. "description": "The host path to use for storage.",
  407. "schema": {
  408. "type": "hostpath",
  409. "show_if": [
  410. [
  411. "type",
  412. "=",
  413. "hostPath"
  414. ]
  415. ],
  416. "required": true
  417. }
  418. },
  419. {
  420. "variable": "server",
  421. "label": "Server",
  422. "description": "The server for the SMB share.",
  423. "schema": {
  424. "type": "string",
  425. "show_if": [
  426. [
  427. "type",
  428. "=",
  429. "smb-pv-pvc"
  430. ]
  431. ],
  432. "required": true
  433. }
  434. },
  435. {
  436. "variable": "share",
  437. "label": "Share",
  438. "description": "The share name for the SMB share.",
  439. "schema": {
  440. "type": "string",
  441. "show_if": [
  442. [
  443. "type",
  444. "=",
  445. "smb-pv-pvc"
  446. ]
  447. ],
  448. "required": true
  449. }
  450. },
  451. {
  452. "variable": "domain",
  453. "label": "Domain (Optional)",
  454. "description": "The domain for the SMB share.",
  455. "schema": {
  456. "type": "string",
  457. "show_if": [
  458. [
  459. "type",
  460. "=",
  461. "smb-pv-pvc"
  462. ]
  463. ]
  464. }
  465. },
  466. {
  467. "variable": "username",
  468. "label": "Username",
  469. "description": "The username for the SMB share.",
  470. "schema": {
  471. "type": "string",
  472. "show_if": [
  473. [
  474. "type",
  475. "=",
  476. "smb-pv-pvc"
  477. ]
  478. ],
  479. "required": true
  480. }
  481. },
  482. {
  483. "variable": "password",
  484. "label": "Password",
  485. "description": "The password for the SMB share.",
  486. "schema": {
  487. "type": "string",
  488. "show_if": [
  489. [
  490. "type",
  491. "=",
  492. "smb-pv-pvc"
  493. ]
  494. ],
  495. "required": true,
  496. "private": true
  497. }
  498. },
  499. {
  500. "variable": "size",
  501. "label": "Size (in Gi)",
  502. "description": "The size of the volume quota.",
  503. "schema": {
  504. "type": "int",
  505. "show_if": [
  506. [
  507. "type",
  508. "=",
  509. "smb-pv-pvc"
  510. ]
  511. ],
  512. "required": true,
  513. "min": 1,
  514. "default": 1
  515. }
  516. }
  517. ]
  518. }
  519. }
  520. ]
  521. }
  522. }
  523. ]
  524. }
  525. },
  526. {
  527. "variable": "resources",
  528. "group": "Resources Configuration",
  529. "label": "",
  530. "schema": {
  531. "type": "dict",
  532. "attrs": [
  533. {
  534. "variable": "limits",
  535. "label": "Limits",
  536. "schema": {
  537. "type": "dict",
  538. "attrs": [
  539. {
  540. "variable": "cpu",
  541. "label": "CPU",
  542. "description": "CPU limit for Syncthing.",
  543. "schema": {
  544. "type": "string",
  545. "max_length": 6,
  546. "valid_chars": "^(0\\.[1-9]|[1-9][0-9]*)(\\.[0-9]|m?)$",
  547. "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",
  548. "default": "4000m",
  549. "required": true
  550. }
  551. },
  552. {
  553. "variable": "memory",
  554. "label": "Memory",
  555. "description": "Memory limit for Syncthing.",
  556. "schema": {
  557. "type": "string",
  558. "max_length": 12,
  559. "valid_chars": "^[1-9][0-9]*([EPTGMK]i?|e[0-9]+)?$",
  560. "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",
  561. "default": "8Gi",
  562. "required": true
  563. }
  564. }
  565. ]
  566. }
  567. }
  568. ]
  569. }
  570. }
  571. ]
  572. },
  573. "app_readme": "<h1>Syncthing</h1>\n<p><a href=\"https://syncthing.net/\">Syncthing</a> is a file synchronization program.</p>\n<p>At each startup of the application, the following settings are applied:</p>\n<ul>\n<li>Disable automatic upgrades</li>\n<li>Disable anonymous usage reporting</li>\n<li>Disable NAT traversal</li>\n<li>Disable global discovery</li>\n<li>Disable local discovery</li>\n<li>Disable relaying</li>\n<li>Disable announcing LAN addresses</li>\n</ul>\n<p>Additionally, the following defaults are set for new synthing \"folders\":</p>\n<ul>\n<li>Max total size of <code>xattr</code>: 10 MiB</li>\n<li>Max size per <code>xattr</code>: 2 MiB</li>\n<li>Enable <code>send</code> and <code>sync</code> of <code>xattr</code></li>\n<li>Enable <code>send</code> and <code>sync</code> of <code>ownership</code></li>\n</ul>",
  574. "detailed_readme": "<h1>Syncthing</h1>\n<p><a href=\"https://syncthing.net/\">Syncthing</a> is a file synchronization program.</p>\n<p>At each startup of the application, the following settings are applied:</p>\n<ul>\n<li>Disable automatic upgrades</li>\n<li>Disable anonymous usage reporting</li>\n<li>Disable NAT traversal</li>\n<li>Disable global discovery</li>\n<li>Disable local discovery</li>\n<li>Disable relaying</li>\n<li>Disable announcing LAN addresses</li>\n</ul>\n<p>Additionally, the following defaults are set for new synthing \"folders\":</p>\n<ul>\n<li>Max total size of <code>xattr</code>: 10 MiB</li>\n<li>Max size per <code>xattr</code>: 2 MiB</li>\n<li>Enable <code>send</code> and <code>sync</code> of <code>xattr</code></li>\n<li>Enable <code>send</code> and <code>sync</code> of <code>ownership</code></li>\n</ul>",
  575. "changelog": null
  576. }
  577. }