app_versions.json 32 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579
  1. {
  2. "1.1.3": {
  3. "healthy": true,
  4. "supported": true,
  5. "healthy_error": null,
  6. "location": "/__w/charts/charts/enterprise/syncthing/1.1.3",
  7. "last_update": "2023-11-23 22:47:30",
  8. "required_features": [
  9. "definitions/timezone",
  10. "normalize/ixVolume",
  11. "definitions/certificate"
  12. ],
  13. "human_version": "1.23.3_1.1.3",
  14. "version": "1.1.3",
  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.1.3",
  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.2.2"
  38. }
  39. ],
  40. "home": "https://syncthing.net/",
  41. "icon": "https://media.sys.truenas.net/apps/syncthing/icons/icon.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. "immutable": true,
  300. "default": "ixVolume",
  301. "enum": [
  302. {
  303. "value": "hostPath",
  304. "description": "Host Path (Path that already exists on the system)"
  305. },
  306. {
  307. "value": "ixVolume",
  308. "description": "ixVolume (Dataset created automatically by the system)"
  309. }
  310. ]
  311. }
  312. },
  313. {
  314. "variable": "datasetName",
  315. "label": "Dataset Name",
  316. "schema": {
  317. "type": "string",
  318. "show_if": [
  319. [
  320. "type",
  321. "=",
  322. "ixVolume"
  323. ]
  324. ],
  325. "required": true,
  326. "hidden": true,
  327. "immutable": true,
  328. "default": "home",
  329. "$ref": [
  330. "normalize/ixVolume"
  331. ]
  332. }
  333. },
  334. {
  335. "variable": "hostPath",
  336. "label": "Host Path",
  337. "schema": {
  338. "type": "hostpath",
  339. "show_if": [
  340. [
  341. "type",
  342. "=",
  343. "hostPath"
  344. ]
  345. ],
  346. "immutable": true,
  347. "required": true
  348. }
  349. }
  350. ]
  351. }
  352. },
  353. {
  354. "variable": "additionalStorages",
  355. "label": "Additional Storage",
  356. "description": "Additional storage for Syncthing.",
  357. "schema": {
  358. "type": "list",
  359. "required": true,
  360. "empty": false,
  361. "default": [
  362. {
  363. "type": "hostPath",
  364. "mountPath": "/data1",
  365. "hostPath\"": ""
  366. }
  367. ],
  368. "items": [
  369. {
  370. "variable": "storageEntry",
  371. "label": "Storage Entry",
  372. "schema": {
  373. "type": "dict",
  374. "attrs": [
  375. {
  376. "variable": "type",
  377. "label": "Type",
  378. "description": "Host Path: Is a path that already exists on the system.</br>\nSMB Share: Mounts a persistent volume claim to a SMB share.\n",
  379. "schema": {
  380. "type": "string",
  381. "required": true,
  382. "default": "hostPath",
  383. "immutable": true,
  384. "enum": [
  385. {
  386. "value": "hostPath",
  387. "description": "Host Path (Path that already exists on the system)"
  388. },
  389. {
  390. "value": "smb-pv-pvc",
  391. "description": "SMB Share (Mounts a persistent volume claim to a SMB share)"
  392. }
  393. ]
  394. }
  395. },
  396. {
  397. "variable": "mountPath",
  398. "label": "Mount Path",
  399. "description": "The path inside the container to mount the storage.",
  400. "schema": {
  401. "type": "path",
  402. "required": true
  403. }
  404. },
  405. {
  406. "variable": "hostPath",
  407. "label": "Host Path",
  408. "description": "The host path to use for storage.",
  409. "schema": {
  410. "type": "hostpath",
  411. "show_if": [
  412. [
  413. "type",
  414. "=",
  415. "hostPath"
  416. ]
  417. ],
  418. "required": true
  419. }
  420. },
  421. {
  422. "variable": "server",
  423. "label": "Server",
  424. "description": "The server for the SMB share.",
  425. "schema": {
  426. "type": "string",
  427. "show_if": [
  428. [
  429. "type",
  430. "=",
  431. "smb-pv-pvc"
  432. ]
  433. ],
  434. "required": true
  435. }
  436. },
  437. {
  438. "variable": "share",
  439. "label": "Share",
  440. "description": "The share name for the SMB share.",
  441. "schema": {
  442. "type": "string",
  443. "show_if": [
  444. [
  445. "type",
  446. "=",
  447. "smb-pv-pvc"
  448. ]
  449. ],
  450. "required": true
  451. }
  452. },
  453. {
  454. "variable": "domain",
  455. "label": "Domain (Optional)",
  456. "description": "The domain for the SMB share.",
  457. "schema": {
  458. "type": "string",
  459. "show_if": [
  460. [
  461. "type",
  462. "=",
  463. "smb-pv-pvc"
  464. ]
  465. ]
  466. }
  467. },
  468. {
  469. "variable": "username",
  470. "label": "Username",
  471. "description": "The username for the SMB share.",
  472. "schema": {
  473. "type": "string",
  474. "show_if": [
  475. [
  476. "type",
  477. "=",
  478. "smb-pv-pvc"
  479. ]
  480. ],
  481. "required": true
  482. }
  483. },
  484. {
  485. "variable": "password",
  486. "label": "Password",
  487. "description": "The password for the SMB share.",
  488. "schema": {
  489. "type": "string",
  490. "show_if": [
  491. [
  492. "type",
  493. "=",
  494. "smb-pv-pvc"
  495. ]
  496. ],
  497. "required": true,
  498. "private": true
  499. }
  500. },
  501. {
  502. "variable": "size",
  503. "label": "Size (in Gi)",
  504. "description": "The size of the volume quota.",
  505. "schema": {
  506. "type": "int",
  507. "show_if": [
  508. [
  509. "type",
  510. "=",
  511. "smb-pv-pvc"
  512. ]
  513. ],
  514. "required": true,
  515. "min": 1,
  516. "default": 1
  517. }
  518. }
  519. ]
  520. }
  521. }
  522. ]
  523. }
  524. }
  525. ]
  526. }
  527. },
  528. {
  529. "variable": "resources",
  530. "group": "Resources Configuration",
  531. "label": "",
  532. "schema": {
  533. "type": "dict",
  534. "attrs": [
  535. {
  536. "variable": "limits",
  537. "label": "Limits",
  538. "schema": {
  539. "type": "dict",
  540. "attrs": [
  541. {
  542. "variable": "cpu",
  543. "label": "CPU",
  544. "description": "CPU limit for Syncthing.",
  545. "schema": {
  546. "type": "string",
  547. "max_length": 6,
  548. "valid_chars": "^(0\\.[1-9]|[1-9][0-9]*)(\\.[0-9]|m?)$",
  549. "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",
  550. "default": "4000m",
  551. "required": true
  552. }
  553. },
  554. {
  555. "variable": "memory",
  556. "label": "Memory",
  557. "description": "Memory limit for Syncthing.",
  558. "schema": {
  559. "type": "string",
  560. "max_length": 12,
  561. "valid_chars": "^[1-9][0-9]*([EPTGMK]i?|e[0-9]+)?$",
  562. "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",
  563. "default": "8Gi",
  564. "required": true
  565. }
  566. }
  567. ]
  568. }
  569. }
  570. ]
  571. }
  572. }
  573. ]
  574. },
  575. "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>",
  576. "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>",
  577. "changelog": null
  578. }
  579. }