mirror of
https://github.com/m1k1o/neko.git
synced 2024-07-24 14:40:50 +12:00
rename to m1k1o.
This commit is contained in:
parent
028f3be2be
commit
3342dc6819
2
LICENSE
2
LICENSE
@ -186,7 +186,7 @@
|
||||
same "printed page" as the copyright notice for easier
|
||||
identification within third-party archives.
|
||||
|
||||
Copyright 2020 Nurdism <nurdism.io@gmail.com>
|
||||
Copyright 2020 Nurdism <nurdism.io@gmail.com>, 2020-2021 m1k1o
|
||||
|
||||
Licensed under the Apache License, Version 2.0 (the "License");
|
||||
you may not use this file except in compliance with the License.
|
||||
|
@ -4,13 +4,13 @@
|
||||
"description": "Client for neko streaming server",
|
||||
"license": "Apache License 2.0",
|
||||
"author": "Nurdism <https://github.com/nurdism>",
|
||||
"homepage": "https://github.com/nurdism/neko/client#readme",
|
||||
"homepage": "https://github.com/m1k1o/neko/client#readme",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/nurdism/neko.git"
|
||||
"url": "git+https://github.com/m1k1o/neko.git"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/nurdism/neko/issues"
|
||||
"url": "https://github.com/m1k1o/neko/issues"
|
||||
},
|
||||
"scripts": {
|
||||
"serve": "vue-cli-service serve --mode development",
|
||||
|
@ -1,5 +1,5 @@
|
||||
<div align="center">
|
||||
<a href="https://n.eko.moe/#/" ><img src="https://raw.githubusercontent.com/nurdism/neko/master/docs/_media/logo.png" width="450" height="auto"/></a>
|
||||
<a href="https://neko.m1k1o.net/#/" ><img src="https://raw.githubusercontent.com/m1k1o/neko/master/docs/_media/logo.png" width="450" height="auto"/></a>
|
||||
<br/>
|
||||
<br/>
|
||||
<img src="https://i.imgur.com/ZSzbQr7.gif" width="650" height="auto"/>
|
||||
|
@ -4,7 +4,7 @@
|
||||
|
||||
> A self hosted virtual browser that runs in docker
|
||||
|
||||
[GitHub](https://github.com/nurdism/neko/)
|
||||
[GitHub](https://github.com/m1k1o/neko/)
|
||||
[Get Started](#neko)
|
||||
|
||||
<!-- background color -->
|
||||
|
@ -1,5 +1,5 @@
|
||||
# Contributing
|
||||
|
||||
* Fork the [project](https://github.com/nurdism/neko).
|
||||
* Fork the [project](https://github.com/m1k1o/neko).
|
||||
* Edit files in your branch.
|
||||
* Submit a pull request explaining the improvements.
|
||||
|
@ -3,13 +3,13 @@
|
||||
## Running:
|
||||
### Chromium container:
|
||||
```
|
||||
sudo docker run -p 80:8080 -p 59000-59100:59000-59100/udp -e NEKO_PASSWORD='secret' -e NEKO_PASSWORD_ADMIN='secret' --cap-add SYS_ADMIN --shm-size=1gb nurdism/neko:chromium
|
||||
sudo docker run -p 80:8080 -p 59000-59100:59000-59100/udp -e NEKO_PASSWORD='secret' -e NEKO_PASSWORD_ADMIN='secret' --cap-add SYS_ADMIN --shm-size=1gb m1k1o/neko:chromium
|
||||
```
|
||||
*Note:* `--cap-add SYS_ADMIN` & `--shm-size=1gb` is required for chromium to run properly
|
||||
|
||||
----
|
||||
### Firefox container:
|
||||
```
|
||||
sudo docker run -p 8080:8080 -p 59000-59100:59000-59100/udp -e NEKO_PASSWORD='secret' -e NEKO_PASSWORD_ADMIN='secret' --shm-size=1gb nurdism/neko:firefox
|
||||
sudo docker run -p 8080:8080 -p 59000-59100:59000-59100/udp -e NEKO_PASSWORD='secret' -e NEKO_PASSWORD_ADMIN='secret' --shm-size=1gb m1k1o/neko:firefox
|
||||
```
|
||||
*Note:* `--shm-size=1gb` is required for firefox, tabs will crash otherwise
|
@ -29,7 +29,7 @@
|
||||
maxLevel: 4,
|
||||
subMaxLevel: 2,
|
||||
name: 'neko',
|
||||
repo: 'nurdism/neko',
|
||||
repo: 'm1k1o/neko',
|
||||
themeColor: '#19bd9c'
|
||||
}
|
||||
</script>
|
||||
|
@ -25,7 +25,7 @@
|
||||
```shell
|
||||
sudo ufw allow 80/tcp # if you have ufw installed/enabled
|
||||
sudo ufw allow 59000:59100/udp
|
||||
wget https://raw.githubusercontent.com/nurdism/neko/master/.examples/simple/docker-compose.yaml
|
||||
wget https://raw.githubusercontent.com/m1k1o/neko/master/.examples/simple/docker-compose.yaml
|
||||
sudo docker-compose up -d
|
||||
```
|
||||
5. Visit the IP address server in your browser and login, the default password is `neko`
|
||||
|
Loading…
Reference in New Issue
Block a user