initial(old rep had backup files)

This commit is contained in:
Andrey Egorov
2025-08-08 19:45:10 +03:00
commit bd4d56d3af
16 changed files with 39805 additions and 0 deletions

5
tests/check-ips.sh Executable file
View File

@ -0,0 +1,5 @@
# List all extra fields
#ssh root@62.217.183.88 -t 'cd /var/lib/docker/volumes/fema_storage/_data; find -name params.json | while read file; do echo "$file - $(cat $file | jq ".EXTRA")"; done'
# List ips for volgabus
ssh root@62.217.183.88 -t 'cd /var/lib/docker/volumes/fema_storage/_data; find -name params.json | while read file; do echo "$file - $(cat $file | jq "if (.SYSTEM.REG_NUMBER | contains(\"АВТ\")) then .EXTRA else \"NONE\" end")"; done | grep -v NONE'