fickit: Allow remote-sync IP in firewall

This commit is contained in:
nemunaire 2024-03-24 21:22:35 +01:00
commit b4ec736948
2 changed files with 8 additions and 3 deletions

View file

@ -9,7 +9,8 @@ export IP_FIC_SRS_FR=$(host ${DOMAIN_NAME} | grep -o '\([0-9]\{1,3\}.\)\+')
export IPS_BACKEND="192.168.3.92/24\\n192.168.4.92/24\\n"
export IP_BACKEND_ROUTER="192.168.3.1"
export AIRBUS_BASEURL="https://..."
export AIRBUS_DESTINATION="..."
export AIRBUS_BASEURL="https://${AIRBUS_DESTINATION}/api"
export AIRBUS_TOKEN="abcdef0123456789abcdef0123456789"
export AIRBUS_SESSION_NAME="Forensique"
@ -145,6 +146,10 @@ TEMPLATE='
"perm": "0444",
"content": "${AIRBUS_BASEURL}"
},
"destination": {
"perm": "0444",
"content": "${AIRBUS_DESTINATION}"
},
"token": {
"perm": "0444",
"content": "${AIRBUS_TOKEN}"