667344d3038f3ea9c215e7feac4fb6ef82bd0eb3
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 .
- Make a
.envconfiguration file
See .example.env.
- Start the services.
sudo docker compose up --detach
Description
Languages
Shell
59%
Dockerfile
41%