diff --git a/README.md b/README.md index 2d5b4a4..af46d8d 100644 --- a/README.md +++ b/README.md @@ -366,6 +366,7 @@ On RackNerd's Ubuntu 20.04, there's no `curl` by default, so `wget -O-` needs to |AlmaLinux | 8 | _failure (`tar` missing)_ | 2023-08-29 | |Ubuntu | 20.04 | **success** | 2023-08-29 | +<<<<<<< HEAD ### IBM Cloud VPC Remember that the SSH keys are not automatically generated/uploaded, so you need to create them as usual with `ssh-keygen` or some other means, @@ -384,3 +385,16 @@ apt install curl |Distribution| Name | Status | test date| |------------|--------|----------------------------|------------| |Debian | 12.6 | **success** | 2024-11-12 | +======= +### Webdock +Remember that you can not add SSH keys to the root user trough the web interface, +manually add a public key to `/root/.ssh/authorized_keys`. + +Make sure to set `PROVIDER=webdock` + +#### Tested on +|Distribution| Name | Status | test date| +|------------|--------|-----------|----------| +|Ubuntu | 20.04 | success |2024-10-26| +|Ubuntu | 22.04 | success |2024-10-26| +>>>>>>> pr-222 diff --git a/nixos-infect b/nixos-infect index d378b80..b72c2e5 100644 --- a/nixos-infect +++ b/nixos-infect @@ -396,7 +396,7 @@ fi [ "$PROVIDER" = "digitalocean" ] && doNetConf=y # digitalocean requires detailed network config to be generated [ "$PROVIDER" = "lightsail" ] && newrootfslabel="nixos" -if [[ "$PROVIDER" = "digitalocean" ]] || [[ "$PROVIDER" = "servarica" ]] || [[ "$PROVIDER" = "hetznercloud" ]]; then +if [[ "$PROVIDER" = "digitalocean" ]] || [[ "$PROVIDER" = "servarica" ]] || [[ "$PROVIDER" = "hetznercloud" ]] || [[ "$PROVIDER" = "webdock" ]]; then doNetConf=y # some providers require detailed network config to be generated fi