Tuesday, March 04, 2025
support@conference.yunohost.org
March
Mon Tue Wed Thu Fri Sat Sun
          1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21 22
23
24
25
26
27
28
29
30
31
           

[03:44:59] <Paprika> Is there a reason why Radarr with each update changes the port to 40810? During my first install it decided to pick 24744 and used it until some updates ago it started changing it to 40810 each time, so I have to edit nginx every time 🫠
Or to explain it more thoroughly, Radarr stays on the same port (24744), but for some reason, nginx config is updated with the other port each time.
[06:03:24] <tituspijean> Paprika: how did you "decide" to change the port? What is the output of the following command? `yunohost app setting radarr port`
[10:03:23] <douwe> heya, there are no apps showing up in my `domain.com/yunohost/sso/`
There is a notification that says

> _There is no app to list here, either because no web app yet is installed on the server, or because you don't have access to any. Please check with the admins of the server for more infos!_

But when I check in the admin interface all apps on my server are available to all users.
[10:11:37] <douwe> and also, can I add link-tiles to that sso interface, so it could function as a true startpage for my browser? (ie. add nice tiles with links to external pages such as wikipedia or so)
[10:11:53] <douwe> and also, can I add link-tiles to that sso interface, so it could function as a true startpage for my browser? (ie. add nice tiles with links to external pages such as wikipedia or so)

And make those different for different users?
[10:12:14] <douwe> and also, can I add link-tiles to that sso interface, so it could function as a true startpage for my browser? (ie. add nice tiles with links to external pages such as wikipedia or so)

And make those different for different users?
Or would it be better to use my browser to create such a startpage?
[10:24:15] <tituspijean> @douwe:thorp.euwhich version of YunoHost are you on?
[10:24:35] <tituspijean> do you have multiple root domains added in the webadmin?
[10:25:25] <tituspijean> you can with the Redirect app. Now with YunoHost 12.1 (testing) you can even customize the icon of the app. To make it appear only for some users, use the permissions system.
[10:49:45] <douwe> YunoHost 12.0.11 (stable)
[11:05:28] <douwe> yes, I have one for the YNH server and multiple for apps (nextcloud, wallabag, miniflux etc. etc. )
[11:05:45] <douwe> yes, I have one for the YNH server and multiple for apps (nextcloud, wallabag, miniflux etc. etc. )

Every app has its own subdomain here
[11:06:23] <douwe> yes, I have one for the YNH server and multiple for apps (nextcloud, wallabag, miniflux etc. etc. )

Every app has its own subdomain here (cloud.domain.com, readlater.domain.com, rss.domain.com etc. etc.)
[11:06:41] <cat17katze> How can I add a database to the webapp if its already created. I have around 7GB of files and want to add another php script that now needs a database. How can I enable the database feature for my_webapp?
[11:07:35] <timhildred> good evening folks, I am having trouble installing Joplin on my home server, and was wondering whether there was anyone around with the patience and ability to help me figure out what is wrong. I'm afraid understanding this log file is beyond me: https://paste.yunohost.org/raw/lubizexeto
[11:46:29] <@err404:matrix.numericore.com> timhildred: the script want change the default password and failled to do this task (as I can see in the 20 last lines from the install log)
[11:48:58] <timhildred> 𝔼𝕣𝕣𝟜𝟘𝟜: thank you for looking! I don't suppose you know of a way to make that not happen from the webui, do you?
[11:52:05] <@err404:matrix.numericore.com> eventually you can update your yunohost and packages and retry
[11:52:16] <tituspijean> Is domain.com registered in YunoHost?
[11:53:18] <@err404:matrix.numericore.com> yes, I dont know how to help you more
eventually you can update your yunohost and packages and retry
[11:53:18] <tituspijean> if not, you may need to enable "Show other domain's apps" in each subdomain's Portal configuration
[12:01:30] <timhildred> thank you 𝔼𝕣𝕣𝟜𝟘𝟜 ! maybe someone else will come online who has run into this issue and fixed it.
[12:18:22] <douwe> that was it!
[12:18:29] <douwe> Thank you ✌️
[12:19:39] <douwe> https://aria.im/_bifrost/v1/media/download/AXUG8F6XkaQnnFcioXwKI5s2BKEtwTiJVhbq6_DJVByZ7C24ZLFIE-XgaYaYJ1JtGMrtcZky5iOzDUQ26Cqj_ItCeVZj9NiAAHRob3JwLmV1L1FRcHFpbnFEYllnbXdTbkRYSmtBZHlXVQ
[12:19:47] <douwe> beautiful
[12:21:33] <miro5001> > <@titus:pijean.ovh> if not, you may need to enable "Show other domain's apps" in each subdomain's Portal configuration

That's a recurring question. May be adding this answer on the empty portal would help, since it's a big change
[13:02:28] <Paprika> I changed the port with `yunohost app setting radarr port -v 24744`, so that should fix the issue in the future.
[13:03:41] <Paprika> Thanks for the command, didn't even realize this. It seems like 40810 is stored as the default port for the app on my instance. Truth is, I never changed the port myself. 24744 got set at some point after an update and was used for the remainder of time. This happened somewhen last year after an update to Sonarr, Radarr and Prowlarr, where I got all of them throw 502 error by nginx (due to ports having changed in the configs). I changed nginx config on Prowlarr and Sonarr and they updated just fine ever since, and have the correct port stored, just not Radarr.
[13:12:20] <Salamandar> https://github.com/YunoHost/yunohost/pull/2026 :|