bf27182e35aa92f45da081a28afe985459a3cf0a
tvcloud
This project is a personal cloud of services:
Setup
- Generate a certificate for the proxy
To generate a self-signed certificate (e.g. for localhost):
./tools/generate_self_signed_cert.bash localhost .
Alternatively to generate a CA signed certificate (if your own a domain):
./tools/generate_cert.bash yourdomain.com admin@email.com .
- Configure the host name (e.g. for
localhost):
./tools/configure.bash localhost .
- Start the services.
sudo docker compose up --detach
Description
Languages
Shell
59%
Dockerfile
41%