Files
tvcloud/readme.md
2025-12-18 12:51:29 +01:00

939 B

tvcloud

This project is a personal cloud of services:

  • NextCloud
  • OpenProject

Setup

  1. Generate a self-signed certificate for the proxy.
openssl genpkey -algorithm RSA -out server.key
openssl req -new -x509 -key server.key -out server.crt -days 365
  1. Make a .env file for docker-compose.yaml. See .example.env.

  2. Configure the host name.

./configure.bash HOSTNAME .
  1. Start the services.
sudo docker compose up --detach

OpenProject

Joplin

  • Update/Install:
wget -O - https://raw.githubusercontent.com/laurent22/joplin/dev/Joplin_install_and_update.sh | bash

You can then synchronize it with NextCloud.