mirror of
https://github.com/avatao-content/baseimage-tutorial-framework
synced 2025-06-28 03:45:12 +00:00
Implement authentication key management
This commit is contained in:
@ -38,6 +38,7 @@ ENV PYTHONPATH="/usr/local/lib" \
|
||||
TFW_TERMINADO_DIR="/tmp/terminado_server" \
|
||||
TFW_FRONTEND_DIR="/srv/frontend" \
|
||||
TFW_SERVER_DIR="/srv/.tfw" \
|
||||
TFW_AUTH_KEY="/tmp/tfw-auth.key" \
|
||||
TFW_HISTFILE="/home/${AVATAO_USER}/.bash_history" \
|
||||
PROMPT_COMMAND="history -a"
|
||||
|
||||
|
Reference in New Issue
Block a user