Merge branch 'alexbelgium:master' into mailer_security

This commit is contained in:
NODeeJay
2022-12-09 22:54:55 +01:00
committed by GitHub
5 changed files with 6 additions and 6 deletions

View File

@@ -82,7 +82,7 @@ jobs:
sed -i "/$SLUG/s|^-|$DOWNLOADS|" "$file"
# Sort file
sort -k1 -r -n "$file" > tmp && mv tmp "$file"
(head -n 2 "$file" && tail -n +3 "$file" | sort -k1 -r -n) > tmp && mv tmp "$file"
#sed -i "1i Name Total armv7 amd64 aarch64" "$file"
#TOTAL="$(awk '{SUM+=$2}END{print SUM}' Stats)"

3
Stats
View File

@@ -1,5 +1,5 @@
2022-12-08 Date
3691 TOTAL
2022-12-09 Date
555 portainer
313 epicgamesfree
264 filebrowser
@@ -67,4 +67,3 @@
4 ombi
3 mylar3
1 requestrr
-

View File

@@ -16,8 +16,8 @@
ARG BUILD_FROM
ARG BUILD_VERSION
ARG BUILD_UPSTREAM="20220121"
FROM photoprism/photoprism:latest
ARG BUILD_UPSTREAM="221105-jammy"
FROM photoprism/photoprism:$BUILD_UPSTREAM
##################
# 2 Modify Image #

View File

@@ -101,5 +101,5 @@
],
"slug": "photoprism",
"url": "https://github.com/alexbelgium/hassio-addons-test",
"version": "20220121-8"
"version": "20220121-reverted"
}

View File

@@ -1,6 +1,7 @@
{
"github_fulltag": "true",
"last_update": "01-09-2022",
"paused": true,
"repository": "alexbelgium/hassio-addons",
"slug": "photoprism",
"source": "dockerhub",