From 3342dc681988d2a4393da7297fd7946a67006af6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miroslav=20=C5=A0ediv=C3=BD?= Date: Tue, 5 Oct 2021 22:32:46 +0200 Subject: [PATCH] rename to m1k1o. --- LICENSE | 2 +- client/package.json | 6 +++--- docs/README.md | 2 +- docs/_coverpage.md | 2 +- docs/contributing.md | 2 +- docs/docker.md | 4 ++-- docs/index.html | 2 +- docs/quick-start.md | 2 +- 8 files changed, 11 insertions(+), 11 deletions(-) diff --git a/LICENSE b/LICENSE index 4c46deb..55e0078 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 8ec930e..b1f5846 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 1948872..b6f7b3a 100644 --- a/docs/README.md +++ b/docs/README.md @@ -1,5 +1,5 @@
- +

diff --git a/docs/_coverpage.md b/docs/_coverpage.md index d4b00b9..c8adea1 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 064f6bf..0eeceaf 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 8854921..b757708 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 7e638b0..a392e4f 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 175c210..0fc57b1 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`