@model BTCPayServer.Storage.Services.Providers.FileSystemStorage.Configuration.FileSystemStorageConfiguration @{ ViewData.SetLayoutModel(new LayoutModel(nameof(ServerNavPages.Files), StringLocalizer["Local Filesystem Storage"]) .SetCategory(WellKnownCategories.Server)); ViewData.SetBreadcrumbs([ new(StringLocalizer["Files"], Action: nameof(BTCPayServer.Controllers.UIServerController.Files)), new(StringLocalizer["Storage Provider"], Action: nameof(BTCPayServer.Controllers.UIServerController.Storage)), new(StringLocalizer["Provider"], Active: true) ]); }

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

@section PageFootContent { }