Implemented a publish workflow

This commit is contained in:
2026-03-19 15:13:56 +01:00 Verified
parent b6f1cc6db3
commit 5de1eaec6c
2 changed files with 63 additions and 5 deletions
+4 -5
View File
@@ -7,13 +7,12 @@ Create a workspace by pressing the button below!
## Configure X11 capabilities
1. Install a X Server on your device, [X410](https://x410.dev/) is recommended.
3. Open VS Code and add two entries to the ***coder.sshConfig*** setting (restart VS Code afterwards):
- `ForwardX11 yes`
- `ForwardX11Trusted yes`
> You might need to input the following into a terminal on Windows: `setx DISPLAY "127.0.0.1:0.0"` if the X11 display can't be found.
2. Open VS Code and add two entries to the ***coder.sshConfig*** setting (restart VS Code afterwards):
- `ForwardX11 yes`
- `ForwardX11Trusted yes`
> You might need to input the following into a terminal on Windows: `setx DISPLAY "127.0.0.1:0.0"` if the X11 display can't be found.
## Architecture