2025-12-19 16:09:16 +01:00
WIP
2025-12-19 16:09:16 +01:00
2025-12-18 12:51:29 +01:00
2025-12-19 15:56:51 +01:00
2025-12-18 12:51:29 +01:00
2025-12-19 15:56:51 +01:00
WIP
2025-12-19 16:09:16 +01:00
WIP
2025-12-19 16:09:16 +01:00

tvcloud

This project is a personal cloud of services:

Setup

  1. 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
  1. Make a .env file (for docker compose).

See .example.env.

  1. Configure the host name.
host=yourdomain.com
sudo ./configure.bash $host .
  1. Start the services.
sudo docker compose up --detach
Description
No description provided
Readme 60 KiB
Languages
Shell 85.8%
Dockerfile 14.2%