b4571e140a
* Docker makefile latest * Release 1.4.0 * chore: Made oauth2 scopes required in CLI (#3165) * More "choosing a domain" revision (#3161) * Update missing inputmode numeric when adding a new TOTP. (#3160) * Improve OAuth2 authorisation ux (#3158) * Fix attribute scim sync attribute naming (#3159) * Change to text input and use numeric mode for TOTP prompts. (#3154) * Fix release note date and typos (#3153) * Release 1.4.0-pre * Release Notes (#3149) * Remove WASM (#3148) * Rewrite "choosing a domain", add other considerations (#3147) * Harmonize UI and remove unused css (#3033) * ripping out some extra packages (#3146) * OAuth2 Device flow foundations (#3098) * htmx by default (#3145) * Support reloading via systemd (#3144) * Chore: Refactor Groups to be more generic (#3136) * 20241024 1271 cert reload on SIGHUP (#3140) * Update docs, improve locking (#3141) * 2856 - use tags for containers on build (#3139) * Fix image when too smol (#3138) * yale's rabbit-hole-chasing-htmx-fixing-megapatch (#3135) * ipinfo should be single value (#3137) * Tidy the reauth ui (#3130) * Add missing schemas to get OpenAPI validation to pass. (#3129) * Change some OperationError into HTTP Bad Request (400). (#3125) * Bump the all group with 11 updates (#3127) OBS-URL: https://build.opensuse.org/package/show/network:idm/kanidm?expand=0&rev=65
14 lines
306 B
XML
14 lines
306 B
XML
<?xml version="1.0"?>
|
|
<constraints>
|
|
<hardware>
|
|
<processors>2</processors>
|
|
<memory>
|
|
<size unit="G">8</size>
|
|
</memory>
|
|
<disk>
|
|
<!-- Needed because OBS workers chronically run out of disk because sigghhh -->
|
|
<size unit="G">25</size>
|
|
</disk>
|
|
</hardware>
|
|
</constraints>
|