5c7a3bee12b8f013b6a1fe52a4d7b58a72c07a25
tvcloud
This project is a personal cloud of services:
- NextCloud
- OpenProject
Setup
- Generate a self-signed certificate.
openssl genpkey -algorithm RSA -out server.key
openssl req -new -x509 -key server.key -out server.crt -days 365
-
Make a
nextcloud-db.envfile. Seenextcloud-db.example.env. -
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
Languages
Shell
85.8%
Dockerfile
14.2%