@model BTCPayServer.Storage.Services.Providers.FileSystemStorage.Configuration.FileSystemStorageConfiguration @{ ViewData.SetActivePageAndTitle(ServerNavPages.Services, $"Storage - Local Filesystem"); }

Any uploaded files are being saved on the same machine that hosts BTCPay; please pay attention to your storage space.

@section Scripts { @await Html.PartialAsync("_ValidationScriptsPartial") }