GitBrowser
GitBrowser
mainnginx-smart-httpsearch
/Directory.Build.props
Name Message Date
📁 .claude Move header up in header 28 days ago
📁 .config Fix logo deployment 22 days ago
📁 docs Simple directory page 1 month ago
📁 GitBrowser Mobile optimize file list 21 days ago
📁 GitBrowser.SyntaxHighlighter Add syntax highlighting 23 days ago
📄 .dockerignore Add fun logo 22 days ago
📄 .editorconfig Initial commit 1 month ago
📄 .gitignore Add fun logo 22 days ago
📄 Directory.Build.props Dockerize! 1 month ago
📄 Directory.Packages.props Image and Markdown previews 21 days ago
📄 entrypoint.sh WIP: I don't know 19 days ago
📄 GitBrowser.containerfile WIP: Nginx+FastCGI Smart HTTP clone 19 days ago
📄 GitBrowser.slnx Add syntax highlighting 23 days ago
📄 global.json Dockerize! 1 month ago
📄 nginx.conf WIP: I don't know 19 days ago
📄 README.md Simple directory page 1 month ago
📄 SmartHttpClone.containerfile WIP: AI AI AI 19 days ago
📄 Directory.Build.props
1 2 3 4 5 6 7 8 9 10
<Project>
  <PropertyGroup>
    <TargetFramework>net10.0</TargetFramework>
    <RuntimeIdentifiers>win-arm64;linux-x64</RuntimeIdentifiers>
    <ImplicitUsings>disable</ImplicitUsings>
    <Nullable>enable</Nullable>
    <RestorePackagesWithLockFile>true</RestorePackagesWithLockFile>
  </PropertyGroup>
</Project>