No description
rust:slim-bookworm doesn't include gcc, and aes-gcm's build deps (via cc-rs) need a C compiler. With --target x86_64-unknown-linux-gnu set explicitly, cc-rs looks for the cross-compiler 'x86_64-linux-gnu-gcc' instead of native 'gcc'. Fix: install gcc in the build stage and add a [target.x86_64-*] linker entry pointing to 'gcc' so cc-rs finds it on native x86_64 builds. https://claude.ai/code/session_01FKCW3FDjNFj6jve4niMFXH |
||
|---|---|---|
| builder | ||
| docs | ||
| infra | ||
| proxy | ||
| scripts | ||
| server | ||
| .dockerignore | ||
| .env.example | ||
| .gitattributes | ||
| .gitignore | ||
| Cargo.lock | ||
| Cargo.toml | ||
| README.md | ||
Be in control of YOUR apps and YOUR data
Features
- Deploy ANY containerized apps in seconds
- Builtin security
- Builtin postgres
- Uses podman for app isolation
- Runs on your hardware (linux vm/host)
- Integrate with git using github webhooks or add your own git remote
- automatic redeployment after git push
- Builtin ssl. Automatically provisioned using let's encrypt.