2025-12-18 12:50:56 +01:00
2025-12-18 12:50:56 +01:00
2025-12-18 12:50:56 +01:00
2025-12-18 12:50:56 +01:00
2025-12-18 12:50:56 +01:00
2025-12-18 12:50:56 +01:00
2025-12-18 12:50:48 +01:00
2025-12-18 12:50:56 +01:00

tvcloud

This project is a personal cloud of services:

  • NextCloud
  • OpenProject

Setup

  1. Generate a 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 nextcloud-db.env file. See nextcloud-db.example.env.

  2. Start the services.

docker compose up -d

Update/install Joplin

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

You can then synchronize it with NextCloud.

Update/backup OpenProject

https://www.openproject.org/docs/installation-and-operations/installation/docker-compose/#upgrade

Description
No description provided
Readme 52 KiB
Languages
Shell 85.8%
Dockerfile 14.2%