Monday, December 19, 2022
support@conference.yunohost.org
December
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
 
             

[15:20:53] <gredin67> hi, what are we supposed to do after the migration to multi-admin ? Remove user `admin` from the Admins group? and erase `/home/admin` ?
[15:20:54] <Aleks (he/him/il/lui)> remove the legacy admin user once you confirm that the new admins work fine, yes
[15:20:56] <Aleks (he/him/il/lui)> (both in webadmin and ssh)
[15:21:08] <Aleks (he/him/il/lui)> and removing /home/admin is up to you depending if it contains data or not
[15:21:24] <Aleks (he/him/il/lui)> the webadmin will ask you about this, there's a checkbox in the deletion confirmation modal
[18:13:52] <gredin67> I removed the legacy admin yunohost user and purged cause no data, thanks!
[18:13:54] <gredin67> > <@gredin67:matrix.fdn.fr> I removed the legacy admin yunohost user and purged cause no data, thanks!

I posted instructions here https://forum.yunohost.org/t/yunohost-11-0-bullseye-release-sortie-de-yunohost-11-0-bullseye/20590/455
[18:45:55] <Johan> Hi. I'm having trouble updating an instance that I recently migrated to 11.0. This might be because during the migration I rebooted while stuff was still happening at the end after the web interface said "done". Now I get this:
```
$ sudo yunohost tools upgrade
Warning: unable to retrieve string to translate with key 'Uhoh ?! tools_upgrade should have 'apps' or 'system' value for argument target' for default locale 'locales/en.json' file (don't panic this is just a warning)
Error: Uhoh ?! tools_upgrade should have 'apps' or 'system' value for argument target
```
What can I do? 🇫🇷🇬🇧

[18:47:42] <Johan> (The "Don't touch anything for 10 minutes" message doesn't stay up on the page anymore and I forgot about it)
[18:48:11] <Johan> Since the migration I installed an app without any trouble though
[19:02:01] <Johan> ```
$ sudo yunohost --version
yunohost:
repo: stable
version: 11.0.10.2
yunohost-admin:
repo: stable
version: 11.0.11
moulinette:
repo: stable
version: 11.0.9
ssowat:
repo: stable
version: 11.0.9
```
[19:05:05] <Johan> Aaaaaaaaaaaaaaaaaaaaaaah I can't believe how thick I am, sorry 🙈
[19:16:31] <Johan> yunohost tools upgrade system worked fine. The reason I was looking for an actual bug was that I got a scary message on the web interface, telling me that there was a migration to be done when in fact there was none. But now everything seems to be fine.
[21:26:31] <max> does anyone know how to install themes on home assistant in yunohost
[21:26:39] <max> ?/
[21:27:35] <Guest8438> https://github.com/basnijholt/lovelace-ios-themes I want to install this
[21:27:38] <Guest8438> but I don't understand how to do that in yunohost
[21:34:53] <Guest8438> It also gives me "Unknown error" when I try to add a user
[21:49:20] <nolan[m]> Hmm, my SSL cert for Postfix seems to have expired, but the one for my same domain via the web seems fine. I'm assuming these share the same cert? If so, any idea why it might be valid for web requests but not for Postfix?
[21:50:50] <nolan[m]> Ugh, yeah, the cert it's serving Thunderbird expired yesterday.
[22:09:34] <Big Diggity> What would be the proper way to power on a yunohost machine automatically after a power outage? I repurposed a Dell PC to run yunohost. Is there a guide for this? I'm assuming I'd use something like WOL. I've never set up WOL before. Maybe there's a better way?
[22:21:30] <nolan[m]> Hmm, had to run `postmap -F /etc/postfix/sni` and also renewed the cert. Not sure if the renewal was necessary but I wonder if that postmap invocation was supposed to have run at some point.