From 9469c7fe44bbfd8c00e59c123506b0c38e5748ac Mon Sep 17 00:00:00 2001 From: Manuel Ruwe Date: Thu, 28 Jul 2022 10:59:02 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=84=20add=20known=20issues=20page?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/community/donate.md | 2 +- docs/community/frequently-asked-questions.md | 61 +++++++++----------- docs/community/get-in-touch.md | 2 +- docs/community/known-issues.md | 35 +++++++++++ 4 files changed, 64 insertions(+), 36 deletions(-) create mode 100644 docs/community/known-issues.md diff --git a/docs/community/donate.md b/docs/community/donate.md index 32bd33ba..976dfe93 100644 --- a/docs/community/donate.md +++ b/docs/community/donate.md @@ -1,6 +1,6 @@ --- sidebar_label: 'Donate' -sidebar_position: 3 +sidebar_position: 4 description: Help us maintain Homarr tags: - Support diff --git a/docs/community/frequently-asked-questions.md b/docs/community/frequently-asked-questions.md index 15a7e15b..8a4061b0 100644 --- a/docs/community/frequently-asked-questions.md +++ b/docs/community/frequently-asked-questions.md @@ -10,38 +10,31 @@ tags: # Frequently Asked Questions +### Can I install Homarr on a Raspberry Pi? +Yes, Homarr is compatible for the architecture of the Raspberry Pi. Have a look in our installation guide on how to do so. -
- Can I install Homarr on a Raspberry Pi? -
-
Yes, Homarr is compatible for the architecture of the Raspberry Pi. Have a look in our installation guide on how to do so.
-
-
- -
- I have a suggestion / idea for improvement or want to report a bug -
-
You can report issues, suggestions or ideas for improvements here.
-
-
- -
- Can I add my own icons? -
-
Yes, check out our guide on how to add your custom icons.
-
-
- -
- Can I get in touch with you? -
-
Yes, go here to get with us in touch.
-
-
- -
- I see duplicate fields in the service popup. Is that a bug? -
-
If you think, that you found a bug, please create an issue here.
-
-
\ No newline at end of file +### I have a suggestion / idea for improvement or want to report a bug +You can report issues, suggestions or ideas for improvements here. + +### Can I use my own custom icons for services? +Yes, check out our guide on how to add your custom icons. + +### I think i found a bug. What can I do? +If you think, that you found a bug, please create an issue here. + +### Why are the posters in my calendar not loading? +This is a common known issue of Homarr. Please refer to our [guide on how to solve it](./../community/known-issues.md#🚨-adblocker-will-break-and-block-the-posters-of-tv-shows). If you're still having trouble, please contact us on [our Discord](./get-in-touch.md#discord) or [open a new issue on GitHub](https://github.com/ajnart/homarr/issues/new/choose). + +### Why can't I use my custom icons? +This is a common knonw issue with the Docker version of Homarr. Please refer to our [guide on how to solve it](./../community/known-issues.md#🚨-docker-container-requires-a-restart-after-making-modifications-to-the-icons). If you're still having trouble, please contact us on [our Discord](./get-in-touch.md#discord) or [open a new issue on GitHub](https://github.com/ajnart/homarr/issues/new/choose). + +### Can I get in touch with you? +Yes, go here to get with us in touch. + +
+ +:::tip + +Haven't found the solution to your problem / question? We are eager to help you on [our Discord](./get-in-touch.md#discord) or in a [GitHub Issue](https://github.com/ajnart/homarr/issues/new/choose). + +::: \ No newline at end of file diff --git a/docs/community/get-in-touch.md b/docs/community/get-in-touch.md index 51e21fd3..7b6dbcd5 100644 --- a/docs/community/get-in-touch.md +++ b/docs/community/get-in-touch.md @@ -1,6 +1,6 @@ --- sidebar_label: 'Getting in Touch' -sidebar_position: 2 +sidebar_position: 3 description: Still have a question? Click here! tags: - Support diff --git a/docs/community/known-issues.md b/docs/community/known-issues.md new file mode 100644 index 00000000..f094c040 --- /dev/null +++ b/docs/community/known-issues.md @@ -0,0 +1,35 @@ +--- +sidebar_label: 'Known Issues' +sidebar_position: 2 +tags: + - Support + - Help + - Issues + - Bug + - Bugs +--- + +# Known Issues +Here we keep track of the currently known issues of Homarr, reported by our community or the developers. + +## 🚨 Adblocker will break and block the posters of TV shows +Many popular ad-blockers will block the posters of TV-shows in your [calendar](./../modules/built-in-modules/module-calendar.md). + +### Indicators +- Posters are not loading correctly +- Posters are replaced with some content from the ad-blocker + +### Resolution +Please disable your ad-block for Homarr. +Most blockers will offer a switch, where you can disable them for Homarr only. + +## 🚨 Docker container requires a restart after making modifications to the icons +If you are using [custom icons](./../advanced-features/custom-icons.md), you might be unable to get them working in the services. + +### Indicators +- You've mounted the configuration path of Homarr +- You've uploaded / copied icons in the correct folder, [specified in our documentation](./../advanced-features/custom-icons.md#adding-your-own-icons) +- You've used the icons in the services, but they don't display + +### Resolution +For the time being, restart your docker container after adding / making any changes to your icons.