Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2024-10-19 22:16:22 +03:00
parent ed11a6cf1d
commit 200af2c33b

View File

@ -58,8 +58,6 @@ This level is handled by the `Makefile` and is almost completely automated
This level depends on the host setup and is currently done manually This level depends on the host setup and is currently done manually
depending on existing host configuration. depending on existing host configuration.
XXX clean setup scripts...
## Prerequisites ## Prerequisites
@ -93,10 +91,55 @@ The Proxmox administrative interface is available behind the Wireguard
proxy or on the ADMIN port, both on https://10.0.0.254:8006. proxy or on the ADMIN port, both on https://10.0.0.254:8006.
XXX setup additional CTs... To finalize the setup run:
```shell
make finalize
```
This will
- detach the host from any external ports and make it accessible only
from the internal network.
See: [Architecture](#architecture) and [Bootstrapping](#bootstrapping)
- setup firewall rules.
Note that the firewall will not be enabled, this should be done manually
after rule review.
### Accessing the host
XXX
XXX configuration / administration... ### Setup additional services
XXX
```shell
make all
```
```shell
make dev
```
Or individually:
```shell
make nextcloud
```
```shell
make syncthing
```
```shell
make gitea
```
### Setup and configure custom services
XXX traefik rules