emuell / restic-browser

A GUI to browse and restore restic backup repositories.
MIT License
711 stars 22 forks source link

Support other s3 compatible servers. #52

Closed tbellembois closed 1 year ago

tbellembois commented 1 year ago

It would be great to be able to use other amazon s3 compatible providers such as OpenStack instances. Adding a field to specify the server URL should be enough to provide this functionality.

emuell commented 1 year ago

Shouldn't adding the URL as part of the bucket name already work?

e.g. Bucket (s3: ) https://some_domain:1234/my_repository

Unfortunately, I don't currently have access to an OpenStack or MiniIO instance to test this here.

tbellembois commented 1 year ago

Yes it works ! But just with some_domain:1234/my_repository.