cowieson wrote:Hi there tsquillario - love the app first of all!
Just a quick question. I notice that when loading the app in Chrome, it displays the URL 'http://jamstash.com/#/library' in the URL bar; this would tend to indicate to me that my server settings are being stored and/or forwarded through/on an external server under your control - is this the case? If not, can you explain how the app works in this regard please? Obviously the ideal scenario would be for the settings to be stored locally and passed directly to the server being connected to.
Looking forward to your reply! Thanks for your time
All settings are stored in HTML5 LocalStorage. Open Chrome > F12 (Developer Toolbar) > Resources > LocalStorage
The webserver doesn't store anything, just loads the initial page. Your queries go directly to your server, which can be verified by looking at the Network tab (F12) and clicking a link.