mirror of
https://github.com/m1k1o/neko.git
synced 2024-07-24 14:40:50 +12:00
upgrade intro gif.
This commit is contained in:
parent
c7885e3a90
commit
2debd4c3f3
@ -25,7 +25,7 @@
|
|||||||
<img src="https://github.com/m1k1o/neko/actions/workflows/build.yml/badge.svg" alt="build">
|
<img src="https://github.com/m1k1o/neko/actions/workflows/build.yml/badge.svg" alt="build">
|
||||||
</a>
|
</a>
|
||||||
</p>
|
</p>
|
||||||
<img src="https://i.imgur.com/ZSzbQr7.gif" width="650" height="auto"/>
|
<img src="https://raw.githubusercontent.com/m1k1o/neko/master/docs/_media/intro.gif" width="650" height="auto"/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
# n.eko
|
# n.eko
|
||||||
@ -105,6 +105,11 @@ Compared to clientless remote desktop gateway (e.g. [Apache Guacamole](https://g
|
|||||||
* Persistent settings
|
* Persistent settings
|
||||||
* Automatic Login with custom url args. (add `?usr=<your-user-name>&pwd=<room-pass>` to the url.)
|
* Automatic Login with custom url args. (add `?usr=<your-user-name>&pwd=<room-pass>` to the url.)
|
||||||
* Broadcasting room content using RTMP (to e.g. twitch or youtube...)
|
* Broadcasting room content using RTMP (to e.g. twitch or youtube...)
|
||||||
|
* Bidirectional file transfer (if enabled)
|
||||||
|
|
||||||
|
With `NEKO_FILE_TRANSFER_ENABLED=true`:
|
||||||
|
|
||||||
|
<img src="https://raw.githubusercontent.com/m1k1o/neko/master/docs/_media/file-transfer.gif" width="650" height="auto"/>
|
||||||
|
|
||||||
### Why n.eko?
|
### Why n.eko?
|
||||||
|
|
||||||
|
@ -1,8 +1,12 @@
|
|||||||
<div align="center">
|
<div align="center">
|
||||||
<a href="https://neko.m1k1o.net/#/" ><img src="https://raw.githubusercontent.com/m1k1o/neko/master/docs/_media/logo.png" width="450" height="auto"/></a>
|
<a href="https://neko.m1k1o.net/#/" ><img src="./_media/logo.png" width="450" height="auto"/></a>
|
||||||
<br/>
|
<br/>
|
||||||
<br/>
|
<br/>
|
||||||
<img src="https://i.imgur.com/ZSzbQr7.gif" width="650" height="auto"/>
|
<img src="./_media/intro.gif" width="650" height="auto"/>
|
||||||
|
|
||||||
|
With `NEKO_FILE_TRANSFER_ENABLED=true`:
|
||||||
|
|
||||||
|
<img src="./_media/file-transfer.gif" width="650" height="auto"/>
|
||||||
<br/>
|
<br/>
|
||||||
<br/>
|
<br/>
|
||||||
</div>
|
</div>
|
||||||
|
BIN
docs/_media/file-transfer.gif
Normal file
BIN
docs/_media/file-transfer.gif
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.9 MiB |
BIN
docs/_media/intro.gif
Normal file
BIN
docs/_media/intro.gif
Normal file
Binary file not shown.
After Width: | Height: | Size: 3.4 MiB |
Loading…
Reference in New Issue
Block a user