Skip to content
Snippets Groups Projects
Daniel Göbel's avatar
Daniel Göbel authored
Resolve "Refactor buckets into pinia store"

Closes #28 and #29

See merge request denbi/object-storage-access-ui!23
7788bfbd
History

ProxyAPI-UI

Description

This is the Frontend to manage your S3 Buckets and start Workflows. For further information visit the repository for the backend https://gitlab.ub.uni-bielefeld.de/denbi/object-storage-access

Environment Variables

These needs to be present when bundling the JavaScript files.
This needs to be considered when building docker images.

Variable Default Value Description
VITE_API_BASE_URL http://localhost:9999/api HTTP URL Base URL for the API as backend
VITE_S3_URL unset HTTP URL URL of the S3 storage to interact with

Getting started

This service depends on multiple other services. See DEVELOPING.md how to set these up for developing on your local machine.