Update repository URLs to git.linux-hosting.co.il
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -786,3 +786,5 @@ rm -rf "$PLUGIN_TMPDIR"
|
||||
| | URL |
|
||||
|---|-----|
|
||||
| **Git (SSH)** | `gitea:shukivaknin/gniza.git` (uses `Host gitea` from `~/.ssh/config`) |
|
||||
| **Git (HTTPS)** | `https://git.linux-hosting.co.il/shukivaknin/gniza.git` |
|
||||
| **Web UI** | https://git.linux-hosting.co.il/shukivaknin/gniza/ |
|
||||
|
||||
@@ -9,13 +9,15 @@ Uses `pkgacct --nocompress --skiphomedir` for account backups, gzips SQL files i
|
||||
| | URL |
|
||||
|---|-----|
|
||||
| **Git (SSH)** | `gitea:shukivaknin/gniza.git` (uses `Host gitea` from `~/.ssh/config`) |
|
||||
| **Git (HTTPS)** | `https://git.linux-hosting.co.il/shukivaknin/gniza.git` |
|
||||
| **Web UI** | https://git.linux-hosting.co.il/shukivaknin/gniza/ |
|
||||
|
||||
## Installation
|
||||
|
||||
From a clone:
|
||||
|
||||
```bash
|
||||
git clone gitea:shukivaknin/gniza.git
|
||||
git clone https://git.linux-hosting.co.il/shukivaknin/gniza.git
|
||||
cd gniza
|
||||
sudo bash scripts/install.sh
|
||||
```
|
||||
|
||||
@@ -6,7 +6,7 @@ set -eo pipefail
|
||||
|
||||
INSTALL_DIR="/usr/local/gniza"
|
||||
BIN_LINK="/usr/local/bin/gniza"
|
||||
REPO_URL="http://182.54.236.100:3001/shukivaknin/gniza.git"
|
||||
REPO_URL="https://git.linux-hosting.co.il/shukivaknin/gniza.git"
|
||||
TMPDIR_CLONE=""
|
||||
|
||||
if [[ $EUID -ne 0 ]]; then
|
||||
|
||||
Reference in New Issue
Block a user