From a98dc7f49ab9c739aae2163f72d4345283171e59 Mon Sep 17 00:00:00 2001 From: nune Date: Sun, 22 Dec 2024 02:49:55 +0000 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e9bf704..6ff2848 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,7 @@ On Github or somewhere else? This is mirrored from: https://gitz.blitzw.in/nune/ ## How to use You need to install docker-compose. Also Caddy if you need a reverse proxy. Generally with these, you'll make a folder for the service you wanna host, make a file called compose.yml, copy the contents in, modify accordingly, and `docker compose up -d` these up. +For a reverse proxy, you need a domain. If you can't buy any domain for any reason, eu.org and [freedns](https://freedns.afraid.org/) are awesome projects that can host stuff for you and give you a domain for free that you can reverse-proxy safely to. ## Things to keep in mind The first four-five-digit number in ports is the port for your machine, the second after the `:` is the port for the container. Don't change the second number unless there's a configuration setting that allows you to modify like so. Use a server in your home [properly configured](https://caddy.community/t/using-caddy-as-a-reverse-proxy-in-a-home-network/9427), or a VPS. I personally recommend Webdock for a VPS.