Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

🐛 [readarr] Update info page with better information #1088

Closed
airtonix opened this issue Nov 22, 2023 · 6 comments · Fixed by #1094
Closed

🐛 [readarr] Update info page with better information #1088

airtonix opened this issue Nov 22, 2023 · 6 comments · Fixed by #1094
Labels
bug Something isn't working

Comments

@airtonix
Copy link
Contributor

Description

Configurations can be done through the app webUI, except for the following options

image

so how do we (as homeassistant users) do that configuration?

perhaps this info page for the addon should then go on to say something like:

  • Using an editor on the homeassisntant server (like Studio Code Server), edit the /config/addons_config/readarr/config.xml ?

Reproduction steps

1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
4. See error

Addon Logs

not relevant

Architecture

amd64

OS

HAos

@airtonix airtonix added the bug Something isn't working label Nov 22, 2023
@ciB89
Copy link

ciB89 commented Nov 22, 2023

You can find and modify the config.xml file of readarr in \config\addons_config\readarr

@alexbelgium
Copy link
Owner

Hi, thanks ciBB9

Indeed, some options can be configured in the addon options ; otherwise most of the configuration can be done with the webui http://homeassistant:8787 ; and as ciBB9 mentioned for advanced modifications on the config.xml it is done through the data folder in the location he mentioned

A note : /config/addons_config/readarr/config.yaml is not linked to readarr itself, but it is a way to inject custom ENV variables : https://github.com/alexbelgium/hassio-addons/wiki/Add%E2%80%90ons-feature-:-add-env-variables

By the way, is ingress working for you? I reinstalled the addon to test on my system and Ingress is blank

@alexbelgium
Copy link
Owner

alexbelgium commented Nov 23, 2023

I see, there is a bug : the config.xml taken into account is located in /config/addons_config/readar/config.yaml/config.xml instead of /config/addons_config/readar/config.xml . Easy enough fix I'll push a new version

Edit : new version pushed

alexbelgium added a commit that referenced this issue Nov 23, 2023
@alexbelgium
Copy link
Owner

Pushed again a new version : I had modified the authentification as "external" to align with radarr & sonarr addons, but it seems that this is not implemented yet for readarr

@airtonix
Copy link
Contributor Author

You can find and modify the config.xml file of readarr in \config\addons_config\readarr

if you read my issue ticket, you'll see that I already know this.

Indeed, some options can be configured in the addon options ; otherwise most of the configuration can be done with the webui http://homeassistant:8787 ; and as ciBB9 mentioned for advanced modifications on the config.xml it is done through the data folder in the location he mentioned

I should be clearer, this ticket is really a request to update the info page with better, more clear information.

For first time users, it's not obvious that:

  1. you have to go and edit a file
  2. that the file is /config/addons_config/readar/config.yaml/config.xml
  3. that in order to get to /config/addons_config/ you need to either:
  4. ssh somehow to the server
  5. install an addon like Studio Code Server

We can't really help those who dont know what ssh or what a file is. And you can't really assume that the setup wasn't inherited.

So to assist the 90% cases:

perhaps this info page for the addon should then go on to say something like:

Using an editor on the homeassisntant server (like Studio Code Server),
edit the /config/addons_config/readarr/config.xml ?

By the way, is ingress working for you? I reinstalled the addon to test on my system and Ingress is blank

My other ticket #1089 says no.

@airtonix airtonix changed the title 🐛 [readarr] config can be done in ui except for .... 🐛 [readarr] Update info page with better information Nov 24, 2023
@alexbelgium alexbelgium reopened this Nov 24, 2023
@alexbelgium
Copy link
Owner

Hi, actually the easiest way to access the files is with my file browser addon. Watch out that due to how HA now works (voluntary behavior from the devs), addon configs are either in /addon_configs/nameoftheaddon ; or non /homeassistant/addons_config/nameoftheaddon depending on whether my add-ons have implemented the new HA logic or not. It's a lot confusing, I know, but that's how HA itself is set...

Thanks for the readme update, indeed I understand how this is confusing for newcomers. Actually now ingress should work (at least on my system with a new install) so I'll check the other ticket what could be the cause.

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants