Commit Graph

3 Commits

Author SHA1 Message Date
ac24eb6206 WIP: got the env variables to set in the php pod, need to make them dynamically be added rather than coded directly into lamp.rs 2025-05-01 16:23:58 -04:00
d7c17ceef9 feat: added app to fill a pvc in 1GB increments 2025-04-29 15:47:29 -04:00
7291db7ca3 feat(example/lamp): add LAMPScore and configuration support
- Introduce `LAMPScore` struct with additional fields: `domain`, `config`, and `php_version`.
- Define default implementation for `LAMPConfig`.
- Update `Url` enum to use `Url(url::Url)` instead of `Remote(url::Url)`.
- Adjust references in `HttpServer` and `TftpServer` implementations.
- Modify `Interpret` trait implementation to use `name()` method from `LAMPScore`.
2025-03-10 17:04:35 -04:00