Merge pull request 'Point links at git.coffeylabs.org after the move from GitHub' (#6) from fix/links-after-move into main
This commit was merged in pull request #6.
This commit is contained in:
@@ -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