You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Self hosting impler needs S3 object storage to store files. which is not everyone wants, including in built object storage like mino or localstack will help a lot to teams self hosting Impler.
The text was updated successfully, but these errors were encountered:
… setup script (#752)
### Description
- **Issue Fix**: Resolved issue #743 by adding support for Minio object
storage, enabling self-hosting for Impler.
- **Documentation Update**: Revised `CONTRIUTING.md` to reflect the
latest guidelines and processes.
- **Setup Script Fix**: Updated and corrected the setup script to ensure
a correct setup of the web part.
### Details
- Integrated Minio as an alternative object storage solution for those
who prefer or require self-hosting options. Adjusted the configuration
and ensured compatibility with existing workflows.
- Made several improvements to the `CONTRIBUTING.md` file, including
clearer instructions and updated requirements, making it easier for new
contributors to get started.
- Fixed issues in the setup script that were causing errors during
initial setup. This should improve the setup experience and reduce
friction for new developers.
### Testing
- Verified that Minio integrates seamlessly with the existing setup and
that all relevant functionalities are working as expected.
- Tested the revised setup script on multiple environments to ensure
consistent and error-free setup.
- Reviewed the updated `CONTRIBUTING.md` with a new contributor to
ensure clarity and completeness.
Resolves#743
Is your feature request related to a problem? Please describe.
Self hosting impler needs S3 object storage to store files. which is not everyone wants, including in built object storage like mino or localstack will help a lot to teams self hosting Impler.
The text was updated successfully, but these errors were encountered: