0
0
Fork 0
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:
Earl Warren 2023-07-03 23:52:16 +02:00 committed by Caesar Schinas
parent d6da81d1bb
commit c192fbbb74
No known key found for this signature in database
GPG key ID: AE9108461BEA5ACF

View file

@ -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
``` ```