Compare commits
4
Commits
b5edd9c2c7
..
main
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
41f3891393 | ||
|
|
8ce949326b | ||
|
|
bda06824e1 | ||
|
|
44c3a4b0c0 |
@@ -37,7 +37,7 @@ jobs:
|
||||
# against the placeholder too.) The image build does its own frontend build
|
||||
# in the Dockerfile.
|
||||
web:
|
||||
runs-on: docker
|
||||
runs-on: light
|
||||
container:
|
||||
image: node:26-bookworm-slim@sha256:582460f614631b59b824ac6020533b9bf339c7fdf3a6d7db31abb6b4065f0212 # 26-bookworm-slim
|
||||
env:
|
||||
@@ -51,7 +51,7 @@ jobs:
|
||||
|
||||
go:
|
||||
needs: [web]
|
||||
runs-on: docker
|
||||
runs-on: light
|
||||
container:
|
||||
image: golang:1.27-bookworm@sha256:69a7b9788769bec032d238959b61854e9ae87f57be9029ec04e9885fabf99195 # 1.27-bookworm
|
||||
steps:
|
||||
|
||||
@@ -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
|
||||
```
|
||||
|
||||
@@ -13,7 +13,7 @@ export function Legal({ center = false }: { center?: boolean }) {
|
||||
<span className="legal-sep" aria-hidden="true">
|
||||
·
|
||||
</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
|
||||
</a>
|
||||
</p>
|
||||
|
||||
Reference in New Issue
Block a user