338 B
338 B
tvcloud
This project is a personal cloud of services:
- NextCloud
Setup
- Generate self-signed certificate.
openssl genpkey -algorithm RSA -out server.key
openssl req -new -x509 -key server.key -out server.crt -days 365
-
Make a
db.envfile. Seedb.example.env. -
Start the services.
docker compose up -d