Merge pull request #227 from naturallaw777/copilot/fix-btcpay-default-state

[WIP] Fix BTCPay Server default state in Node mode
This commit is contained in:
Sovran_Systems
2026-04-13 17:56:01 -05:00
committed by GitHub
6 changed files with 29 additions and 6 deletions

View File

@@ -291,7 +291,7 @@ _PORTS_ELEMENT_CALLING = _PORTS_WEB + [
SERVICE_PORT_REQUIREMENTS: dict[str, list[dict]] = {
# Infrastructure
"caddy.service": _PORTS_WEB,
"caddy.service": [],
# Communication
"matrix-synapse.service": _PORTS_MATRIX_FEDERATION,
"livekit.service": _PORTS_ELEMENT_CALLING,