mirror of
https://github.com/aljazceru/cyphernode.git
synced 2026-01-31 10:14:35 +01:00
Showing onion address only when traefik torrified
This commit is contained in:
@@ -446,6 +446,7 @@ result="{${result}]}"
|
||||
echo "${result}" > /gatekeeper/installation.json
|
||||
|
||||
echo "EXIT_STATUS=${finalreturncode}" > /dist/exitStatus.sh
|
||||
<% if (features.indexOf('tor') != -1) { %>
|
||||
|
||||
<% if (features.indexOf('tor') !== -1 && torifyables && torifyables.indexOf('tor_traefik') !== -1) { %>
|
||||
echo "TOR_TRAEFIK_HOSTNAME=$(cat /dist/.cyphernodeconf/tor/traefik/hidden_service/hostname)" >> /dist/exitStatus.sh
|
||||
<% } %>
|
||||
|
||||
Reference in New Issue
Block a user