feat(element): support podman-based deployment

This commit is contained in:
2024-09-19 18:44:31 +02:00
parent e35f040229
commit c29c7ded3f
3 changed files with 24 additions and 1 deletions

View File

@ -6,10 +6,10 @@ Deploy the [element web-app](https://element.io/)
using the following supported methods by setting `element_deployment_method` to it:
- [`docker` (docs)](docs/docker.md) (default)
- `podman`
Planned deployment methods:
- `podman`
- `tarball`
- `nginx`
- `apache2`