Add public Gitea URL for non-Tailscale installs

This commit is contained in:
pdmarf
2026-04-17 22:54:51 +01:00
parent 537676801f
commit 75e1957a26

View File

@@ -27,12 +27,20 @@ apt install git -y
Then clone and run setup: Then clone and run setup:
**On Tailscale:**
```bash ```bash
git clone http://100.120.125.113:3000/pdm/security-tools.git git clone http://100.120.125.113:3000/pdm/security-tools.git
cd security-tools cd security-tools
bash setup.sh bash setup.sh
``` ```
**Without Tailscale:**
```bash
git clone https://gitea.pdmarf.co.uk/pdm/security-tools.git
cd security-tools
bash setup.sh
```
To clone to a specific path: To clone to a specific path:
```bash ```bash