4ce0b536993dd9c5338faac57e5666b86bee2da6
tvcloud
This project is a personal cloud of services:
Setup
- Generate a self-signed certificate for the proxy.
host=yourdomain.com
mkcert \
-cert-file services/nginx/server.crt \
-key-file services/nginx/server.key \
gitea.$host nextcloud.$host openproject.$host $host 127.0.0.1 ::1
- Make a
.envfile (fordocker compose).
See .example.env.
- Configure the host name.
host=yourdomain.com
sudo ./configure.bash $host .
- Start the services.
sudo docker compose up --detach
Description
Languages
Shell
85.8%
Dockerfile
14.2%