From 3c54534070866d88207d530717140c9bc7093f42 Mon Sep 17 00:00:00 2001 From: Fabian Schmidt Date: Mon, 23 Sep 2024 16:23:42 +0200 Subject: [PATCH] Update Readme with some minimal information --- README.md | 47 ++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 46 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 97fe0bf..debab75 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,48 @@ # dotter-compose -A collection of docker compose files and associated files and folders \ No newline at end of file +A collection of docker compose files and associated files and folders + +## Arr + +There is nothing here yet except for a very basic example file using gluetun. Not much else to see here. +Volume paths need to be updated. + +## Authentik + +Needs a .env file. +Named volumes and relative volume paths used. So not much more configuration than that. + +## Cloud + +Not sure if I can use a relative path for the NEXTCLOUD_DATADIR environment variable. So change that. + +## Endlessh + +Would have to change volume path + +## Git + +Use .env file or update values in the compose file. Also make volume paths relative. +[Use this guide to setup ssh](https://docs.gitea.com/installation/install-with-docker#sshing-shell-with-authorized_keys) + +## Minecraft + +Make volume paths relative and add world data, or leave it out for new world. +This compose file needs a little more tuning if someone wants to use it as it. But not that much really. Just use a fixed minecraft version to prevent accidentally breaking your server. + +## Ollama + +Make volume paths relative. Change when using AMD or Intel. +When using web search with searxng. Add json as a format in searxng settings.yml + +## Pihole + +Add password + +## Rustdesk + +Nothing to do here + +## Searxng + +Make volume paths relative