Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/darribas/qgis-kasmvnc
Run QGIS on the browser with Docker through KasmVNC
https://github.com/darribas/qgis-kasmvnc
Last synced: 4 days ago
JSON representation
Run QGIS on the browser with Docker through KasmVNC
- Host: GitHub
- URL: https://github.com/darribas/qgis-kasmvnc
- Owner: darribas
- Created: 2024-06-13T11:36:20.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-06-13T13:31:01.000Z (8 months ago)
- Last Synced: 2025-01-19T03:42:15.669Z (7 days ago)
- Language: Dockerfile
- Size: 2.93 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# `qgis-kasmvnc`
Run QGIS inside a container and interact with it through the browser.
This repo is a variation of the [`docker-calibre`](https://github.com/linuxserver/docker-calibre) that adapts it to QGIS. The underlying VNC technology is provided through the [`kasmvnc`](https://github.com/linuxserver/docker-baseimage-kasmvnc) image, courtesy of LinuxServer.
## Usage
- Enter into this repo:
> cd /path/to/this/repo
- Run `docker-compose`:
> docker compose up
## Building
- Enter into this repo:
> cd /path/to/this/repo
- Build image:
> docker build -t qgis .