Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/m1k1o/neko-apps
Virtual environment in web browser.
https://github.com/m1k1o/neko-apps
screen-capture virtual webrtc
Last synced: 3 months ago
JSON representation
Virtual environment in web browser.
- Host: GitHub
- URL: https://github.com/m1k1o/neko-apps
- Owner: m1k1o
- Created: 2021-04-12T21:24:50.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2023-03-18T19:54:05.000Z (almost 2 years ago)
- Last Synced: 2024-05-02T06:08:36.426Z (9 months ago)
- Topics: screen-capture, virtual, webrtc
- Language: Dockerfile
- Homepage:
- Size: 56.6 KB
- Stars: 44
- Watchers: 3
- Forks: 11
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Neko Apps
[Neko](https://github.com/m1k1o/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](https://github.com/m1k1o/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.
```sh
./build
```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:`
### For nvidia- images
You need to go to neko repo and build `nvidia-base` image first.
## How to run
Please follow [getting started](https://neko.m1k1o.net/#/getting-started/examples) guide from neko or neko-rooms.