Yonas Yanfa
Yonas Yanfa
What's the difficulty of supporting FreeBSD?
@hardfist Github supports FreeBSD: https://github.com/marketplace/actions/freebsd-vm
@lambda-fairy Can you please merge https://github.com/lambda-fairy/maud/pull/442
@dmgorsky Thanks, but those are not sufficient. I want to pass in the organization since I have multiple orgs.
@anoldguy You're right, implementing [List Organization Repositories](https://docs.github.com/en/rest/repos/repos?apiVersion=2022-11-28#list-organization-repositories) would work for me.
Is this ready to be committed? I recommend calling it `before_task` and `after_task`.
We should add support for reading /etc/shadow on FreeBSD: `Jun 5 16:42:34 server1 kanidm_unixd[95447]: 00000000-0000-0000-0000-000000000000 WARN M-^_M-^Z [warn]: Unable to read /etc/shadow, some features will be disabled. | err: Os...
The main difference between /etc/group on FreeBSD and Linux seems to be FreeBSD uses `*` where Linux uses `x`: ## FreeBSD ```sh # $FreeBSD$ # wheel:*:0:root,yonas,kanidm daemon:*:1: kmem:*:2: sys:*:3: tty:*:4:...
@yaleman Thanks!
`cargo binstall uv` would also be nice.