Compare commits
4
Commits
b5edd9c2c7
...
v2026.9.22
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
41f3891393 | ||
|
|
8ce949326b | ||
|
|
bda06824e1 | ||
|
|
44c3a4b0c0 |
@@ -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:
|
||||||
|
|||||||
@@ -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
|
||||||
```
|
```
|
||||||
|
|||||||
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user