mesh0000 / poolui

User interface based on Monero Pool API developed by Snipa - https://github.com/Snipa22/nodejs-pool
MIT License
148 stars 155 forks source link

multiple instances on same domain #35

Open TheSquiffy opened 6 years ago

TheSquiffy commented 6 years ago

Deploying multiple instances on the same domain leads to confusing stats. This is due to localStorage context being the same. i.e.

mypool.com/coin1/ -> poolui1 mypool.com/coin2/ -> poolui2

localStorage items should be stored/named per instance, someway, maybe pathStorage module could help.