net_services
A stack of services exposed over the network.
The services run in Docker containers and are routed through Nginx.
Sensitive data is not stored on the disk when containers start. It is copied into a tmpfs within the container.
How-to
-
Create a
.env; seeexample.env -
Build and run the services
./tools/build docker compose up -
Add Radicale user
You can add as many as you want.
htpasswd ${HOST__RADICALE_USERS_DIR}/.htpasswd username -
Access the services
You may have to adapt the URLs to the configured published ports.
- https://git.localhost
- https://dav.localhost
- https://sync.localhost
It is highly recommended to configure authentication for the Syncthing GUI if it exposed to the network.
