diff --git a/README.md b/README.md index ca72f32..65cf6e6 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,20 @@ -# DocMachine + + +[![Build Status](https://cicd.apps.glenux.net/api/badges/glenux/docmachine-containers/status.svg)](https://cicd.apps.glenux.net/glenux/docmachine-containers) +![License LGPL3.0-or-later](https://img.shields.io/badge/license-LGPL3.0--or--later-blue.svg) +[![Donate on patreon](https://img.shields.io/badge/patreon-donate-orange.svg)](https://patreon.com/glenux) + +> :information_source: This project is available on our self-hosted server and +> on CodeBerg and GitHub as mirrors. For the latest updates and comprehensive +> version of our project, please visit our primary repository at: +> . + +# DocMachine Containers ## Prerequisites diff --git a/caddy.conf b/caddy.conf index 0fec952..ae6f441 100644 --- a/caddy.conf +++ b/caddy.conf @@ -3,10 +3,8 @@ handle_path /docs* { reverse_proxy 127.0.0.1:5100 } + handle_path /slides* { reverse_proxy 127.0.0.1:5200 } -handle { - reverse_proxy localhost:5001 -}