This commit is contained in:
2025-12-18 12:28:45 +01:00
parent 7cae71d673
commit 88478e22a7
4 changed files with 12 additions and 9 deletions

View File

@@ -10,7 +10,7 @@ This project is a personal cloud of services:
1. Generate a self-signed certificate for the proxy.
```
host=tvcloud.fr
host=yourdomain.com
mkcert \
-cert-file services/nginx/server.crt \
-key-file services/nginx/server.key \
@@ -24,7 +24,7 @@ See `.example.env`.
3. Configure the host name.
```
host=tvcloud.fr
host=yourdomain.com
sudo ./configure.bash $host .
```