Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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 .