feat: add autoAcceptPeering instance setting with drizzle migration

Adds `auto_accept_peering` integer column (default 1/true) to the
`instance_settings` singleton table, controlling whether this instance
auto-accepts incoming peering requests. Includes generated migration
`0001_clear_earthquake.sql` applied automatically on server boot.
This commit is contained in:
Jannis Braun
2026-04-09 13:37:49 +02:00
parent ce0b2d0e15
commit b5dffba7ef
4 changed files with 3167 additions and 0 deletions
@@ -8,6 +8,13 @@
"when": 1775687181033,
"tag": "0000_initial",
"breakpoints": true
},
{
"idx": 1,
"version": "6",
"when": 1775734599940,
"tag": "0001_clear_earthquake",
"breakpoints": true
}
]
}