[03:03:02]
<CipherSight> Hello I created a PR in Rocketchat repo, it was in broken status and outdated. Hope some admin can check and merge it. Thanks
https://github.com/YunoHost-Apps/rocketchat_ynh/pull/230
[07:37:34]
<niklas> Hi all, has theme support been removed with ynh 12?
[07:46:25]
<niklas> oh I see, it has been moved to domain settings
[07:46:25]
<tituspijean> No, it has not. You can select pre-set themes from a list, upload a custom logo and welcome message, and if you need further customization you can input custom CSS (all from the webadmin).
[11:44:26]
<colm> Hi folx, I'm looking for any reports of ynh_gitlab being incompatible or failing after the upgrade to YNH12? My installation of gitlab seems inaccessibe (returning a 403) and any change I try to make to the settings seem to be blocked by this permission issue ` WARNING - /usr/bin/env: ‘/opt/gitlab/embedded/bin/bundle’: Permission denied`
I've documented one issue (unable to upgrade) here: https://github.com/YunoHost-Apps/gitlab_ynh/issues/271
And here are the full logs for the latest attempt at changing settings: https://paste.yunohost.org/raw/acarecazil
Any thoughts? Thank you!
[12:10:11]
<colm> > <@colm:matrix.org> Hi folx, I'm looking for any reports of ynh_gitlab being incompatible or failing after the upgrade to YNH12? My installation of gitlab seems inaccessibe (returning a 403) and any change I try to make to the settings seem to be blocked by this permission issue ` WARNING - /usr/bin/env: ‘/opt/gitlab/embedded/bin/bundle’: Permission denied`
>
> I've documented one issue (unable to upgrade) here: https://github.com/YunoHost-Apps/gitlab_ynh/issues/271
>
> And here are the full logs for the latest attempt at changing settings: https://paste.yunohost.org/raw/acarecazil
>
> Any thoughts? Thank you!
Some progress: I found out about the `gitlab-ctl` CLI tool that seems to be bundled with ynh_gitlab, and running the `status` operation indicates that many of gitlab's services were completely down. I attempted a `gitlab-ctl upgrade` which indicated that `postgres` was missing.
I noted that [this post on the forum](https://forum.yunohost.org/t/yunohost-12-0-bookworm-release-sortie-de-yunohost-12-0-bookworm/31673/126) had the same issue, so I `apt install postgresql-15-postgis-3 postgresql-15-postgis-3-scripts` and reran the `upgrade` which seemed to run successfully... Or so I thought.
Gitlab's status is still mostly down, and I also am still running into the same permission issue described above.
```
admin@server:~ $ sudo gitlab-ctl status
down: alertmanager: 1s, normally up, want up; run: log: (pid 2106) 157590s
down: gitaly: 1s, normally up, want up; run: log: (pid 2100) 157590s
down: gitlab-exporter: 1s, normally up, want up; run: log: (pid 2115) 157590s
down: gitlab-kas: 1s, normally up, want up; run: log: (pid 2112) 157590s
down: gitlab-workhorse: 1s, normally up, want up; run: log: (pid 2102) 157590s
run: logrotate: (pid 3409175) 152s; run: log: (pid 2113) 157590s
run: nginx: (pid 3409181) 152s; run: log: (pid 2103) 157590s
down: node-exporter: 1s, normally up, want up; run: log: (pid 2116) 157590s
down: postgres-exporter: 1s, normally up, want up; run: log: (pid 2101) 157590s
down: postgresql: 1s, normally up, want up; run: log: (pid 2135) 157590s
down: prometheus: 1s, normally up, want up; run: log: (pid 2104) 157590s
down: puma: 1s, normally up, want up; run: log: (pid 2109) 157590s
down: redis: 1s, normally up, want up; run: log: (pid 2118) 157590s
down: redis-exporter: 1s, normally up, want up; run: log: (pid 2114) 157590s
down: sidekiq: 1s, normally up, want up; run: log: (pid 2117) 157590s
```
[17:10:28]
<boipisigre> Bravo pour l'adoption des **passkey** sur la connexion au forum.👍️
[17:12:18]
<tituspijean> merci à discourse, on a rien fait de particulier 😅
[17:13:02]
<Aleks (he/him/il/lui)> https://i.imgflip.com/9cvhts.jpg
[17:18:06]
<niklas> when editing a user account in webadmin the username field is editable but changing the username has no effect. Should it be possible to change the username?
[17:18:27]
<Aleks (he/him/il/lui)> nope
[17:19:15]
<tituspijean> mmh that field should be disabled/grayed out
[17:19:45]
<Aleks (he/him/il/lui)> created an issue : https://github.com/YunoHost/issues/issues/2495
[17:20:51]
<niklas> is there a hacky/inofficial way to change usernames? Or should I just delete and recreate users in that case?
[17:22:28]
<Aleks (he/him/il/lui)> you should delete/recreate the user
[17:23:13]
<tituspijean> uh, weird, there is a `disabled: true` key in that field code :/
[17:23:49]
<niklas> I'm sure I've seen it displayed as disabled before
[17:23:52]
<Aleks (he/him/il/lui)> probably some subtle change related to vue3 or something
[17:24:51]
<niklas> yeah it's disabled in 11.3.0.2, but in 12.0.6 it's editable
[17:25:13]
<niklas> the perks of running multiple yunohosts and being lazy ^^