Skip to content
This repository has been archived by the owner on Dec 31, 2019. It is now read-only.

Latest commit

 

History

History
19 lines (12 loc) · 532 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 532 Bytes

federated-service-data

Module filter access on application running on port 8080 to filtering Edugain on 80. and provide access to data directory to parse and download file at /data.

export DEAMON_OR_ITERACTIVE=it
export ALLOWED_EMAIL_SPACE_SEPARATED_VALUES="john.doe@no.where bowie@space.oddity"

#don't forget to adujst TARGET_FQDN, TARGET_PORT, and TARGET_PATH
export TARGET_PATH=/

# Set directory to parse on url <ip>/data, by default is '/root/mydisk'
export DATA_DIR=/root/mydisk

./startServiceData.sh