Skip to content

How to self host? #458

Answered by NickGeek
ottobaer asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @ottobaer. MicroPad runs client-side so you do not need any production server beyond a simple server that serves files (i.e. nginx). So no reverse proxy is needed (unless you want to reverse proxy to another nginx, apache, etc. server).

I'd put the built files in a directory that you are serving with your web server and it should all just work. By default MicroPad expects to run at the root of a website (i.e. with its index.html at /) so you may want to put it on a sub-domain.

MicroPad has two optional non-local dependencies, one is a list of currencies (https://getmicropad.com/cors-proxy/moolah.xml) and the other is MicroSync (https://getmicropad.com/sync). You can change the base-url…

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by NickGeek
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants