-
-
Notifications
You must be signed in to change notification settings - Fork 5.4k
Webapp docker image #12563
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
base: dev
Are you sure you want to change the base?
Webapp docker image #12563
Conversation
CLA Assistant Lite bot All contributors have signed the CLA ✍️ ✅ |
I have read the CLA Document and I hereby sign the CLA |
Thank you for this. |
I used
instead of
in case people want to run The large block of
|
Thank you for contributing! For reference, I'm linking to joplin/web-app#2, a pull request on the GitHub pages deployment repository for the web app. I suspect (but am not certain) that this pull request or one with a similar approach is more likely to be merged than joplin/web-app#2, since its changes are applied to the main repository (where the existing Docker deployment logic is). |
This PR introduces a Docker image to run the webapp (https://app.joplincloud.com/).
Personally, I like to self-host all the services I use, including joplin (server). However, if I want to self-host joplin webapp right now I need to manually build it and copy over the static files, after which I need to configure my reverse proxy to host those static files.
(Or use something like https://github.com/Lanjelin/Joplin-docker, which runs the desktop app inside of Docker using kasmvnc, but it's not 100% user friendly like the native method is)
This does not integrate well into my homelab setup, so therefore I created a Docker image (for myself) to run the webapp. As some other users might also want to do this, here you go!