diff --git a/.github/workflows/weekly_stats.yaml b/.github/workflows/weekly_stats.yaml index 059cc0d45..4f8673e4c 100644 --- a/.github/workflows/weekly_stats.yaml +++ b/.github/workflows/weekly_stats.yaml @@ -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)" diff --git a/Stats b/Stats index 28fb8f8e1..587978d62 100644 --- a/Stats +++ b/Stats @@ -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 -- diff --git a/photoprism/Dockerfile b/photoprism/Dockerfile index cc4630c8d..22d64483d 100644 --- a/photoprism/Dockerfile +++ b/photoprism/Dockerfile @@ -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 # diff --git a/photoprism/config.json b/photoprism/config.json index 4172a5b1d..33524c265 100644 --- a/photoprism/config.json +++ b/photoprism/config.json @@ -101,5 +101,5 @@ ], "slug": "photoprism", "url": "https://github.com/alexbelgium/hassio-addons-test", - "version": "20220121-8" + "version": "20220121-reverted" } diff --git a/photoprism/updater.json b/photoprism/updater.json index db8b1725a..4a927c928 100644 --- a/photoprism/updater.json +++ b/photoprism/updater.json @@ -1,6 +1,7 @@ { "github_fulltag": "true", "last_update": "01-09-2022", + "paused": true, "repository": "alexbelgium/hassio-addons", "slug": "photoprism", "source": "dockerhub",