GitBrowser
GitBrowser
mainnginx-smart-httpsearch
/SmartHttpClone.containerfile
Name Message Date
📁 .claude Move header up in header 2 months ago
📁 .config Fix logo deployment 2 months ago
📁 docs Simple directory page 2 months ago
📁 GitBrowser Mobile optimize file list 2 months ago
📁 GitBrowser.SyntaxHighlighter Add syntax highlighting 2 months ago
📄 .dockerignore Add fun logo 2 months ago
📄 .editorconfig Initial commit 2 months ago
📄 .gitignore Add fun logo 2 months ago
📄 Directory.Build.props Dockerize! 2 months ago
📄 Directory.Packages.props Image and Markdown previews 2 months ago
📄 GitBrowser.containerfile WIP: Nginx+FastCGI Smart HTTP clone 2 months ago
📄 GitBrowser.slnx Add syntax highlighting 2 months ago
📄 global.json Dockerize! 2 months ago
📄 nginx.conf WIP: Nginx+FastCGI Smart HTTP clone 2 months ago
📄 README.md Simple directory page 2 months ago
📄 SmartHttpClone.containerfile WIP: Nginx+FastCGI Smart HTTP clone 2 months ago
📄 SmartHttpClone.containerfile
1 2 3 4 5 6
FROM nginx:1.29.3@sha256:553f64aecdc31b5bf944521731cd70e35da4faed96b2b7548a3d8e2598c52a42

RUN apt-get update && apt-get install -y git

COPY nginx.conf /etc/nginx/nginx.conf