sync public key back to the main server post-provision, once a new server is added sync the internal ips to all others

This commit is contained in:
2025-04-07 12:58:22 +01:00
parent e15a80163b
commit 63d506370b
4 changed files with 63 additions and 2 deletions

View File

@@ -24,6 +24,7 @@ return new class extends Migration
$table->string('provider_status');
$table->string('internal_ip');
$table->integer('internal_ip_ending');
$table->text('internal_public_key')->nullable();
$table->string('status');
$table->string('region');
$table->string('os');