[00:41:08]
<Josh - norealnames.org> Changing the sshd port helps
[00:41:26]
<Josh - norealnames.org> I believe its in the YunoHost docs somewhere
[10:39:41]
<sqz> Hi I would like to package https://xrsh.isvery.ninja for yunohost.
So far I've experimented with https://github.com/YunoHost-Apps/helloworld_ynh and a physical pi 4, but I'd really prefer testing it automatically via git CI, docker or qemu.
Any suggestions? (I'm on nixos btw)
[10:59:55]
<orhtej2> > <@sqz:matrix.org> Hi I would like to package https://xrsh.isvery.ninja for yunohost.
> So far I've experimented with https://github.com/YunoHost-Apps/helloworld_ynh and a physical pi 4, but I'd really prefer testing it automatically via git CI, docker or qemu.
> Any suggestions? (I'm on nixos btw)
You can install ynh in vm/qemu and run package check there
[10:59:55]
<sqz> nice the appgenerator is great! Worth mentioning at https://doc.yunohost.org/en/packaging_apps imho.
[10:59:55]
<orhtej2> Also https://appgenerator.yunohost.org/ and https://github.com/YunoHost/example_ynh are good starting points
[11:04:38]
<Aleks (he/him/il/lui)> also yeah we have a CI to test the app automatically : https://doc.yunohost.org/fr/packaging_testing#continous-integration-ci
which we usually call by typing "!testme" i na comment on the app PR but that only works for apps in the yunohost-apps organization
[11:22:33]
<sqz> Kudos for an open minded look at integration (by not using docker/gitlab/github CI e.g.).
Its important to look at things from a file/mission-perspective, and not from a github UX or docker-perspective.
[11:22:57]
<sqz> Kudos for an open minded look at integration (I read something about not using docker/gitlab/github CI e.g.).
Its important to look at things from a file/mission-perspective, and not from a github UX or docker-perspective.
[11:45:52]
<sqz> btw. regarding "The app will be integrating LDAP" <--- can yunohost LDAP (slapd?) be accessed over https?
[13:34:47]
<Guillaume Bouzige> Hello, I am having trouble with Forgejo to interact with git repos since last migration to bookworm. My server is a rpi behind home router and reverse proxy caddy, I can access the webUI of forgejo but I cannot pull the git repo...I get unauthorized access. I am not sure how to find out why, I suspect the sso maybe. How can I check the sso rights per user and per app ?
[13:49:46]
<Guillaume Bouzige> I have similar issue with my_webdav app, I cannot login no more after migration
[14:35:17]
<sqz> (disclaimer: I'm a complete yunohost newbie) have you tried checking yunohost/slapd logs ?
[14:38:48]
<Guillaume Bouzige> yep I cant see the login error via git nowhere, i can see the webUI login yes
[14:39:34]
<Guillaume Bouzige> where can you see the slapd logs ?
[14:50:53]
<Guillaume Bouzige> after remove and re-install the mywebdav app I still cannot login neither...
[14:51:22]
<Guillaume Bouzige> both forgejo via git http and webdav are not letting me login
[14:53:39]
<Guillaume Bouzige> I get http 405 error on mywebdav
[15:24:44]
<orhtej2> > I get http 405 error on mywebdav
https://http.cat/405 not necessarily a problem
[15:30:42]
<Guillaume Bouzige> well I cant connect to my webdav that is indeed a problem
[15:37:41]
<satadaes> still having this error when trying to update
Extracting templates from packages: 100%
Setting up systemd (252.33-1~deb12u1) ...
Creating group 'staff' with GID 50.
/etc/gshadow: Group "staff" already exists.
dpkg: error processing package systemd (--configure):
installed systemd package post-installation script subprocess returned error exit status 1
Errors were encountered while processing:
systemd
E: Sub-process /usr/bin/dpkg returned an error code (1)
[15:37:56]
<satadaes> cant figure out why or how to solve
[15:39:55]
<satadaes> also, is there a way to backup a domain and it's subdomains & apps for migration to another server?
[15:55:39]
<Aleks (he/him/il/lui)> does "slapcat | grep staff" returns something ?