Skip to content

Commit b1d9a9a

Browse files
committed
chore(deploy): update repo urls and readme to fork
1 parent f36dad9 commit b1d9a9a

5 files changed

Lines changed: 10 additions & 6 deletions

File tree

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,10 @@ Nöbetci checks the IPs of all marznode, and if an user IPs exceed the limit, fi
2222

2323
### Installation
2424

25+
```bash
26+
sudo bash -c "$(curl -sL https://github.com/JavadMoqaddam/nobetci/raw/main/script.sh)" @ install
27+
```
28+
2529
To install Nöbetci, see installation guide on [doc](https://muttehit.github.io/nobetci-docs/docs/get-start/nobetci-installation/)
2630

2731
### Docs

deploy/docker-compose-mariadb.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
services:
22
nobetci:
3-
image: ghcr.io/muttehit/nobetci:latest
3+
image: ghcr.io/javadmoqaddam/nobetci:latest
44
container_name: nobetci
55
restart: always
66
env_file: .env

deploy/docker-compose-mysql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
services:
22
nobetci:
3-
image: ghcr.io/muttehit/nobetci:latest
3+
image: ghcr.io/javadmoqaddam/nobetci:latest
44
container_name: nobetci
55
restart: always
66
env_file: .env

deploy/docker-compose-sqlite.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
services:
22
nobetci:
3-
image: ghcr.io/muttehit/nobetci:latest
3+
image: ghcr.io/javadmoqaddam/nobetci:latest
44
container_name: nobetci
55
restart: always
66
env_file: .env

script.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ SECRET_KEY=""
1616
API_USERNAME=""
1717
API_PASSWORD=""
1818

19-
FETCH_REPO="muttehit/nobetci"
19+
FETCH_REPO="javadmoqaddam/nobetci"
2020
SCRIPT_URL="https://github.com/$FETCH_REPO/raw/main/script.sh"
2121

2222
colorized_echo() {
@@ -134,8 +134,8 @@ install_nobetci_script() {
134134

135135
install_nobetci() {
136136
# Fetch releases
137-
FILES_URL_PREFIX="https://raw.githubusercontent.com/muttehit/nobetci/master"
138-
COMPOSE_FILES_URL="https://raw.githubusercontent.com/muttehit/nobetci/master/deploy"
137+
FILES_URL_PREFIX="https://raw.githubusercontent.com/javadmoqaddam/nobetci/master"
138+
COMPOSE_FILES_URL="https://raw.githubusercontent.com/javadmoqaddam/nobetci/master/deploy"
139139
database=$1
140140
nightly=$2
141141

0 commit comments

Comments
 (0)