nold

Results 42 comments of nold

@abate: On alpine: I'm an oldschool linux admin, love the stability of debian and i'm used to it.. I've already seen ppl. building alpine images but i don't really like...

> **My suggestion is to change from /sshkeys/clients/_whatever_ to /sshkeys/_whatever_/id_rsa.pub** TL;DR: **No.** What if you're machine is called 'host'? we would have to move it somewhere else, to avoid collisions.....

hi, thanks for your contribution! :+1: I wrote some for this some time ago, too. See: https://github.com/Nold360/docker-borgserver/tree/f_git_integration But it just doesn't feel right to put so much complexity into a...

I used my C-Virus isolationtime today and tried to hack something together: https://github.com/Nold360/docker-borgserver/tree/f_init_container I split the container up into a init and server part. Basically the init-container gets never restarted...

Yea, that's true - but only because i had to work around the limitations of docker-compose. Otherwise we could move all the logic into the init-container. so kubernetes has to...

Hi, sorry, i really don't know. Did you figure it out yet? I guess it might be something with the owner/rights of the volumes. Or bad ssh-key format.

Hi, this should definitely work, if you have borg installed on your host system & run this script via your hosts crontab. A cron inside of the container doesn't exist....

> Can you test [OPL v1.2.0-Beta-1913-34f6d46](https://github.com/ps2homebrew/Open-PS2-Loader/releases/tag/latest) to see if the problem still exists? It's fixed in the latest release for me :) //Edit: Well, at least it's saying it saved...

Did you try deleting the whole realm? For me it seems like any modification of a realm [client scopes, federations, ..] only gets applied when the realm is created... //Edit:...

Well, you could use a custom image running as non-root but you would need the securityContext to specify fsGroup. And IDK if it would satisfy the PSP. Also there are...