Skip to content

Commit

Permalink
πŸ”€ Merge pull request #309 from manuel-rw/add-known-issues-page
Browse files Browse the repository at this point in the history
πŸ“„ add known issues page
  • Loading branch information
ajnart authored Jul 28, 2022
2 parents da59faf + 9469c7f commit 9e913dd
Show file tree
Hide file tree
Showing 4 changed files with 64 additions and 36 deletions.
2 changes: 1 addition & 1 deletion docs/community/donate.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
sidebar_label: 'Donate'
sidebar_position: 3
sidebar_position: 4
description: Help us maintain Homarr
tags:
- Support
Expand Down
61 changes: 27 additions & 34 deletions docs/community/frequently-asked-questions.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 <a href="/docs/quick-start/index">installation guide</a> on how to do so.

<details>
<summary>Can I install Homarr on a Raspberry Pi?</summary>
<div>
<div>Yes, Homarr is compatible for the architecture of the Raspberry Pi. Have a look in our <a href="/docs/quick-start/index">installation guide</a> on how to do so.</div>
</div>
</details>

<details>
<summary>I have a suggestion / idea for improvement or want to report a bug</summary>
<div>
<div>You can report issues, suggestions or ideas for improvements <a href="https://github.com/ajnart/homarr/issues/new/choose">here</a>.</div>
</div>
</details>

<details>
<summary>Can I add my own icons?</summary>
<div>
<div>Yes, check out our guide on <a href="/docs/advanced-features/custom-icons">how to add your custom icons</a>.</div>
</div>
</details>

<details>
<summary>Can I get in touch with you?</summary>
<div>
<div>Yes, go <a href="/docs/community/get-in-touch">here</a> to get with us in touch.</div>
</div>
</details>

<details>
<summary>I see duplicate fields in the service popup. Is that a bug?</summary>
<div>
<div>If you think, that you found a bug, please create an issue <a href="https://github.com/ajnart/homarr/issues/new/choose">here</a>.</div>
</div>
</details>
### I have a suggestion / idea for improvement or want to report a bug
You can report issues, suggestions or ideas for improvements <a href="https://github.com/ajnart/homarr/issues/new/choose">here</a>.

### Can I use my own custom icons for services?
Yes, check out our guide on <a href="/docs/advanced-features/custom-icons">how to add your custom icons</a>.

### I think i found a bug. What can I do?
If you think, that you found a bug, please create an issue <a href="https://github.com/ajnart/homarr/issues/new/choose">here</a>.

### 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 <a href="/docs/community/get-in-touch">here</a> to get with us in touch.

<hr/>

:::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).

:::
2 changes: 1 addition & 1 deletion docs/community/get-in-touch.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
sidebar_label: 'Getting in Touch'
sidebar_position: 2
sidebar_position: 3
description: Still have a question? Click here!
tags:
- Support
Expand Down
35 changes: 35 additions & 0 deletions docs/community/known-issues.md
Original file line number Diff line number Diff line change
@@ -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.

0 comments on commit 9e913dd

Please sign in to comment.