It would be really nice if the files were served from the root. IDK exactly how that could be implemented. Maybe put the UI under an "unlikely" url. But then once you upload a lot of people will have a hard time finding the UI again to change the contents.
Yep that is an option, you can subscribe at https://dashboard.expose.sh, set your api key (copy and paste what's shown) then run `expose` like `expose 80 as mysite.expose.sh`
14 comments
[ 3.0 ms ] story [ 39.3 ms ] threadIs there any browser behaviour different than when using a file:// uri?
There's some much stricter rules on what your can access via fetch() if I recall.
done.
If you want a public URL you could try my side project, `expose` (https://expose.sh) in conjunction with `serve`.
Would it be feasible to allow different domains to be used - maybe for a fee?