@model LndServicesViewModel @{ ViewData.SetActivePageAndTitle(ServerNavPages.Services, $"C-Lightning {Model.ConnectionType}"); }

@ViewData["Title"]

@if (!ViewContext.ModelState.IsValid) {
}

BTCPay exposes Clightning-Rest's service for outside consumption, you will find connection information here.

Compatible wallets
Zeus
Zeus
QR Code connection

You can use this QR Code to connect external software to your C-Lightning instance.
This QR Code is only valid for 10 minutes

@if (Model.QRCode == null) {
} else {

See QR Code information by clicking here

Click here to open the configuration file.
}
More details...

Alternatively, you can see the settings by clicking here

@if (Model.Uri == null) {
} else {
} @if (Model.Macaroon != null) {
} @if (Model.AdminMacaroon != null) {
} @if (Model.InvoiceMacaroon != null) {
} @if (Model.ReadonlyMacaroon != null) {
} @if (Model.GRPCSSLCipherSuites != null) {
} @if (Model.CertificateThumbprint != null) {
}
@section PageFootContent { @if (Model.QRCode != null) { } }