amahi / amahi-anywhere-fs

Amahi Anywhere file server
GNU General Public License v3.0
12 stars 10 forks source link

Separate MercuryFSService created for local server and remote server #14

Closed csoni111 closed 6 years ago

csoni111 commented 6 years ago

Separate service objects are created for running local and remote servers, this creates duplicate copies of different resources created inside those service. Hence users authenticated on local server are not available on remote access and vice versa. Similarly two copies of HDAShares and other resources are maintained which is unnecessary. This can be resolved by creating only a single copy of service and using it for both local as well as remote server.