mirror of
https://github.com/flynx/proxmox-utils.git
synced 2025-12-17 09:01:49 +00:00
refactoring...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
bbfa30fd52
commit
fc2bf66aa9
30
README.md
30
README.md
@ -114,7 +114,7 @@ Three ways of access to the ADMIN network are provided:
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
## Setup
|
## Getting started
|
||||||
|
|
||||||
### Prerequisites
|
### Prerequisites
|
||||||
|
|
||||||
@ -137,7 +137,7 @@ This setup will use three IP addresses:
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
### Semi-automated setup
|
### Setup
|
||||||
|
|
||||||
Open a terminal on the host, either `ssh` (recommended) or via the UI.
|
Open a terminal on the host, either `ssh` (recommended) or via the UI.
|
||||||
|
|
||||||
@ -238,7 +238,7 @@ bridges or interfaces defined.
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
#### Setup additional services
|
## Services
|
||||||
|
|
||||||
XXX
|
XXX
|
||||||
|
|
||||||
@ -251,21 +251,35 @@ make dev
|
|||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
Or individually:
|
### Syncthing
|
||||||
```shell
|
|
||||||
make nextcloud
|
|
||||||
```
|
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
make syncthing
|
make syncthing
|
||||||
```
|
```
|
||||||
|
|
||||||
|
XXX
|
||||||
|
|
||||||
|
|
||||||
|
### Nextcloud
|
||||||
|
|
||||||
|
```shell
|
||||||
|
make nextcloud
|
||||||
|
```
|
||||||
|
|
||||||
|
XXX
|
||||||
|
|
||||||
|
|
||||||
|
### Gitea
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
make gitea
|
make gitea
|
||||||
```
|
```
|
||||||
|
|
||||||
|
XXX
|
||||||
|
|
||||||
#### Setup and configure custom services
|
|
||||||
|
|
||||||
|
### Custom services
|
||||||
|
|
||||||
XXX traefik rules
|
XXX traefik rules
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user