Compare commits

...
4 Commits
Author SHA1 Message Date
jcoffey-dev 41f3891393 Merge pull request 'Point links at git.coffeylabs.org after the move from GitHub' (#6) from fix/links-after-move into main
ci / web (push) Successful in 31s
ci / docker-build (push) Skipped
ci / go (push) Successful in 49s
ci / publish (push) Successful in 7m13s
2026-09-22 16:20:56 +00:00
jcoffey-dev 8ce949326b 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.
2026-09-22 09:07:59 -07:00
jcoffey-dev bda06824e1 Merge pull request 'ci: run socket-free jobs on the light label' (#5) from ci/light-runner into main
ci / go (push) Successful in 59s
ci / web (push) Successful in 1m43s
ci / publish (push) Skipped
ci / docker-build (push) Successful in 37s
2026-09-22 13:57:37 +00:00
jcoffey-dev 44c3a4b0c0 ci: run socket-free jobs on the light label
ci / go (pull_request) Successful in 56s
ci / publish (pull_request) Skipped
ci / web (pull_request) Successful in 1m37s
ci / docker-build (pull_request) Successful in 46s
Both runners carry `light` (host1, and host2 over the wg-hosts link), so
these jobs run on whichever host is free. Jobs that mount the docker socket
keep `runs-on: docker`, which only host1 has.
2026-09-22 06:45:48 -07:00
3 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -37,7 +37,7 @@ jobs:
# against the placeholder too.) The image build does its own frontend build # against the placeholder too.) The image build does its own frontend build
# in the Dockerfile. # in the Dockerfile.
web: web:
runs-on: docker runs-on: light
container: container:
image: node:26-bookworm-slim@sha256:582460f614631b59b824ac6020533b9bf339c7fdf3a6d7db31abb6b4065f0212 # 26-bookworm-slim image: node:26-bookworm-slim@sha256:582460f614631b59b824ac6020533b9bf339c7fdf3a6d7db31abb6b4065f0212 # 26-bookworm-slim
env: env:
@@ -51,7 +51,7 @@ jobs:
go: go:
needs: [web] needs: [web]
runs-on: docker runs-on: light
container: container:
image: golang:1.27-bookworm@sha256:69a7b9788769bec032d238959b61854e9ae87f57be9029ec04e9885fabf99195 # 1.27-bookworm image: golang:1.27-bookworm@sha256:69a7b9788769bec032d238959b61854e9ae87f57be9029ec04e9885fabf99195 # 1.27-bookworm
steps: steps:
+1 -1
View File
@@ -70,7 +70,7 @@ apply without a restart.
## Quick start ## Quick start
```sh ```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: # edit IHASVPN_ENDPOINT (your public hostname or IP), then:
docker compose up -d docker compose up -d
``` ```
+1 -1
View File
@@ -13,7 +13,7 @@ export function Legal({ center = false }: { center?: boolean }) {
<span className="legal-sep" aria-hidden="true"> <span className="legal-sep" aria-hidden="true">
· ·
</span> </span>
<a href="https://github.com/Coffey-Labs/ihasvpn" target="_blank" rel="noreferrer"> <a href="https://git.coffeylabs.org/coffey-labs/ihasvpn" target="_blank" rel="noreferrer">
AGPL-3.0 source AGPL-3.0 source
</a> </a>
</p> </p>