mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-22 20:46:28 +01:00
Merge branch 'alexbelgium:master' into mailer_security
This commit is contained in:
2
.github/workflows/weekly_stats.yaml
vendored
2
.github/workflows/weekly_stats.yaml
vendored
@@ -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
3
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
|
||||
-
|
||||
|
||||
@@ -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 #
|
||||
|
||||
@@ -101,5 +101,5 @@
|
||||
],
|
||||
"slug": "photoprism",
|
||||
"url": "https://github.com/alexbelgium/hassio-addons-test",
|
||||
"version": "20220121-8"
|
||||
"version": "20220121-reverted"
|
||||
}
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
{
|
||||
"github_fulltag": "true",
|
||||
"last_update": "01-09-2022",
|
||||
"paused": true,
|
||||
"repository": "alexbelgium/hassio-addons",
|
||||
"slug": "photoprism",
|
||||
"source": "dockerhub",
|
||||
|
||||
Reference in New Issue
Block a user