diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 9872e7f..a335da8 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -5,7 +5,7 @@ on: tags: - 'v**' schedule: - - cron: '0 1 * * *' + - cron: '0 0 * * *' jobs: build: @@ -38,7 +38,7 @@ jobs: continue-on-error: false run: | # 3AM CET - since="$(date -d 'yesterday' +%Y-%m-%d) 01:00:00" + since="$(date -d 'yesterday' +%Y-%m-%d) 00:00:00" count=$(git rev-list --count --since="$since" --until=now HEAD) if [ "$count" -gt 0 ]; then echo "new_commits=true" >> $GITHUB_OUTPUT diff --git a/.github/workflows/build_docker.yml b/.github/workflows/build_docker.yml index 4b67c25..0d7cd11 100644 --- a/.github/workflows/build_docker.yml +++ b/.github/workflows/build_docker.yml @@ -5,7 +5,7 @@ on: tags: - 'v**' schedule: - - cron: '0 1 * * *' + - cron: '0 0 * * *' jobs: build-and-push-image: @@ -25,7 +25,7 @@ jobs: continue-on-error: false run: | # 3AM CET - since="$(date -d 'yesterday' +%Y-%m-%d) 01:00:00" + since="$(date -d 'yesterday' +%Y-%m-%d) 00:00:00" count=$(git rev-list --count --since="$since" --until=now HEAD) if [ "$count" -gt 0 ]; then echo "new_commits=true" >> $GITHUB_OUTPUT diff --git a/internal/handlers/home.go b/internal/handlers/home.go index 86e7206..10e941e 100644 --- a/internal/handlers/home.go +++ b/internal/handlers/home.go @@ -276,9 +276,6 @@ func (zr *Handlers) handleHome(resp http.ResponseWriter, req *http.Request) { Utilities -
- Share the link to get help -
Copy all your zurgtorrent files to your dump folder
@@ -295,6 +292,9 @@ func (zr *Handlers) handleHome(resp http.ResponseWriter, req *http.Request) { Debug +
+ Share the link to get help +