app_versions.json 57 KB

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