From 1d80cd8a7d7bea455528371cbacbfa8233377814 Mon Sep 17 00:00:00 2001 From: Kelin Reij Date: Sat, 14 Mar 2026 12:41:33 -0400 Subject: [PATCH] Update README.md --- README.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/README.md b/README.md index ae5606f..291f53a 100644 --- a/README.md +++ b/README.md @@ -32,3 +32,24 @@ 2. Or Paste the contents of remote-backrest.yml into an existing remote host yml file. + +## Remote Host yml files must use this format: + +```yaml +http: + routers: + # Each service gets a route definition here + + services: + # Each service gets a service definition here +``` + +**To copy an example remote host yml file into an existing remote host yml file** + +1. Copy the contents of the routers section into the existing routers section +Be sure to change the `rule: "Host ('service.server.subdomain.duckdns.org')"` line to your desired url for the service + +2. And Copy the content of the services section into the existing services section +Be sure to change the ip:port in `- url: "http://ip:port"` +Use http here, not https +