panel public release

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
2026-07-15 01:26:41 -07:00
commit 295eb22826
2165 changed files with 301492 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
# Force LF on all shell scripts, Dockerfiles and entrypoints so a checkout on a
# Windows box (core.autocrlf=true) can never ship CRLF into a release tarball.
# CRLF in an entrypoint makes the shebang "#!/bin/bash\r", which the Linux kernel
# cannot exec ("no such file or directory") — it crash-loops every container.
*.sh text eol=lf
entrypoint.sh text eol=lf
Dockerfile text eol=lf
*.yaml text eol=lf
*.yml text eol=lf
install.sh text eol=lf