From d332245cfc1fb96d49a376596a1fa79246ce9c94 Mon Sep 17 00:00:00 2001 From: Walkx Date: Fri, 13 May 2022 18:58:06 +0200 Subject: [PATCH 1/5] =?UTF-8?q?=F0=9F=93=9D=20Adds=20documentation=20for?= =?UTF-8?q?=20volume=20mounting?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6f90f23a1..995b137ce 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,7 @@ _Requirements_: **Standard Docker Install** ```sh -docker run --name homarr -p 7575:7575 -d ghcr.io/ajnart/homarr +docker run --name homarr -p 7575:7575 -v /data/docker/homarr:/app/data/configs -d ghcr.io/ajnart/homarr:latest ``` **Docker Compose** @@ -56,12 +56,16 @@ version: '3' services: homarr: container_name: homarr - image: ghcr.io/ajnart/homarr + image: ghcr.io/ajnart/homarr:latest restart: unless-stopped + volumes: + - /data/docker/homarr:/app/data/configs ports: - '7575:7575' ``` +***Getting EACCESS errors in the logs? Try running `sudo chmod 775 /directory-you-mounted-to`!*** + ### Building from Source ๐Ÿ› ๏ธ _Requirements_: From cc324dd8ecd1e53ec258cb169accc3929f166b71 Mon Sep 17 00:00:00 2001 From: Walkx Date: Fri, 13 May 2022 20:56:34 +0200 Subject: [PATCH 2/5] =?UTF-8?q?=F0=9F=93=9D=20Adds=20known=20issues?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 6f90f23a1..fa16e0370 100644 --- a/README.md +++ b/README.md @@ -19,6 +19,7 @@ - [๐Ÿ“ƒ Table of Contents](#-table-of-contents) - [๐Ÿš€ Getting Started](#-getting-started) - [โ„น๏ธ About](#โ„น๏ธ-about) + - [๐Ÿ› Known Issues](#-known-issues) - [โšก Installation](#-installation) - [Deploying from Docker Image ๐Ÿณ](#deploying-from-docker-image-) - [Building from Source ๐Ÿ› ๏ธ](#building-from-source-๏ธ) @@ -33,6 +34,12 @@ Homarr is a simple and lightweight homepage for your server, that helps you easi **[โคด๏ธ Back to Top](#-table-of-contents)** +## ๐Ÿ› Known Issues + +- Used search engine not properly selected https://github.com/ajnart/homarr/issues/35 +- Application cards not responsive https://github.com/ajnart/homarr/issues/47 +- Icon alignment out for specific icons https://github.com/ajnart/homarr/issues/82 + ## โšก Installation ### Deploying from Docker Image ๐Ÿณ From f0152d84d85028a349eb04f85cdccf5766842590 Mon Sep 17 00:00:00 2001 From: Aj - Thomas <49837342+ajnart@users.noreply.github.com> Date: Fri, 13 May 2022 22:13:57 +0200 Subject: [PATCH 3/5] =?UTF-8?q?=F0=9F=94=A5=20Remove=20labels=20from=20iss?= =?UTF-8?q?ue=20templates?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/ISSUE_TEMPLATE/feature-request.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/feature-request.yml b/.github/ISSUE_TEMPLATE/feature-request.yml index 95cbbc888..b02b79780 100644 --- a/.github/ISSUE_TEMPLATE/feature-request.yml +++ b/.github/ISSUE_TEMPLATE/feature-request.yml @@ -1,9 +1,6 @@ name: โœจ Feature Request description: Request a feature to help improve Homarr! title: '' -labels: ['โœจ Feature'] -assignees: - - ajnart body: - type: textarea id: feature From 4f5121b3377d575fdd9158549fe028efb4d7a015 Mon Sep 17 00:00:00 2001 From: Aj - Thomas <49837342+ajnart@users.noreply.github.com> Date: Fri, 13 May 2022 22:14:12 +0200 Subject: [PATCH 4/5] =?UTF-8?q?=F0=9F=94=A5=20Remove=20labels=20from=20iss?= =?UTF-8?q?ue=20templates?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/ISSUE_TEMPLATE/module.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/module.yml b/.github/ISSUE_TEMPLATE/module.yml index 620cade1c..214c59dc4 100644 --- a/.github/ISSUE_TEMPLATE/module.yml +++ b/.github/ISSUE_TEMPLATE/module.yml @@ -1,7 +1,6 @@ name: ๐Ÿ—๏ธ Module request description: Request for a module to be added / an integration with you favourite service ! title: '<title>' -labels: ['๐Ÿ—๏ธ Module'] body: - type: textarea id: name From 66dd59f07612f532faf30204facc99c8b96b9756 Mon Sep 17 00:00:00 2001 From: Aj - Thomas <49837342+ajnart@users.noreply.github.com> Date: Fri, 13 May 2022 23:29:30 +0200 Subject: [PATCH 5/5] :memo: Update README.md --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index fa16e0370..c01b74a57 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,6 @@ Homarr is a simple and lightweight homepage for your server, that helps you easi ## ๐Ÿ› Known Issues -- Used search engine not properly selected https://github.com/ajnart/homarr/issues/35 - Application cards not responsive https://github.com/ajnart/homarr/issues/47 - Icon alignment out for specific icons https://github.com/ajnart/homarr/issues/82