From 4833157061c0d3cb2cc002b87c182ef6389b714d Mon Sep 17 00:00:00 2001 From: Aimsucks Date: Wed, 8 Jun 2022 18:13:41 +0000 Subject: [PATCH] :memo: Background image placeholder and instructions Updated readme with instructions to mount the /public folder instead of the /public/icons folder, as well as added a placeholder for background image settings --- README.md | 4 ++-- src/components/Settings/AdvancedSettings.tsx | 6 +++++- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 7b5045425..7975b89da 100644 --- a/README.md +++ b/README.md @@ -105,7 +105,7 @@ docker run \ --restart unless-stopped \ -p 7575:7575 \ -v ./homarr/configs:/app/data/configs \ - -v ./homarr/icons:/app/public/icons \ + -v ./homarr/public:/app/public \ -d ghcr.io/ajnart/homarr:latest ``` @@ -123,7 +123,7 @@ services: restart: unless-stopped volumes: - ./homarr/configs:/app/data/configs - - ./homarr/icons:/app/public/icons + - ./homarr/public:/app/public ports: - '7575:7575' ``` diff --git a/src/components/Settings/AdvancedSettings.tsx b/src/components/Settings/AdvancedSettings.tsx index f3daa9786..301b32a02 100644 --- a/src/components/Settings/AdvancedSettings.tsx +++ b/src/components/Settings/AdvancedSettings.tsx @@ -43,7 +43,11 @@ export default function TitleChanger() { placeholder="/favicon.svg" {...form.getInputProps('favicon')} /> - +