Point links at git.coffeylabs.org after the move from GitHub
ci / web (pull_request) Successful in 1m53s
ci / go (pull_request) Successful in 1m13s
ci / publish (pull_request) Skipped
ci / docker-build (pull_request) Successful in 3m28s

GitHub took the organization's repos and GHCR offline on 2026-09-20. Repo,
release, raw-file and clone links now go to Gitea at git.coffeylabs.org,
container images to registry.coffeylabs.org, and GitLab-style /-/blob paths
to Gitea's /src/branch form. Go module paths are identifiers and stay as
they are; links to GitHub issues and pull requests are left as history.
This commit is contained in:
2026-09-22 09:07:59 -07:00
parent bda06824e1
commit 8ce949326b
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -70,7 +70,7 @@ apply without a restart.
## Quick start
```sh
curl -O https://raw.githubusercontent.com/Coffey-Labs/ihasvpn/main/docker-compose.yml
curl -O https://git.coffeylabs.org/coffey-labs/ihasvpn/raw/branch/main/docker-compose.yml
# edit IHASVPN_ENDPOINT (your public hostname or IP), then:
docker compose up -d
```