From d69b02e78c03d582e369d16e018501ce4a7222c9 Mon Sep 17 00:00:00 2001 From: "Glenn Y. Rolland" Date: Sun, 12 May 2024 21:27:03 +0200 Subject: [PATCH 1/2] fix: change caddy port --- caddy.conf | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 caddy.conf diff --git a/caddy.conf b/caddy.conf new file mode 100644 index 0000000..fc1fd3b --- /dev/null +++ b/caddy.conf @@ -0,0 +1,12 @@ + +handle_path /docs* { + reverse_proxdy 127.0.0.1:5100 +} + +handle_path /slides* { + reverse_proxdy 127.0.0.1:5200 +} + +handle { + reverse_proxy localhost:5001 +} From 8c56abd321118db4bca959e2d8cf52c8838c2ca8 Mon Sep 17 00:00:00 2001 From: glenux Date: Sun, 2 Jun 2024 07:11:52 +0000 Subject: [PATCH 2/2] Update README.md --- README.md | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) 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