Remove from Github - host here on gitGK

This commit is contained in:
2025-07-16 18:10:44 +00:00
parent 6de2f8f516
commit e03e241eab

View File

@ -25,7 +25,7 @@ Based on Gitea and pre-configured to run on Debian Linux, gitGK was created by R
### Step 1: Download the Installer
```bash
wget https://raw.githubusercontent.com/Cat5TV/gitGK/refs/heads/main/install-gitgk.sh
wget https://gitgk.com/baldnerd/git-server-appliance/raw/branch/main/install-gitgk.sh
chmod +x install-gitgk.sh
```
@ -82,7 +82,7 @@ sudo mount /dev/sdb1 /mnt/gitgk-data
2. Run the migration script:
```bash
wget https://raw.githubusercontent.com/Cat5TV/gitGK/refs/heads/main/gitgk-datamove.sh
wget https://gitgk.com/baldnerd/git-server-appliance/raw/branch/main/gitgk-datamove.sh
chmod +x gitgk-datamove.sh
sudo ./gitgk-datamove.sh /mnt/gitgk-data
```
@ -135,7 +135,7 @@ Make sure to include:
If you're deploying a pre-built image, or the IP of your gitGK server otherwise changes (such as when cloning a VM), or if you want to use a domain instead of an IP address, use the included utility script:
```bash
wget https://raw.githubusercontent.com/Cat5TV/gitGK/refs/heads/main/gitgk-host.sh
wget https://gitgk.com/baldnerd/git-server-appliance/raw/branch/main/gitgk-host.sh
chmod +x gitgk-host.sh
sudo ./gitgk-host.sh
```