2025-12-23 11:50:00 +01:00
2025-12-23 11:50:00 +01:00
2025-12-23 11:29:15 +01:00
2025-12-19 15:56:51 +01:00
2025-12-18 12:51:29 +01:00
2025-12-23 11:29:15 +01:00
2025-12-23 11:29:15 +01:00

tvcloud

This project is a personal cloud of services:

Setup

  1. 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 .
  1. Make a .env configuration file

See .example.env.

  1. Start the services.
sudo docker compose up --detach
Description
Cloud of services.
Readme 82 KiB
Languages
Shell 59%
Dockerfile 41%