Skip to content

Adds context path (url prefix, sub path) of Apache Superset by NGINX reverse proxy and sub_filter.

License

Notifications You must be signed in to change notification settings

emesday/prefixed-superset

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

prefixed-superset

Adds context path (url prefix, sub path) of Apache Superset by NGINX reverse proxy and sub_filter.

How to use

Start a superset and nginx

with awesome(default) context path

$ docker-compose up -d 

or

with the context path mysuperset

$ SUPERSET_CONTEXT_PATH=mysuperset docker-compose up -d

Load examples

$ docker exec -it prefixed_superset superset load_examples

Accesss

1. Direct access (for testing)

http://localhost:8080

2. With context path

http://localhost/awesome/superset/welcome/ or http://localhost/${SUPERSET_CONTEXT_PATH}/superset/welcome/

Stop the superset and nginx

$ docker-compose down

About

Adds context path (url prefix, sub path) of Apache Superset by NGINX reverse proxy and sub_filter.

Topics

Resources

License

Stars

Watchers

Forks