mirror of
https://codeberg.org/forgejo/docs.git
synced 2024-12-25 22:40:42 -05:00
docs: update the hardware list
This commit is contained in:
parent
d6da81d1bb
commit
c192fbbb74
1 changed files with 6 additions and 2 deletions
|
@ -16,10 +16,14 @@ The VPN is deployed and upgraded using the following [Enough command line](https
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
$ mkdir -p ~/.enough
|
$ mkdir -p ~/.enough
|
||||||
$ git clone https://forgejo.octopuce.forgejo.org/forgejo/enough ~/.enough/octopuce.forgejo.org
|
$ git clone https://forgejo.octopuce.forgejo.org/forgejo/enough-octopuce ~/.enough/octopuce.forgejo.org
|
||||||
$ enough --domain octopuce.forgejo.org service create openvpn
|
$ enough --domain octopuce.forgejo.org service create openvpn
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## Hetzner
|
||||||
|
|
||||||
|
https://hetzner01.forgejo.org runs on an [EX101](https://www.hetzner.com/dedicated-rootserver/ex101) Hetzner hardware.
|
||||||
|
|
||||||
## OVH
|
## OVH
|
||||||
|
|
||||||
https://code.forgejo.org runs on an OVH virtual machine using the same
|
https://code.forgejo.org runs on an OVH virtual machine using the same
|
||||||
|
@ -29,7 +33,7 @@ It is deployed and upgraded using the following [Enough command line](https://en
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
$ mkdir -p ~/.enough
|
$ mkdir -p ~/.enough
|
||||||
$ git clone https://code.forgejo.org/forgejo/<secret repository> ~/.enough/code.forgejo.org
|
$ git clone https://forgejo.octopuce.forgejo.org/forgejo/enough-code ~/.enough/code.forgejo.org
|
||||||
$ enough --domain code.forgejo.org service create --host bind-host forgejo
|
$ enough --domain code.forgejo.org service create --host bind-host forgejo
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue