Archived
2
0
This repository has been archived on 2024-06-24. You can view files and clone it, but cannot push or open issues or pull requests.
neko-custom/README.md

68 lines
3.4 KiB
Markdown
Raw Normal View History

2020-01-14 00:28:14 +13:00
<div align="center">
2021-07-23 06:03:44 +12:00
<a href="https://github.com/m1k1o/neko" title="Neko's Github repository.">
2021-06-29 10:19:19 +12:00
<img src="https://raw.githubusercontent.com/m1k1o/neko/master/docs/_media/logo.png" width="450" height="auto"/>
</a>
<p align="center">
2021-06-29 10:19:19 +12:00
<img src="https://img.shields.io/github/v/release/m1k1o/neko" alt="release">
<img src="https://img.shields.io/github/license/m1k1o/neko" alt="license">
<img src="https://img.shields.io/docker/pulls/m1k1o/neko" alt="pulls">
<img src="https://img.shields.io/github/issues/m1k1o/neko" alt="issues">
<a href="https://discord.gg/3U6hWpC">
<img src="https://discordapp.com/api/guilds/665851821906067466/widget.png" alt="Chat on discord">
</a>
<a href="https://github.com/m1k1o/neko/actions">
<img src="https://github.com/m1k1o/neko/actions/workflows/build.yml/badge.svg" alt="build">
</a>
</p>
<br/>
<br/>
<img src="https://i.imgur.com/ZSzbQr7.gif" width="650" height="auto"/>
<br/>
<br/>
2020-01-14 22:39:47 +13:00
</div>
2021-10-24 02:54:58 +13:00
# n.eko
This app uses WebRTC to stream a desktop inside of a docker container, original author made this because [rabb.it](https://en.wikipedia.org/wiki/Rabb.it) went under and his internet could not handle streaming and discord kept crashing when his friend attempted to. He just wanted to watch anime with his friends ლ(ಠ益ಠლ) so he started digging throughout the internet and found a few *kinda* clones, but none of them had the virtual browser, then he found [Turtus](https://github.com/Khauri/Turtus) and he was able to figure out the rest.
2021-03-11 09:47:16 +13:00
2021-10-24 02:54:58 +13:00
Then I found [this](https://github.com/nurdism/neko) project and started to dig into it. I really liked the idea of having collaborative browser browsing together with mutliple people, so I created a fork. Initially, I wanted to merge my changes to the upstream repository, but the original author did not have time for this project anymore and it got eventually archived.
2021-10-24 02:54:58 +13:00
### Features
2021-10-24 02:54:58 +13:00
* Text Chat (With basic markdown support, discord flavor)
* Admin users (Kick, Ban & Force Give/Release Controls)
* Clipboard synchronization (on [supported browsers](https://developer.mozilla.org/en-US/docs/Web/API/Clipboard/readText))
* Emote overlay
* Ignore user (chat and emotes)
* Persistent settings
2021-10-24 02:54:58 +13:00
### Why n.eko?
2021-01-19 01:03:13 +13:00
2021-10-24 02:54:58 +13:00
I like cats 🐱 (`Neko` is the Japanese word for cat), I'm a weeb/nerd.
2021-01-19 01:03:13 +13:00
2021-10-24 02:54:58 +13:00
***But why the cat butt?*** Because cats are *assholes*, but you love them anyways.
2021-04-02 08:00:57 +13:00
2021-10-24 02:54:58 +13:00
# Multiple rooms
2021-01-19 01:03:13 +13:00
2021-10-24 02:54:58 +13:00
For n.eko room management software, visit [neko-rooms](https://github.com/m1k1o/neko-rooms).
2021-06-26 23:19:18 +12:00
2021-10-24 02:54:58 +13:00
It also offers zero-knowledge [installation script](https://github.com/m1k1o/neko-rooms/#zero-knowledge-installation).
2021-01-19 01:03:13 +13:00
2021-10-24 02:54:58 +13:00
# Documentation
2021-01-19 01:03:13 +13:00
2021-10-24 02:54:58 +13:00
* [Getting Started](https://neko.m1k1o.net/#/getting-started/)
* [Quick Start](https://neko.m1k1o.net/#/getting-started/quick-start)
* [Examples](https://neko.m1k1o.net/#/getting-started/examples)
* [Reverse Proxy](https://neko.m1k1o.net/#/getting-started/reverse-proxy)
* [Configuration](https://neko.m1k1o.net/#/getting-started/configuration)
* [Troubleshooting](https://neko.m1k1o.net/#/getting-started/troubleshooting)
* [Mobile Support](https://neko.m1k1o.net/#/mobile-support)
* [Contributing](https://neko.m1k1o.net/#/contributing)
* [Non Goals](https://neko.m1k1o.net/#/non-goals)
* [Technologies](https://neko.m1k1o.net/#/technologies)
* [Changelog](https://neko.m1k1o.net/#/changelog)
2021-04-02 10:18:50 +13:00
2021-10-03 22:14:58 +13:00
# How to contribute? How to build?
2021-04-02 10:18:50 +13:00
2021-11-28 02:23:33 +13:00
Navigate to [.docker](.docker) folder for further information.