Mathias Ringhof
Mathias Ringhof
@Kimi450 you can use an older version of Postgres like so: ``` helm install postgresql bitnami/postgresql \ --set image.tag=11 \ --set auth.username=guacamole \ --set auth.password=password \ --set auth.postgresPassword=password \ --set...
In the default install "allow_totp_2fa" is of type string. When you remove and add "allow_totp_2fa" it's now of type boolean and setting it to true gets you the TOTP 2fa...
Did you rebase to the signed image as described here? https://github.com/ublue-os/ucore?tab=readme-ov-file#verified-image-updates
I installed uCore HCI yesterday and this is the output I"m seeing: ```[mathias@testing var]$ ls -ldZ /var/home /home lrwxrwxrwx. 1 root root system_u:object_r:home_root_t:s0 8 Jan 1 1970 /home -> var/home...
I recently looked again at uCore as a base for k3s as CoreOS appeals to me but I need/want ZFS. Using the latest LTS kernel seems to be working well...