939 B
939 B
tvcloud
This project is a personal cloud of services:
- NextCloud
- OpenProject
Setup
- 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
-
Make a
.envfile fordocker-compose.yaml. See.example.env. -
Configure the host name.
./configure.bash HOSTNAME .
- 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.