This commit is contained in:
commit
b525f75055
2 changed files with 18 additions and 4 deletions
18
README.md
18
README.md
|
@ -1,4 +1,20 @@
|
|||
# DocMachine
|
||||
<!--
|
||||
# SPDX-License-Identifier: GPL-3.0-or-later
|
||||
#
|
||||
# SPDX-FileCopyrightText: 2023 Glenn Y. Rolland <glenux@glenux.net>
|
||||
# Copyright © 2023 Glenn Y. Rolland <glenux@glenux.net>
|
||||
-->
|
||||
|
||||
[](https://cicd.apps.glenux.net/glenux/docmachine-containers)
|
||||

|
||||
[](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:
|
||||
> <https://code.apps.glenux.net/glenux/docmachine-containers>.
|
||||
|
||||
# DocMachine Containers
|
||||
|
||||
## Prerequisites
|
||||
|
||||
|
|
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue