Skip to content
Snippets Groups Projects
README.md 967 B
Newer Older
  • Learn to ignore specific revisions
  • Daniel Göbel's avatar
    Daniel Göbel committed
    # ProxyAPI-UI
    
    Jan Krüger's avatar
    Jan Krüger committed
    
    
    Jan Krüger's avatar
    Jan Krüger committed
    
    
    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
    
    Jan Krüger's avatar
    Jan Krüger committed
    
    
    Jan Krüger's avatar
    Jan Krüger committed
    
    
    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.
    
    Jan Krüger's avatar
    Jan Krüger committed
    
    
    
    | 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 |
    
    Jan Krüger's avatar
    Jan Krüger committed
    
    
    Jan Krüger's avatar
    Jan Krüger committed
    
    
    This service depends on multiple other services. See [DEVELOPING.md](DEVELOPING.md) how to set these up for developing
    on your local machine.