tsquillario/Jamstash

How can I prepopulate my server address into my local instance of Jamstash?

Opened this issue · 1 comments

adotm commented

I'd like to pre-populate my server address on my hosted Jamstash so I don't have to enter it in the setting page every time I try to log in.

Is this possible?

I tried to edit the settings.html file and add value="address" but I think the JS is overwriting it :(

pR0Ps commented

Yes, you have to make the change in the JS. Here's what I use to hardcode the server for my personal deployment (and also add a guest mode): 6d6e290 . It should be fairly straightforward to adapt that to your needs.