Sunday, November 30, 2025
support@conference.yunohost.org
November
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
             

[11:03:20] <Michele Agostinelli> I installed searxng package, i want to add my conf as override of the default one , because I don't want to loose it on any update. Is that possibile?
[11:49:58] <ewilly> > I installed searxng package, i want to add my conf as override of the default one , because I don't want to loose it on any update. Is that possibile?

It's already how it works, settings are not overwrited when upgrading
[13:09:07] <rodinux> I have loose SSO connexion on a Discourse after let too long time a function `read_only` on the admin... There is a solution explain using `rails c` but on a app shell I have try and found errors...
[13:13:08] <rodinux> Ok, I found it !!
[13:41:14] <rodinux> ```
yunohost app shell discourse
discourse@yuno:~/discourse$ RAILS_ENV=production bin/rails console
/opt/rbenv/versions/3.3.6/lib/ruby/3.3.0/kconv.rb:13: warning: /opt/rbenv/versions/3.3.6/lib/ruby/3.3.0/x86_64-linux/nkf.so was loaded from the standard library, but will no longer be part of the default gems starting from Ruby 3.4.0.
You can add nkf to your Gemfile or gemspec to silence this warning.
fatal: not a git repository (or any of the parent directories): .git
Loading production environment (Rails 8.0.2.1)
discourse(prod)> Discourse.disable_readonly_mode(Discourse::USER_READONLY_MODE_KEY)
=> true
discourse(prod)> quit