mirror of
https://github.com/FoggedLens/deflock.git
synced 2026-02-12 15:02:45 +00:00
Added "view image" button, if a wikimedia commons tag is present on node. (#78)
* Added "view image" button, if a wikimedia commons tag is present. * show thumbnail, prevent 'LPR LPR' --------- Co-authored-by: Will Freeman <hohosanta@me.com>
This commit is contained in:
@@ -20,7 +20,7 @@ docker buildx build --platform linux/arm64 -t $ECR_REPO_URL:latest --load .
|
||||
docker push $ECR_REPO_URL:latest
|
||||
|
||||
# update lambda function
|
||||
# export AWS_PAGER=""
|
||||
# aws lambda update-function-code --function-name alpr_cache --image-uri $ECR_REPO_URL:latest
|
||||
export AWS_PAGER=""
|
||||
aws lambda update-function-code --function-name alpr_cache --image-uri $ECR_REPO_URL:latest
|
||||
|
||||
echo "Deployed!"
|
||||
|
||||
@@ -38,7 +38,8 @@ WHITELISTED_TAGS = [
|
||||
"camera:direction",
|
||||
"surveillance:brand",
|
||||
"surveillance:operator",
|
||||
"surveillance:manufacturer"
|
||||
"surveillance:manufacturer",
|
||||
"wikimedia_commons"
|
||||
]
|
||||
|
||||
def get_all_nodes():
|
||||
|
||||
Reference in New Issue
Block a user