The
Edge App - Visual Studio Code for SecureEdge Pro enables advanced browsing, editing and downloading of files from any volume of other Docker Containers, hosted on the SecureEdge Pro, directly through a simple web interface.
See the Visual Studio Code
documentation for more information.
Find the prerequisites for this app
here.
How to install
- Push code-server to the IXrouter's Docker Registry:
- docker pull lscr.io/linuxserver/code-server --platform linux/arm64/v8 && docker tag lscr.io/linuxserver/code-server 192.168.140.1:5000/code-server && docker push 192.168.140.1:5000/code-server
- Create and start a code-server Docker container with the following configuration:
- Port mappings: 8443:8443/tcp
-
- Volume mounts:
- vs-code-config to /config
- Link existing volumes to /shared/<unique_name>
-
- Environment variables:
- PUID: 0 (to avoid permission denied when creating files)
- PGID: 0 (to avoid permission denied when creating files)
- DEFAULT_WORKSPACE: /shared
3. Start the container