m1k1o / neko-apps

Virtual environment in web browser.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Neko Apps

Neko is open source virtual browser run in a docker container, that can be accessed from a webpage. It does not have to be only web browser. It can be anything.

Best served with neko-rooms, simple room management for neko.

How to build

You can build any container by calling ./build binary. Use dir name as application name to build.

./build <dir-name>

You can copy .env to .env.local and modify your build image or neko base image.

Your new image will be tagged as m1k1o/neko-apps:<dir-name>

For nvidia- images

You need to go to neko repo and build nvidia-base image first.

How to run

Please follow getting started guide from neko or neko-rooms.

About

Virtual environment in web browser.


Languages

Language:Dockerfile 59.2%Language:Shell 40.8%