Skip to content
Snippets Groups Projects
README.md 958 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
    
    
    These needs to be present when bundling the JavaScript files.   
    This needs to be considered when building docker images.  
    
    Jan Krüger's avatar
    Jan Krüger committed
    
    
    | 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 |
    
    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.