app_versions.json 35 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620
  1. {
  2. "1.0.17": {
  3. "healthy": true,
  4. "supported": true,
  5. "healthy_error": null,
  6. "location": "/__w/apps/apps/trains/community/newt/1.0.17",
  7. "last_update": "2025-09-03 12:56:43",
  8. "required_features": [],
  9. "human_version": "1.4.4_1.0.17",
  10. "version": "1.0.17",
  11. "app_metadata": {
  12. "app_version": "1.4.4",
  13. "capabilities": [],
  14. "categories": [
  15. "networking"
  16. ],
  17. "changelog_url": "https://github.com/fosrl/newt/releases",
  18. "date_added": "2025-05-09",
  19. "description": "Newt is a fully user space WireGuard tunnel client and TCP/UDP proxy, designed to securely expose private resources controlled by Pangolin. By using Newt, you don't need to manage complex WireGuard tunnels and NATing.",
  20. "home": "https://github.com/fosrl/newt",
  21. "host_mounts": [],
  22. "icon": "https://media.sys.truenas.net/apps/newt/icons/icon.svg",
  23. "keywords": [
  24. "tunneling",
  25. "proxy",
  26. "wireguard",
  27. "pangolin"
  28. ],
  29. "lib_version": "2.1.49",
  30. "lib_version_hash": "e71e6b0122c9446fa5ea6fb07e7eb01b11fb42d549a19845426bbd7e21a42634",
  31. "maintainers": [
  32. {
  33. "email": "dev@ixsystems.com",
  34. "name": "truenas",
  35. "url": "https://www.truenas.com/"
  36. }
  37. ],
  38. "name": "newt",
  39. "run_as_context": [
  40. {
  41. "description": "Newt runs as any non-root user.",
  42. "gid": 568,
  43. "group_name": "newt",
  44. "uid": 568,
  45. "user_name": "newt"
  46. }
  47. ],
  48. "screenshots": [],
  49. "sources": [
  50. "https://github.com/fosrl/newt",
  51. "https://hub.docker.com/r/fosrl/newt"
  52. ],
  53. "title": "Newt",
  54. "train": "community",
  55. "version": "1.0.17"
  56. },
  57. "schema": {
  58. "groups": [
  59. {
  60. "name": "Newt Configuration",
  61. "description": "Configure Newt"
  62. },
  63. {
  64. "name": "User and Group Configuration",
  65. "description": "Configure User and Group for Newt"
  66. },
  67. {
  68. "name": "Network Configuration",
  69. "description": "Configure Network for Newt"
  70. },
  71. {
  72. "name": "Storage Configuration",
  73. "description": "Configure Storage for Newt"
  74. },
  75. {
  76. "name": "Labels Configuration",
  77. "description": "Configure labels for Newt"
  78. },
  79. {
  80. "name": "Resources Configuration",
  81. "description": "Configure Resources for Newt"
  82. }
  83. ],
  84. "questions": [
  85. {
  86. "variable": "TZ",
  87. "group": "Newt Configuration",
  88. "label": "Timezone",
  89. "schema": {
  90. "type": "string",
  91. "default": "Etc/UTC",
  92. "required": true,
  93. "$ref": [
  94. "definitions/timezone"
  95. ]
  96. }
  97. },
  98. {
  99. "variable": "newt",
  100. "label": "",
  101. "group": "Newt Configuration",
  102. "schema": {
  103. "type": "dict",
  104. "attrs": [
  105. {
  106. "variable": "pangolin_endpoint",
  107. "label": "Pangolin Endpoint",
  108. "description": "The endpoint for the Pangolin service.",
  109. "schema": {
  110. "type": "uri",
  111. "default": "",
  112. "required": true
  113. }
  114. },
  115. {
  116. "variable": "newt_id",
  117. "label": "Newt ID",
  118. "description": "The ID for the newt connection.",
  119. "schema": {
  120. "type": "string",
  121. "default": "",
  122. "required": true
  123. }
  124. },
  125. {
  126. "variable": "newt_secret",
  127. "label": "Newt Secret",
  128. "description": "The secret for the newt connection.",
  129. "schema": {
  130. "type": "string",
  131. "default": "",
  132. "required": true,
  133. "private": true
  134. }
  135. },
  136. {
  137. "variable": "additional_envs",
  138. "label": "Additional Environment Variables",
  139. "schema": {
  140. "type": "list",
  141. "default": [],
  142. "items": [
  143. {
  144. "variable": "env",
  145. "label": "Environment Variable",
  146. "schema": {
  147. "type": "dict",
  148. "attrs": [
  149. {
  150. "variable": "name",
  151. "label": "Name",
  152. "schema": {
  153. "type": "string",
  154. "required": true
  155. }
  156. },
  157. {
  158. "variable": "value",
  159. "label": "Value",
  160. "schema": {
  161. "type": "string"
  162. }
  163. }
  164. ]
  165. }
  166. }
  167. ]
  168. }
  169. }
  170. ]
  171. }
  172. },
  173. {
  174. "variable": "run_as",
  175. "label": "",
  176. "group": "User and Group Configuration",
  177. "schema": {
  178. "type": "dict",
  179. "attrs": [
  180. {
  181. "variable": "user",
  182. "label": "User ID",
  183. "description": "The user id that Newt files will be owned by.",
  184. "schema": {
  185. "type": "int",
  186. "min": 568,
  187. "default": 568,
  188. "required": true
  189. }
  190. },
  191. {
  192. "variable": "group",
  193. "label": "Group ID",
  194. "description": "The group id that Newt files will be owned by.",
  195. "schema": {
  196. "type": "int",
  197. "min": 568,
  198. "default": 568,
  199. "required": true
  200. }
  201. }
  202. ]
  203. }
  204. },
  205. {
  206. "variable": "network",
  207. "label": "",
  208. "group": "Network Configuration",
  209. "schema": {
  210. "type": "dict",
  211. "attrs": [
  212. {
  213. "variable": "host_network",
  214. "label": "Host Network",
  215. "description": "Bind to the host network. It's recommended to keep this disabled.\n",
  216. "schema": {
  217. "type": "boolean",
  218. "default": false
  219. }
  220. }
  221. ]
  222. }
  223. },
  224. {
  225. "variable": "storage",
  226. "label": "",
  227. "group": "Storage Configuration",
  228. "schema": {
  229. "type": "dict",
  230. "attrs": [
  231. {
  232. "variable": "additional_storage",
  233. "label": "Additional Storage",
  234. "schema": {
  235. "type": "list",
  236. "default": [],
  237. "items": [
  238. {
  239. "variable": "storageEntry",
  240. "label": "Storage Entry",
  241. "schema": {
  242. "type": "dict",
  243. "attrs": [
  244. {
  245. "variable": "type",
  246. "label": "Type",
  247. "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 as a volume.\n",
  248. "schema": {
  249. "type": "string",
  250. "required": true,
  251. "default": "ix_volume",
  252. "enum": [
  253. {
  254. "value": "host_path",
  255. "description": "Host Path (Path that already exists on the system)"
  256. },
  257. {
  258. "value": "ix_volume",
  259. "description": "ixVolume (Dataset created automatically by the system)"
  260. },
  261. {
  262. "value": "cifs",
  263. "description": "SMB/CIFS Share (Mounts a volume to a SMB share)"
  264. }
  265. ]
  266. }
  267. },
  268. {
  269. "variable": "read_only",
  270. "label": "Read Only",
  271. "description": "Mount the volume as read only.",
  272. "schema": {
  273. "type": "boolean",
  274. "default": false
  275. }
  276. },
  277. {
  278. "variable": "mount_path",
  279. "label": "Mount Path",
  280. "description": "The path inside the container to mount the storage.",
  281. "schema": {
  282. "type": "path",
  283. "required": true
  284. }
  285. },
  286. {
  287. "variable": "host_path_config",
  288. "label": "Host Path Configuration",
  289. "schema": {
  290. "type": "dict",
  291. "show_if": [
  292. [
  293. "type",
  294. "=",
  295. "host_path"
  296. ]
  297. ],
  298. "attrs": [
  299. {
  300. "variable": "acl_enable",
  301. "label": "Enable ACL",
  302. "description": "Enable ACL for the storage.",
  303. "schema": {
  304. "type": "boolean",
  305. "default": false
  306. }
  307. },
  308. {
  309. "variable": "acl",
  310. "label": "ACL Configuration",
  311. "schema": {
  312. "type": "dict",
  313. "show_if": [
  314. [
  315. "acl_enable",
  316. "=",
  317. true
  318. ]
  319. ],
  320. "attrs": [],
  321. "$ref": [
  322. "normalize/acl"
  323. ]
  324. }
  325. },
  326. {
  327. "variable": "path",
  328. "label": "Host Path",
  329. "description": "The host path to use for storage.",
  330. "schema": {
  331. "type": "hostpath",
  332. "show_if": [
  333. [
  334. "acl_enable",
  335. "=",
  336. false
  337. ]
  338. ],
  339. "required": true
  340. }
  341. }
  342. ]
  343. }
  344. },
  345. {
  346. "variable": "ix_volume_config",
  347. "label": "ixVolume Configuration",
  348. "description": "The configuration for the ixVolume dataset.",
  349. "schema": {
  350. "type": "dict",
  351. "show_if": [
  352. [
  353. "type",
  354. "=",
  355. "ix_volume"
  356. ]
  357. ],
  358. "$ref": [
  359. "normalize/ix_volume"
  360. ],
  361. "attrs": [
  362. {
  363. "variable": "acl_enable",
  364. "label": "Enable ACL",
  365. "description": "Enable ACL for the storage.",
  366. "schema": {
  367. "type": "boolean",
  368. "default": false
  369. }
  370. },
  371. {
  372. "variable": "dataset_name",
  373. "label": "Dataset Name",
  374. "description": "The name of the dataset to use for storage.",
  375. "schema": {
  376. "type": "string",
  377. "required": true,
  378. "default": "storage_entry"
  379. }
  380. },
  381. {
  382. "variable": "acl_entries",
  383. "label": "ACL Configuration",
  384. "schema": {
  385. "type": "dict",
  386. "show_if": [
  387. [
  388. "acl_enable",
  389. "=",
  390. true
  391. ]
  392. ],
  393. "attrs": []
  394. }
  395. }
  396. ]
  397. }
  398. },
  399. {
  400. "variable": "cifs_config",
  401. "label": "SMB Configuration",
  402. "description": "The configuration for the SMB dataset.",
  403. "schema": {
  404. "type": "dict",
  405. "show_if": [
  406. [
  407. "type",
  408. "=",
  409. "cifs"
  410. ]
  411. ],
  412. "attrs": [
  413. {
  414. "variable": "server",
  415. "label": "Server",
  416. "description": "The server to mount the SMB share.",
  417. "schema": {
  418. "type": "string",
  419. "required": true
  420. }
  421. },
  422. {
  423. "variable": "path",
  424. "label": "Path",
  425. "description": "The path to mount the SMB share.",
  426. "schema": {
  427. "type": "string",
  428. "required": true
  429. }
  430. },
  431. {
  432. "variable": "username",
  433. "label": "Username",
  434. "description": "The username to use for the SMB share.",
  435. "schema": {
  436. "type": "string",
  437. "required": true
  438. }
  439. },
  440. {
  441. "variable": "password",
  442. "label": "Password",
  443. "description": "The password to use for the SMB share.",
  444. "schema": {
  445. "type": "string",
  446. "required": true,
  447. "private": true
  448. }
  449. },
  450. {
  451. "variable": "domain",
  452. "label": "Domain",
  453. "description": "The domain to use for the SMB share.",
  454. "schema": {
  455. "type": "string"
  456. }
  457. }
  458. ]
  459. }
  460. }
  461. ]
  462. }
  463. }
  464. ]
  465. }
  466. }
  467. ]
  468. }
  469. },
  470. {
  471. "variable": "labels",
  472. "label": "",
  473. "group": "Labels Configuration",
  474. "schema": {
  475. "type": "list",
  476. "default": [],
  477. "items": [
  478. {
  479. "variable": "label",
  480. "label": "Label",
  481. "schema": {
  482. "type": "dict",
  483. "attrs": [
  484. {
  485. "variable": "key",
  486. "label": "Key",
  487. "schema": {
  488. "type": "string",
  489. "required": true
  490. }
  491. },
  492. {
  493. "variable": "value",
  494. "label": "Value",
  495. "schema": {
  496. "type": "string",
  497. "required": true
  498. }
  499. },
  500. {
  501. "variable": "containers",
  502. "label": "Containers",
  503. "description": "Containers where the label should be applied",
  504. "schema": {
  505. "type": "list",
  506. "items": [
  507. {
  508. "variable": "container",
  509. "label": "Container",
  510. "schema": {
  511. "type": "string",
  512. "required": true,
  513. "enum": [
  514. {
  515. "value": "newt",
  516. "description": "newt"
  517. }
  518. ]
  519. }
  520. }
  521. ]
  522. }
  523. }
  524. ]
  525. }
  526. }
  527. ]
  528. }
  529. },
  530. {
  531. "variable": "resources",
  532. "label": "",
  533. "group": "Resources Configuration",
  534. "schema": {
  535. "type": "dict",
  536. "attrs": [
  537. {
  538. "variable": "limits",
  539. "label": "Limits",
  540. "schema": {
  541. "type": "dict",
  542. "attrs": [
  543. {
  544. "variable": "cpus",
  545. "label": "CPUs",
  546. "description": "CPUs limit for Newt.",
  547. "schema": {
  548. "type": "int",
  549. "default": 2,
  550. "required": true
  551. }
  552. },
  553. {
  554. "variable": "memory",
  555. "label": "Memory (in MB)",
  556. "description": "Memory limit for Newt.",
  557. "schema": {
  558. "type": "int",
  559. "default": 4096,
  560. "required": true
  561. }
  562. }
  563. ]
  564. }
  565. }
  566. ]
  567. }
  568. }
  569. ]
  570. },
  571. "readme": "<h1>Newt</h1> <p><a href=\"https://github.com/fosrl/newt\">Newt</a> - Newt is a fully user space WireGuard tunnel client and TCP/UDP proxy, designed to securely expose private resources controlled by Pangolin. By using Newt, you don't need to manage complex WireGuard tunnels and NATing.</p>",
  572. "changelog": null,
  573. "chart_metadata": {
  574. "app_version": "1.4.4",
  575. "capabilities": [],
  576. "categories": [
  577. "networking"
  578. ],
  579. "changelog_url": "https://github.com/fosrl/newt/releases",
  580. "date_added": "2025-05-09",
  581. "description": "Newt is a fully user space WireGuard tunnel client and TCP/UDP proxy, designed to securely expose private resources controlled by Pangolin. By using Newt, you don't need to manage complex WireGuard tunnels and NATing.",
  582. "home": "https://github.com/fosrl/newt",
  583. "host_mounts": [],
  584. "icon": "https://media.sys.truenas.net/apps/newt/icons/icon.svg",
  585. "keywords": [
  586. "tunneling",
  587. "proxy",
  588. "wireguard",
  589. "pangolin"
  590. ],
  591. "lib_version": "2.1.49",
  592. "lib_version_hash": "e71e6b0122c9446fa5ea6fb07e7eb01b11fb42d549a19845426bbd7e21a42634",
  593. "maintainers": [
  594. {
  595. "email": "dev@ixsystems.com",
  596. "name": "truenas",
  597. "url": "https://www.truenas.com/"
  598. }
  599. ],
  600. "name": "newt",
  601. "run_as_context": [
  602. {
  603. "description": "Newt runs as any non-root user.",
  604. "gid": 568,
  605. "group_name": "newt",
  606. "uid": 568,
  607. "user_name": "newt"
  608. }
  609. ],
  610. "screenshots": [],
  611. "sources": [
  612. "https://github.com/fosrl/newt",
  613. "https://hub.docker.com/r/fosrl/newt"
  614. ],
  615. "title": "Newt",
  616. "train": "community",
  617. "version": "1.0.17"
  618. }
  619. }
  620. }