SkillAgentSearch skills...

WebFileManager

Web app to browse files.

Install / Use

/learn @pozdrawiam/WebFileManager
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

WebFileManager

Web app to browse files on server.
Simple ASP.NET Core MVC project.

Features

  • browse directories
  • preview and download files
  • image thumbnails
  • multiple locations
  • light & dark mode

Branches

  • develop: current changes
  • main: stable, tested version

Dependencies

  • .Net 8
  • ImageSharp (for thumbnails)
  • frontend: pico.css
  • testing: NUnit, Moq

Configuration

Setup directories in appsettings.json:

"Storage": {
  "ListPageSize": 100,
  "Locations": [
    {
      "Name": "My dir 1",
      "Path": "C:\\Example\\Path\\1"
    }
  ]
}

Run from source

dotnet run --project Wfm.Web

Publish

dotnet publish Wfm.Web -c Release

or use build script from scripts directory.

Related Skills

View on GitHub
GitHub Stars4
CategoryDevelopment
Updated1y ago
Forks1

Languages

C#

Security Score

70/100

Audited on Mar 10, 2025

No findings