tectiv3 / standardfile

Standard File Server, Go Implementation
MIT License
99 stars 13 forks source link

"dashboard" #1

Closed persianphilosopher closed 7 years ago

persianphilosopher commented 7 years ago

Thanks for implementing this in go! I followed the instructions and I am not sure if/what I am missing. Once the install is completed, whether I go to the ip:8888 or to the url via reverse proxy, I only see the word "Dashboard". I wondered if that was all it takes but I can't use that as a server for standardnotes. Am I mistaken? Thank you again

tectiv3 commented 7 years ago

I think you need to provide ip:8888/api url inside your app

tectiv3 commented 7 years ago

And I have updated readme, nginx config specifically, cause now you need to pass some headers with every request.

persianphilosopher commented 7 years ago

Thank you! It worked

JeffAlyanak commented 5 years ago

Thank you! It worked

This should be added to the readme since it's otherwise very simple and straightforward.

tectiv3 commented 5 years ago

it's there :)