|
@@ -14,7 +14,7 @@ WebVM is powered by the CheerpX virtualization engine, and enables safe, sandbox
|
|
|
- Log in to Tailscale (create an account if you don't have one).
|
|
|
- If you are unfamiliar with Tailscale or would like additional information see [WebVM and Tailscale](/docs/Tailscale.md).
|
|
|
|
|
|
-# Fork and deploy
|
|
|
+# Fork, deploy, customize
|
|
|
|
|
|
- Fork the repository.
|
|
|
- Enable Github pages in settings.
|
|
@@ -26,6 +26,8 @@ WebVM is powered by the CheerpX virtualization engine, and enables safe, sandbox
|
|
|
- Accept the prompt. This is required only once to enable Actions for your fork.
|
|
|
- Click on the workflow named `Deploy`.
|
|
|
- Click `Run workflow` and then once more `Run workflow` in the menu.
|
|
|
+- Customize `dockerfiles/debian_mini` to suits your needs.
|
|
|
+- You can also make a new Dockerfile from scratch. Use the "Path to Dockerfile" workflow parameter to select it.
|
|
|
|
|
|
<img src="/assets/fork_deploy_instructions.gif" alt="deploy_instructions_gif" width="90%">
|
|
|
|