diff --git a/LICENSE b/LICENSE index 4c46deb4..55e0078f 100644 --- a/LICENSE +++ b/LICENSE @@ -186,7 +186,7 @@ same "printed page" as the copyright notice for easier identification within third-party archives. - Copyright 2020 Nurdism + Copyright 2020 Nurdism , 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. diff --git a/client/package.json b/client/package.json index 8ec930e6..b1f58464 100644 --- a/client/package.json +++ b/client/package.json @@ -4,13 +4,13 @@ "description": "Client for neko streaming server", "license": "Apache License 2.0", "author": "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", diff --git a/docs/README.md b/docs/README.md index 1948872e..b6f7b3ad 100644 --- a/docs/README.md +++ b/docs/README.md @@ -1,5 +1,5 @@
- +

diff --git a/docs/_coverpage.md b/docs/_coverpage.md index d4b00b9b..c8adea16 100644 --- a/docs/_coverpage.md +++ b/docs/_coverpage.md @@ -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) diff --git a/docs/contributing.md b/docs/contributing.md index 064f6bf7..0eeceaf4 100644 --- a/docs/contributing.md +++ b/docs/contributing.md @@ -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. diff --git a/docs/docker.md b/docs/docker.md index 88549219..b757708d 100644 --- a/docs/docker.md +++ b/docs/docker.md @@ -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 \ No newline at end of file diff --git a/docs/index.html b/docs/index.html index 7e638b0f..a392e4f2 100644 --- a/docs/index.html +++ b/docs/index.html @@ -29,7 +29,7 @@ maxLevel: 4, subMaxLevel: 2, name: 'neko', - repo: 'nurdism/neko', + repo: 'm1k1o/neko', themeColor: '#19bd9c' } diff --git a/docs/quick-start.md b/docs/quick-start.md index 175c2105..0fc57b13 100644 --- a/docs/quick-start.md +++ b/docs/quick-start.md @@ -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`