mirror of
https://github.com/MHSanaei/3x-ui.git
synced 2026-06-27 19:50:56 +00:00
Remove the release-driven Packer AMI/qcow2 pipeline and everything that existed only to feed it: the image.yml workflow, deploy/packer, deploy/lightsail, deploy/firstboot, the AWS Marketplace checklist, and the first-boot smoke test/job. Keep the cloud-agnostic unattended-install path (cloud-init + install.sh non-interactive) and the Hetzner notes, which never depended on the workflow. Hetzner's snapshot path is dropped too since it relied on firstboot to avoid admin/admin on clones; cloud-init regenerates per-instance credentials on its own. Update deploy/README, the cloud-init and Hetzner docs, the root README plus its six translations, and .gitattributes to match.
9 lines
No EOL
312 B
Text
9 lines
No EOL
312 B
Text
*.sh text eol=lf
|
|
DockerInit.sh text eol=lf
|
|
DockerEntrypoint.sh text eol=lf
|
|
frontend/src/generated/** text eol=lf
|
|
frontend/public/openapi.json text eol=lf
|
|
frontend/src/test/__snapshots__/** text eol=lf
|
|
|
|
# Cloud-init deploy assets are consumed on Linux — force LF regardless of host.
|
|
deploy/**/*.yaml text eol=lf |