GitBrowser
GitBrowser
mainnginx-smart-httpsearch
/entrypoint.sh
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: I don't know 19 days ago
📄 entrypoint.sh
1 2 3 4 5 6 7 8 9
#!/bin/bash
set -e

# Start fcgiwrap (will run as current user when container runs as --user 1001:1001)
spawn-fcgi -s /var/run/fcgiwrap/fcgiwrap.socket -- /usr/sbin/fcgiwrap

# Start nginx in foreground
exec nginx -g 'daemon off;'