KomodoPlatform / komodo-defi-framework

This is the official Komodo DeFi Framework repository
https://komodoplatform.com/en/docs/komodo-defi-framework/
103 stars 94 forks source link

[feature request] Allow remote mm2 from UIs #1695

Closed Alrighttt closed 8 months ago

Alrighttt commented 1 year ago

I would like the ability to run mm2 on a server or raspi or VPS and connect to it from atomicdex-desktop or atomicdex mobile.

This would be immensely useful to allow persistent orders and swaps while using the mobile app or a PC that is not always on, always connected.

Two things are needed. We need SSL on the rpc server. Related issue: https://github.com/KomodoPlatform/atomicDEX-API/issues/1324

We also need support within the UIs for user provided IP, rpcuser and rpcpassword.

cipig commented 1 year ago

API now has https support: https://github.com/KomodoPlatform/atomicDEX-API/pull/1861 for ADEX Desktop i opened this issue: https://github.com/KomodoPlatform/atomicDEX-Desktop/issues/2303

shamardy commented 8 months ago

I guess I can close this since https support was added and by setting rpc_local_only: false in mm2 config RPC requests from remote IPs will be accepted. The rest is related to GUIs.