Files
tvcloud/readme.md

338 B

tvcloud

This project is a personal cloud of services:

  • NextCloud

Setup

  1. Generate self-signed certificate.
openssl genpkey -algorithm RSA -out server.key
openssl req -new -x509 -key server.key -out server.crt -days 365
  1. Make a db.env file. See db.example.env.

  2. Start the services.

docker compose up -d