From 680e02b18b892d231bb83e1dd7b20a7e74d9e1cc Mon Sep 17 00:00:00 2001 From: James Date: Thu, 2 Jul 2020 12:02:49 +0100 Subject: [PATCH 1/2] Remove volume mount for config.yml Homer has recently been updated to load config.yml from the assets directory, removing the need to mount it directly. https://github.com/bastienwirtz/homer/pull/94 --- templates/homer.xml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/templates/homer.xml b/templates/homer.xml index 1d8abfe..453403b 100644 --- a/templates/homer.xml +++ b/templates/homer.xml @@ -21,5 +21,4 @@ 8080 /mnt/user/appdata/homer/assets/ - /mnt/user/appdata/homer/config/config.yml - \ No newline at end of file + From 76092b1d3619dd58d17db08f51cc9b715c1d3322 Mon Sep 17 00:00:00 2001 From: A75G <31223569+A75G@users.noreply.github.com> Date: Thu, 2 Jul 2020 21:12:31 +0300 Subject: [PATCH 2/2] Update homer.xml --- templates/homer.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/homer.xml b/templates/homer.xml index 453403b..ae86bc0 100644 --- a/templates/homer.xml +++ b/templates/homer.xml @@ -8,7 +8,7 @@ false https://forums.unraid.net/topic/89502-support-a75g-repo/ https://github.com/bastienwirtz/homer - A dead simple static HOMe for your servER to keep your services on hand from a simple yaml config.[br][br]Download config.yml[/br][/br]wget -O /mnt/user/appdata/homer/config/config.yml https://raw.githubusercontent.com/bastienwirtz/homer/master/config.yml + A dead simple static HOMe for your servER to keep your services on hand from a simple yaml config.[br][br]Download config.yml[/br][/br]wget -O /mnt/user/appdata/homer/assets/config.yml https://raw.githubusercontent.com/bastienwirtz/homer/master/config.yml Network:Web http://[IP]:[PORT:8080] https://raw.githubusercontent.com/A75G/docker-templates/master/templates/homer.xml