-
-
Notifications
You must be signed in to change notification settings - Fork 317
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
REQ: Dockerfile or Self Hosting Documentation #549
Comments
It runs on local easily. But to be able to host on a server requires some additional steps. I'll see if I can get a chance to document those as well. |
After playing with everything for a while, here is what I figured out using Alpine Linux. Need to use Alpine 3.15 for correct node version. Need documentation to setup firebase, etc. Would love to see something without firebase, perhaps using PouchDB or Triplit for a truly self hosted solution.
|
Nice, buildout. Pocketbase might be another great option. |
Yep! And after this the generated |
Say it in the first : I'm not a programmer with rich experience in large-scale projects. The questions raised may be relatively simple, so please don't mind. 😆 So , just run gulp release Will get dist/* files.
"build": "preact build --template src/index.ejs --prerender false --no-inline-css --sw false", I just received your reply. Then try to build with node v16 by run script "npm run build" , but get error :" ENOENT: no such file or directory, open '/Users/username/Desktop/repos/web-maker/src/lib/monaco/monaco.bundle.js.map' " ❓ "build":"gulp release" |
@IOLOII you mentioned |
I'm sorry .I wrote it wrong. The version I used is v16 whitch you told me #471 Among the content mentioned above, what I actually want to ask more is: |
I would appreciate some instructions to self-host this. I want to be able to have my own personal versoin of https://webmaker.app/app/
Not run locally or as an extension. I want to run it on my homelab as a local subdomain - http://web-maker.local
Some similar previous issues/requests - #471 #444 #91 etc.
The text was updated successfully, but these errors were encountered: