Newer
Older
## 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
The docker container replaces them in the `env.template.js` file and moves that file to the same location as the `index.html`.
When accessing the website, these variables will be loaded dynamically into the application.
| Variable | Default | Value | Description |
|-----------------|---------|-----------|----------------------------------------|
| `API_BASE_URL` | unset | HTTP URL | Base URL for the API as backend |
| `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](DEVELOPING.md) how to set these up for developing
on your local machine.