GitBrowser
GitBrowser
mainnginx-smart-httpsearch
/SmartHttpClone.containerfile
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
📄 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: Nginx+FastCGI Smart HTTP clone 19 days ago
📄 README.md Simple directory page 1 month ago
📄 SmartHttpClone.containerfile WIP: Nginx+FastCGI Smart HTTP clone 19 days 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