app_versions.json 60 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981
  1. {
  2. "1.0.13": {
  3. "healthy": true,
  4. "supported": true,
  5. "healthy_error": null,
  6. "location": "/__w/apps/apps/trains/community/i2p/1.0.13",
  7. "last_update": "2025-09-02 11:33:24",
  8. "required_features": [],
  9. "human_version": "i2p-2.9.0_1.0.13",
  10. "version": "1.0.13",
  11. "app_metadata": {
  12. "app_version": "i2p-2.9.0",
  13. "capabilities": [],
  14. "categories": [
  15. "networking"
  16. ],
  17. "changelog_url": "https://geti2p.net/en/blog/",
  18. "date_added": "2025-02-26",
  19. "description": "I2P (Invisible Internet Protocol) is a universal anonymous network layer. All communications over I2P are anonymous and end-to-end encrypted, participants don't reveal their real IP addresses.",
  20. "home": "https://geti2p.net",
  21. "host_mounts": [],
  22. "icon": "https://media.sys.truenas.net/apps/i2p/icons/icon.png",
  23. "keywords": [
  24. "i2p",
  25. "privacy"
  26. ],
  27. "lib_version": "2.1.49",
  28. "lib_version_hash": "e71e6b0122c9446fa5ea6fb07e7eb01b11fb42d549a19845426bbd7e21a42634",
  29. "maintainers": [
  30. {
  31. "email": "dev@ixsystems.com",
  32. "name": "truenas",
  33. "url": "https://www.truenas.com/"
  34. }
  35. ],
  36. "name": "i2p",
  37. "run_as_context": [
  38. {
  39. "description": "I2P runs as root user.",
  40. "gid": 0,
  41. "group_name": "root",
  42. "uid": 0,
  43. "user_name": "root"
  44. }
  45. ],
  46. "screenshots": [],
  47. "sources": [
  48. "https://geti2p.net",
  49. "https://github.com/i2p/i2p.i2p"
  50. ],
  51. "title": "I2P",
  52. "train": "community",
  53. "version": "1.0.13"
  54. },
  55. "schema": {
  56. "groups": [
  57. {
  58. "name": "I2P Configuration",
  59. "description": "Configure I2P"
  60. },
  61. {
  62. "name": "Network Configuration",
  63. "description": "Configure Network for I2P"
  64. },
  65. {
  66. "name": "Storage Configuration",
  67. "description": "Configure Storage for I2P"
  68. },
  69. {
  70. "name": "Labels Configuration",
  71. "description": "Configure Labels for I2P"
  72. },
  73. {
  74. "name": "Resources Configuration",
  75. "description": "Configure Resources for I2P"
  76. }
  77. ],
  78. "questions": [
  79. {
  80. "variable": "TZ",
  81. "group": "I2P Configuration",
  82. "label": "Timezone",
  83. "schema": {
  84. "type": "string",
  85. "default": "Etc/UTC",
  86. "required": true,
  87. "$ref": [
  88. "definitions/timezone"
  89. ]
  90. }
  91. },
  92. {
  93. "variable": "network",
  94. "label": "",
  95. "group": "Network Configuration",
  96. "schema": {
  97. "type": "dict",
  98. "attrs": [
  99. {
  100. "variable": "router_console_port",
  101. "label": "I2P Router Console Port",
  102. "schema": {
  103. "type": "dict",
  104. "attrs": [
  105. {
  106. "variable": "bind_mode",
  107. "label": "Port Bind Mode",
  108. "schema": {
  109. "type": "string",
  110. "default": "published",
  111. "enum": [
  112. {
  113. "value": "published",
  114. "description": "Publish port on the host for external access"
  115. },
  116. {
  117. "value": "exposed",
  118. "description": "Expose port for inter-container communication"
  119. },
  120. {
  121. "value": "",
  122. "description": "None"
  123. }
  124. ]
  125. }
  126. },
  127. {
  128. "variable": "port_number",
  129. "label": "Port Number",
  130. "schema": {
  131. "type": "int",
  132. "show_if": [
  133. [
  134. "bind_mode",
  135. "=",
  136. "published"
  137. ]
  138. ],
  139. "default": 7657,
  140. "min": 1,
  141. "max": 65535,
  142. "required": true
  143. }
  144. },
  145. {
  146. "variable": "host_ips",
  147. "label": "Host IPs",
  148. "description": "IPs on the host to bind this port",
  149. "schema": {
  150. "type": "list",
  151. "show_if": [
  152. [
  153. "bind_mode",
  154. "=",
  155. "published"
  156. ]
  157. ],
  158. "default": [],
  159. "items": [
  160. {
  161. "variable": "host_ip",
  162. "label": "Host IP",
  163. "schema": {
  164. "type": "string",
  165. "required": true,
  166. "$ref": [
  167. "definitions/node_bind_ip"
  168. ]
  169. }
  170. }
  171. ]
  172. }
  173. }
  174. ]
  175. }
  176. },
  177. {
  178. "variable": "http_proxy_port",
  179. "label": "I2P HTTP Proxy Port",
  180. "schema": {
  181. "type": "dict",
  182. "attrs": [
  183. {
  184. "variable": "bind_mode",
  185. "label": "Port Bind Mode",
  186. "schema": {
  187. "type": "string",
  188. "default": "published",
  189. "enum": [
  190. {
  191. "value": "published",
  192. "description": "Publish port on the host for external access"
  193. },
  194. {
  195. "value": "exposed",
  196. "description": "Expose port for inter-container communication"
  197. },
  198. {
  199. "value": "",
  200. "description": "None"
  201. }
  202. ]
  203. }
  204. },
  205. {
  206. "variable": "port_number",
  207. "label": "Port Number",
  208. "schema": {
  209. "type": "int",
  210. "show_if": [
  211. [
  212. "bind_mode",
  213. "=",
  214. "published"
  215. ]
  216. ],
  217. "default": 4444,
  218. "min": 1,
  219. "max": 65535,
  220. "required": true
  221. }
  222. },
  223. {
  224. "variable": "host_ips",
  225. "label": "Host IPs",
  226. "description": "IPs on the host to bind this port",
  227. "schema": {
  228. "type": "list",
  229. "show_if": [
  230. [
  231. "bind_mode",
  232. "=",
  233. "published"
  234. ]
  235. ],
  236. "default": [],
  237. "items": [
  238. {
  239. "variable": "host_ip",
  240. "label": "Host IP",
  241. "schema": {
  242. "type": "string",
  243. "required": true,
  244. "$ref": [
  245. "definitions/node_bind_ip"
  246. ]
  247. }
  248. }
  249. ]
  250. }
  251. }
  252. ]
  253. }
  254. },
  255. {
  256. "variable": "https_proxy_port",
  257. "label": "I2P HTTPS Proxy Port",
  258. "schema": {
  259. "type": "dict",
  260. "attrs": [
  261. {
  262. "variable": "bind_mode",
  263. "label": "Port Bind Mode",
  264. "schema": {
  265. "type": "string",
  266. "default": "published",
  267. "enum": [
  268. {
  269. "value": "published",
  270. "description": "Publish port on the host for external access"
  271. },
  272. {
  273. "value": "exposed",
  274. "description": "Expose port for inter-container communication"
  275. },
  276. {
  277. "value": "",
  278. "description": "None"
  279. }
  280. ]
  281. }
  282. },
  283. {
  284. "variable": "port_number",
  285. "label": "Port Number",
  286. "schema": {
  287. "type": "int",
  288. "show_if": [
  289. [
  290. "bind_mode",
  291. "=",
  292. "published"
  293. ]
  294. ],
  295. "default": 4445,
  296. "min": 1,
  297. "max": 65535,
  298. "required": true
  299. }
  300. },
  301. {
  302. "variable": "host_ips",
  303. "label": "Host IPs",
  304. "description": "IPs on the host to bind this port",
  305. "schema": {
  306. "type": "list",
  307. "show_if": [
  308. [
  309. "bind_mode",
  310. "=",
  311. "published"
  312. ]
  313. ],
  314. "default": [],
  315. "items": [
  316. {
  317. "variable": "host_ip",
  318. "label": "Host IP",
  319. "schema": {
  320. "type": "string",
  321. "required": true,
  322. "$ref": [
  323. "definitions/node_bind_ip"
  324. ]
  325. }
  326. }
  327. ]
  328. }
  329. }
  330. ]
  331. }
  332. },
  333. {
  334. "variable": "additional_ports",
  335. "label": "Additional Ports",
  336. "schema": {
  337. "type": "list",
  338. "items": [
  339. {
  340. "variable": "port",
  341. "label": "Port",
  342. "schema": {
  343. "type": "dict",
  344. "attrs": [
  345. {
  346. "variable": "bind_mode",
  347. "label": "Port Bind Mode",
  348. "description": "The port bind mode.</br>\n- Publish: The port will be published on the host for external access.</br>\n- Expose: The port will be exposed for inter-container communication.</br>\n",
  349. "schema": {
  350. "type": "string",
  351. "default": "published",
  352. "enum": [
  353. {
  354. "value": "published",
  355. "description": "Publish port on the host for external access"
  356. },
  357. {
  358. "value": "exposed",
  359. "description": "Expose port for inter-container communication"
  360. }
  361. ]
  362. }
  363. },
  364. {
  365. "variable": "port_number",
  366. "label": "Port Number",
  367. "schema": {
  368. "type": "int",
  369. "min": 1,
  370. "max": 65535,
  371. "required": true
  372. }
  373. },
  374. {
  375. "variable": "container_port",
  376. "label": "Container Port",
  377. "schema": {
  378. "type": "int",
  379. "min": 1,
  380. "max": 65535,
  381. "required": true
  382. }
  383. },
  384. {
  385. "variable": "protocol",
  386. "label": "Protocol",
  387. "schema": {
  388. "type": "string",
  389. "required": true,
  390. "default": "tcp",
  391. "enum": [
  392. {
  393. "value": "tcp",
  394. "description": "TCP"
  395. },
  396. {
  397. "value": "udp",
  398. "description": "UDP"
  399. }
  400. ]
  401. }
  402. },
  403. {
  404. "variable": "host_ips",
  405. "label": "Host IPs",
  406. "description": "IPs on the host to bind this port",
  407. "schema": {
  408. "type": "list",
  409. "show_if": [
  410. [
  411. "bind_mode",
  412. "=",
  413. "published"
  414. ]
  415. ],
  416. "default": [],
  417. "items": [
  418. {
  419. "variable": "host_ip",
  420. "label": "Host IP",
  421. "schema": {
  422. "type": "string",
  423. "required": true,
  424. "$ref": [
  425. "definitions/node_bind_ip"
  426. ]
  427. }
  428. }
  429. ]
  430. }
  431. }
  432. ]
  433. }
  434. }
  435. ]
  436. }
  437. }
  438. ]
  439. }
  440. },
  441. {
  442. "variable": "storage",
  443. "label": "",
  444. "group": "Storage Configuration",
  445. "schema": {
  446. "type": "dict",
  447. "attrs": [
  448. {
  449. "variable": "i2p_config",
  450. "label": "I2P Configuration Storage",
  451. "schema": {
  452. "type": "dict",
  453. "attrs": [
  454. {
  455. "variable": "type",
  456. "label": "Type",
  457. "description": "ixVolume: Is dataset created automatically by the system.</br>\nHost Path: Is a path that already exists on the system.\n",
  458. "schema": {
  459. "type": "string",
  460. "required": true,
  461. "default": "ix_volume",
  462. "enum": [
  463. {
  464. "value": "host_path",
  465. "description": "Host Path (Path that already exists on the system)"
  466. },
  467. {
  468. "value": "ix_volume",
  469. "description": "ixVolume (Dataset created automatically by the system)"
  470. }
  471. ]
  472. }
  473. },
  474. {
  475. "variable": "ix_volume_config",
  476. "label": "ixVolume Configuration",
  477. "description": "The configuration for the ixVolume dataset.",
  478. "schema": {
  479. "type": "dict",
  480. "show_if": [
  481. [
  482. "type",
  483. "=",
  484. "ix_volume"
  485. ]
  486. ],
  487. "$ref": [
  488. "normalize/ix_volume"
  489. ],
  490. "attrs": [
  491. {
  492. "variable": "acl_enable",
  493. "label": "Enable ACL",
  494. "description": "Enable ACL for the storage.",
  495. "schema": {
  496. "type": "boolean",
  497. "default": false
  498. }
  499. },
  500. {
  501. "variable": "dataset_name",
  502. "label": "Dataset Name",
  503. "description": "The name of the dataset to use for storage.",
  504. "schema": {
  505. "type": "string",
  506. "required": true,
  507. "hidden": true,
  508. "default": "i2p_config"
  509. }
  510. },
  511. {
  512. "variable": "acl_entries",
  513. "label": "ACL Configuration",
  514. "schema": {
  515. "type": "dict",
  516. "show_if": [
  517. [
  518. "acl_enable",
  519. "=",
  520. true
  521. ]
  522. ],
  523. "attrs": []
  524. }
  525. }
  526. ]
  527. }
  528. },
  529. {
  530. "variable": "host_path_config",
  531. "label": "Host Path Configuration",
  532. "schema": {
  533. "type": "dict",
  534. "show_if": [
  535. [
  536. "type",
  537. "=",
  538. "host_path"
  539. ]
  540. ],
  541. "attrs": [
  542. {
  543. "variable": "acl_enable",
  544. "label": "Enable ACL",
  545. "description": "Enable ACL for the storage.",
  546. "schema": {
  547. "type": "boolean",
  548. "default": false
  549. }
  550. },
  551. {
  552. "variable": "acl",
  553. "label": "ACL Configuration",
  554. "schema": {
  555. "type": "dict",
  556. "show_if": [
  557. [
  558. "acl_enable",
  559. "=",
  560. true
  561. ]
  562. ],
  563. "attrs": [],
  564. "$ref": [
  565. "normalize/acl"
  566. ]
  567. }
  568. },
  569. {
  570. "variable": "path",
  571. "label": "Host Path",
  572. "description": "The host path to use for storage.",
  573. "schema": {
  574. "type": "hostpath",
  575. "show_if": [
  576. [
  577. "acl_enable",
  578. "=",
  579. false
  580. ]
  581. ],
  582. "required": true
  583. }
  584. }
  585. ]
  586. }
  587. }
  588. ]
  589. }
  590. },
  591. {
  592. "variable": "additional_storage",
  593. "label": "Additional Storage",
  594. "schema": {
  595. "type": "list",
  596. "default": [],
  597. "items": [
  598. {
  599. "variable": "storageEntry",
  600. "label": "Storage Entry",
  601. "schema": {
  602. "type": "dict",
  603. "attrs": [
  604. {
  605. "variable": "type",
  606. "label": "Type",
  607. "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",
  608. "schema": {
  609. "type": "string",
  610. "required": true,
  611. "default": "ix_volume",
  612. "enum": [
  613. {
  614. "value": "host_path",
  615. "description": "Host Path (Path that already exists on the system)"
  616. },
  617. {
  618. "value": "ix_volume",
  619. "description": "ixVolume (Dataset created automatically by the system)"
  620. },
  621. {
  622. "value": "cifs",
  623. "description": "SMB/CIFS Share (Mounts a volume to a SMB share)"
  624. }
  625. ]
  626. }
  627. },
  628. {
  629. "variable": "read_only",
  630. "label": "Read Only",
  631. "description": "Mount the volume as read only.",
  632. "schema": {
  633. "type": "boolean",
  634. "default": false
  635. }
  636. },
  637. {
  638. "variable": "mount_path",
  639. "label": "Mount Path",
  640. "description": "The path inside the container to mount the storage.",
  641. "schema": {
  642. "type": "path",
  643. "required": true
  644. }
  645. },
  646. {
  647. "variable": "host_path_config",
  648. "label": "Host Path Configuration",
  649. "schema": {
  650. "type": "dict",
  651. "show_if": [
  652. [
  653. "type",
  654. "=",
  655. "host_path"
  656. ]
  657. ],
  658. "attrs": [
  659. {
  660. "variable": "acl_enable",
  661. "label": "Enable ACL",
  662. "description": "Enable ACL for the storage.",
  663. "schema": {
  664. "type": "boolean",
  665. "default": false
  666. }
  667. },
  668. {
  669. "variable": "acl",
  670. "label": "ACL Configuration",
  671. "schema": {
  672. "type": "dict",
  673. "show_if": [
  674. [
  675. "acl_enable",
  676. "=",
  677. true
  678. ]
  679. ],
  680. "attrs": [],
  681. "$ref": [
  682. "normalize/acl"
  683. ]
  684. }
  685. },
  686. {
  687. "variable": "path",
  688. "label": "Host Path",
  689. "description": "The host path to use for storage.",
  690. "schema": {
  691. "type": "hostpath",
  692. "show_if": [
  693. [
  694. "acl_enable",
  695. "=",
  696. false
  697. ]
  698. ],
  699. "required": true
  700. }
  701. }
  702. ]
  703. }
  704. },
  705. {
  706. "variable": "ix_volume_config",
  707. "label": "ixVolume Configuration",
  708. "description": "The configuration for the ixVolume dataset.",
  709. "schema": {
  710. "type": "dict",
  711. "show_if": [
  712. [
  713. "type",
  714. "=",
  715. "ix_volume"
  716. ]
  717. ],
  718. "$ref": [
  719. "normalize/ix_volume"
  720. ],
  721. "attrs": [
  722. {
  723. "variable": "acl_enable",
  724. "label": "Enable ACL",
  725. "description": "Enable ACL for the storage.",
  726. "schema": {
  727. "type": "boolean",
  728. "default": false
  729. }
  730. },
  731. {
  732. "variable": "dataset_name",
  733. "label": "Dataset Name",
  734. "description": "The name of the dataset to use for storage.",
  735. "schema": {
  736. "type": "string",
  737. "required": true,
  738. "default": "storage_entry"
  739. }
  740. },
  741. {
  742. "variable": "acl_entries",
  743. "label": "ACL Configuration",
  744. "schema": {
  745. "type": "dict",
  746. "show_if": [
  747. [
  748. "acl_enable",
  749. "=",
  750. true
  751. ]
  752. ],
  753. "attrs": [],
  754. "$ref": [
  755. "normalize/acl"
  756. ]
  757. }
  758. }
  759. ]
  760. }
  761. },
  762. {
  763. "variable": "cifs_config",
  764. "label": "SMB Configuration",
  765. "description": "The configuration for the SMB dataset.",
  766. "schema": {
  767. "type": "dict",
  768. "show_if": [
  769. [
  770. "type",
  771. "=",
  772. "cifs"
  773. ]
  774. ],
  775. "attrs": [
  776. {
  777. "variable": "server",
  778. "label": "Server",
  779. "description": "The server to mount the SMB share.",
  780. "schema": {
  781. "type": "string",
  782. "required": true
  783. }
  784. },
  785. {
  786. "variable": "path",
  787. "label": "Path",
  788. "description": "The path to mount the SMB share.",
  789. "schema": {
  790. "type": "string",
  791. "required": true
  792. }
  793. },
  794. {
  795. "variable": "username",
  796. "label": "Username",
  797. "description": "The username to use for the SMB share.",
  798. "schema": {
  799. "type": "string",
  800. "required": true
  801. }
  802. },
  803. {
  804. "variable": "password",
  805. "label": "Password",
  806. "description": "The password to use for the SMB share.",
  807. "schema": {
  808. "type": "string",
  809. "required": true,
  810. "private": true
  811. }
  812. },
  813. {
  814. "variable": "domain",
  815. "label": "Domain",
  816. "description": "The domain to use for the SMB share.",
  817. "schema": {
  818. "type": "string"
  819. }
  820. }
  821. ]
  822. }
  823. }
  824. ]
  825. }
  826. }
  827. ]
  828. }
  829. }
  830. ]
  831. }
  832. },
  833. {
  834. "variable": "labels",
  835. "label": "",
  836. "group": "Labels Configuration",
  837. "schema": {
  838. "type": "list",
  839. "default": [],
  840. "items": [
  841. {
  842. "variable": "label",
  843. "label": "Label",
  844. "schema": {
  845. "type": "dict",
  846. "attrs": [
  847. {
  848. "variable": "key",
  849. "label": "Key",
  850. "schema": {
  851. "type": "string",
  852. "required": true
  853. }
  854. },
  855. {
  856. "variable": "value",
  857. "label": "Value",
  858. "schema": {
  859. "type": "string",
  860. "required": true
  861. }
  862. },
  863. {
  864. "variable": "containers",
  865. "label": "Containers",
  866. "description": "Containers where the label should be applied",
  867. "schema": {
  868. "type": "list",
  869. "items": [
  870. {
  871. "variable": "container",
  872. "label": "Container",
  873. "schema": {
  874. "type": "string",
  875. "required": true,
  876. "enum": [
  877. {
  878. "value": "i2p",
  879. "description": "i2p"
  880. }
  881. ]
  882. }
  883. }
  884. ]
  885. }
  886. }
  887. ]
  888. }
  889. }
  890. ]
  891. }
  892. },
  893. {
  894. "variable": "resources",
  895. "label": "",
  896. "group": "Resources Configuration",
  897. "schema": {
  898. "type": "dict",
  899. "attrs": [
  900. {
  901. "variable": "limits",
  902. "label": "Limits",
  903. "schema": {
  904. "type": "dict",
  905. "attrs": [
  906. {
  907. "variable": "cpus",
  908. "label": "CPUs",
  909. "description": "CPUs limit for I2P.",
  910. "schema": {
  911. "type": "int",
  912. "default": 2,
  913. "required": true
  914. }
  915. },
  916. {
  917. "variable": "memory",
  918. "label": "Memory (in MB)",
  919. "description": "Memory limit for I2P.",
  920. "schema": {
  921. "type": "int",
  922. "default": 4096,
  923. "required": true
  924. }
  925. }
  926. ]
  927. }
  928. }
  929. ]
  930. }
  931. }
  932. ]
  933. },
  934. "readme": "<h1>I2P</h1> <p><a href=\"https://i2pd.website/\">I2P</a> (Invisible Internet Protocol) is a universal anonymous network layer. All communications over I2P are anonymous and end-to-end encrypted, participants don't reveal their real IP addresses.</p>",
  935. "changelog": null,
  936. "chart_metadata": {
  937. "app_version": "i2p-2.9.0",
  938. "capabilities": [],
  939. "categories": [
  940. "networking"
  941. ],
  942. "changelog_url": "https://geti2p.net/en/blog/",
  943. "date_added": "2025-02-26",
  944. "description": "I2P (Invisible Internet Protocol) is a universal anonymous network layer. All communications over I2P are anonymous and end-to-end encrypted, participants don't reveal their real IP addresses.",
  945. "home": "https://geti2p.net",
  946. "host_mounts": [],
  947. "icon": "https://media.sys.truenas.net/apps/i2p/icons/icon.png",
  948. "keywords": [
  949. "i2p",
  950. "privacy"
  951. ],
  952. "lib_version": "2.1.49",
  953. "lib_version_hash": "e71e6b0122c9446fa5ea6fb07e7eb01b11fb42d549a19845426bbd7e21a42634",
  954. "maintainers": [
  955. {
  956. "email": "dev@ixsystems.com",
  957. "name": "truenas",
  958. "url": "https://www.truenas.com/"
  959. }
  960. ],
  961. "name": "i2p",
  962. "run_as_context": [
  963. {
  964. "description": "I2P runs as root user.",
  965. "gid": 0,
  966. "group_name": "root",
  967. "uid": 0,
  968. "user_name": "root"
  969. }
  970. ],
  971. "screenshots": [],
  972. "sources": [
  973. "https://geti2p.net",
  974. "https://github.com/i2p/i2p.i2p"
  975. ],
  976. "title": "I2P",
  977. "train": "community",
  978. "version": "1.0.13"
  979. }
  980. }
  981. }