Compare commits

...

2 Commits

Author SHA1 Message Date
Gaxinto Theodorio
280ef6c849 feat: update workflow files with ntfy notifications
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 6s
2025-05-06 23:38:59 -04:00
Gaxinto Theodorio
2721808914 feat: add ntfy notifications to all workflow files 2025-05-06 23:38:31 -04:00
29 changed files with 141 additions and 29 deletions

View File

@ -22,4 +22,8 @@ jobs:
port: ${{ secrets.PORT }}
script: |
cd /home/geezo/docker_containers && \
./restart_container.sh ${{ env.app_folder }}
if ./restart_container.sh ${{ env.app_folder }}; then
curl -H "Title: Docker Container Update" -H "Priority: high" -H "Tags: docker,success" -d "Successfully updated ${{ env.app_folder }} container" https://ntfy.geezo.site/docker
else
curl -H "Title: Docker Container Update" -H "Priority: urgent" -H "Tags: docker,error" -d "Failed to update ${{ env.app_folder }} container" https://ntfy.geezo.site/docker
fi

View File

@ -22,4 +22,8 @@ jobs:
port: ${{ secrets.PORT }}
script: |
cd /home/geezo/docker_containers && \
./restart_container.sh ${{ env.app_folder }}
if ./restart_container.sh ${{ env.app_folder }}; then
curl -H "Title: Docker Container Update" -H "Priority: high" -H "Tags: docker,success" -d "Successfully updated ${{ env.app_folder }} container" https://ntfy.geezo.site/docker
else
curl -H "Title: Docker Container Update" -H "Priority: urgent" -H "Tags: docker,error" -d "Failed to update ${{ env.app_folder }} container" https://ntfy.geezo.site/docker
fi

View File

@ -22,4 +22,8 @@ jobs:
port: ${{ secrets.PORT }}
script: |
cd /home/geezo/docker_containers && \
./restart_container.sh ${{ env.app_folder }}
if ./restart_container.sh ${{ env.app_folder }}; then
curl -H "Title: Docker Container Update" -H "Priority: high" -H "Tags: docker,success" -d "Successfully updated ${{ env.app_folder }} container" https://ntfy.geezo.site/docker
else
curl -H "Title: Docker Container Update" -H "Priority: urgent" -H "Tags: docker,error" -d "Failed to update ${{ env.app_folder }} container" https://ntfy.geezo.site/docker
fi

View File

@ -22,4 +22,8 @@ jobs:
port: ${{ secrets.PORT }}
script: |
cd /home/geezo/docker_containers && \
./restart_container.sh ${{ env.app_folder }}
if ./restart_container.sh ${{ env.app_folder }}; then
curl -H "Title: Docker Container Update" -H "Priority: high" -H "Tags: docker,success" -d "Successfully updated ${{ env.app_folder }} container" https://ntfy.geezo.site/docker
else
curl -H "Title: Docker Container Update" -H "Priority: urgent" -H "Tags: docker,error" -d "Failed to update ${{ env.app_folder }} container" https://ntfy.geezo.site/docker
fi

View File

@ -22,4 +22,8 @@ jobs:
port: ${{ secrets.PORT }}
script: |
cd /home/geezo/docker_containers && \
./restart_container.sh ${{ env.app_folder }}
if ./restart_container.sh ${{ env.app_folder }}; then
curl -H "Title: Docker Container Update" -H "Priority: high" -H "Tags: docker,success" -d "Successfully updated ${{ env.app_folder }} container" https://ntfy.geezo.site/docker
else
curl -H "Title: Docker Container Update" -H "Priority: urgent" -H "Tags: docker,error" -d "Failed to update ${{ env.app_folder }} container" https://ntfy.geezo.site/docker
fi

View File

@ -22,4 +22,8 @@ jobs:
port: ${{ secrets.PORT }}
script: |
cd /home/geezo/docker_containers && \
./restart_container.sh ${{ env.app_folder }}
if ./restart_container.sh ${{ env.app_folder }}; then
curl -H "Title: Docker Container Update" -H "Priority: high" -H "Tags: docker,success" -d "Successfully updated ${{ env.app_folder }} container" https://ntfy.geezo.site/docker
else
curl -H "Title: Docker Container Update" -H "Priority: urgent" -H "Tags: docker,error" -d "Failed to update ${{ env.app_folder }} container" https://ntfy.geezo.site/docker
fi

View File

@ -22,4 +22,8 @@ jobs:
port: ${{ secrets.PORT }}
script: |
cd /home/geezo/docker_containers && \
./restart_container.sh ${{ env.app_folder }}
if ./restart_container.sh ${{ env.app_folder }}; then
curl -H "Title: Docker Container Update" -H "Priority: high" -H "Tags: docker,success" -d "Successfully updated ${{ env.app_folder }} container" https://ntfy.geezo.site/docker
else
curl -H "Title: Docker Container Update" -H "Priority: urgent" -H "Tags: docker,error" -d "Failed to update ${{ env.app_folder }} container" https://ntfy.geezo.site/docker
fi

View File

@ -22,4 +22,8 @@ jobs:
port: ${{ secrets.PORT }}
script: |
cd /home/geezo/docker_containers && \
./restart_container.sh ${{ env.app_folder }}
if ./restart_container.sh ${{ env.app_folder }}; then
curl -H "Title: Docker Container Update" -H "Priority: high" -H "Tags: docker,success" -d "Successfully updated ${{ env.app_folder }} container" https://ntfy.geezo.site/docker
else
curl -H "Title: Docker Container Update" -H "Priority: urgent" -H "Tags: docker,error" -d "Failed to update ${{ env.app_folder }} container" https://ntfy.geezo.site/docker
fi

View File

@ -22,4 +22,8 @@ jobs:
port: ${{ secrets.PORT }}
script: |
cd /home/geezo/docker_containers && \
./restart_container.sh ${{ env.app_folder }}
if ./restart_container.sh ${{ env.app_folder }}; then
curl -H "Title: Docker Container Update" -H "Priority: high" -H "Tags: docker,success" -d "Successfully updated ${{ env.app_folder }} container" https://ntfy.geezo.site/docker
else
curl -H "Title: Docker Container Update" -H "Priority: urgent" -H "Tags: docker,error" -d "Failed to update ${{ env.app_folder }} container" https://ntfy.geezo.site/docker
fi

View File

@ -22,4 +22,8 @@ jobs:
port: ${{ secrets.PORT }}
script: |
cd /home/geezo/docker_containers && \
./restart_container.sh ${{ env.app_folder }} \
if ./restart_container.sh ${{ env.app_folder }}; then
curl -H "Title: Docker Container Update" -H "Priority: high" -H "Tags: docker,success" -d "Successfully updated ${{ env.app_folder }} container" https://ntfy.geezo.site/docker
else
curl -H "Title: Docker Container Update" -H "Priority: urgent" -H "Tags: docker,error" -d "Failed to update ${{ env.app_folder }} container" https://ntfy.geezo.site/docker
fi \

View File

@ -22,4 +22,8 @@ jobs:
port: ${{ secrets.PORT }}
script: |
cd /home/geezo/docker_containers && \
./restart_container.sh ${{ env.app_folder }}
if ./restart_container.sh ${{ env.app_folder }}; then
curl -H "Title: Docker Container Update" -H "Priority: high" -H "Tags: docker,success" -d "Successfully updated ${{ env.app_folder }} container" https://ntfy.geezo.site/docker
else
curl -H "Title: Docker Container Update" -H "Priority: urgent" -H "Tags: docker,error" -d "Failed to update ${{ env.app_folder }} container" https://ntfy.geezo.site/docker
fi

View File

@ -22,4 +22,8 @@ jobs:
port: ${{ secrets.PORT }}
script: |
cd /home/geezo/docker_containers && \
./restart_container.sh ${{ env.app_folder }}
if ./restart_container.sh ${{ env.app_folder }}; then
curl -H "Title: Docker Container Update" -H "Priority: high" -H "Tags: docker,success" -d "Successfully updated ${{ env.app_folder }} container" https://ntfy.geezo.site/docker
else
curl -H "Title: Docker Container Update" -H "Priority: urgent" -H "Tags: docker,error" -d "Failed to update ${{ env.app_folder }} container" https://ntfy.geezo.site/docker
fi

View File

@ -22,4 +22,8 @@ jobs:
port: ${{ secrets.PORT }}
script: |
cd /home/geezo/docker_containers && \
./restart_container.sh ${{ env.app_folder }}
if ./restart_container.sh ${{ env.app_folder }}; then
curl -H "Title: Docker Container Update" -H "Priority: high" -H "Tags: docker,success" -d "Successfully updated ${{ env.app_folder }} container" https://ntfy.geezo.site/docker
else
curl -H "Title: Docker Container Update" -H "Priority: urgent" -H "Tags: docker,error" -d "Failed to update ${{ env.app_folder }} container" https://ntfy.geezo.site/docker
fi

View File

@ -22,4 +22,8 @@ jobs:
port: ${{ secrets.PORT }}
script: |
cd /home/geezo/docker_containers && \
./restart_container.sh ${{ env.app_folder }}
if ./restart_container.sh ${{ env.app_folder }}; then
curl -H "Title: Docker Container Update" -H "Priority: high" -H "Tags: docker,success" -d "Successfully updated ${{ env.app_folder }} container" https://ntfy.geezo.site/docker
else
curl -H "Title: Docker Container Update" -H "Priority: urgent" -H "Tags: docker,error" -d "Failed to update ${{ env.app_folder }} container" https://ntfy.geezo.site/docker
fi

View File

@ -22,4 +22,8 @@ jobs:
port: ${{ secrets.PORT }}
script: |
cd /home/geezo/docker_containers && \
./restart_container.sh ${{ env.app_folder }}
if ./restart_container.sh ${{ env.app_folder }}; then
curl -H "Title: Docker Container Update" -H "Priority: high" -H "Tags: docker,success" -d "Successfully updated ${{ env.app_folder }} container" https://ntfy.geezo.site/docker
else
curl -H "Title: Docker Container Update" -H "Priority: urgent" -H "Tags: docker,error" -d "Failed to update ${{ env.app_folder }} container" https://ntfy.geezo.site/docker
fi

View File

@ -22,4 +22,8 @@ jobs:
port: ${{ secrets.PORT }}
script: |
cd /home/geezo/docker_containers && \
./restart_container.sh ${{ env.app_folder }}
if ./restart_container.sh ${{ env.app_folder }}; then
curl -H "Title: Docker Container Update" -H "Priority: high" -H "Tags: docker,success" -d "Successfully updated ${{ env.app_folder }} container" https://ntfy.geezo.site/docker
else
curl -H "Title: Docker Container Update" -H "Priority: urgent" -H "Tags: docker,error" -d "Failed to update ${{ env.app_folder }} container" https://ntfy.geezo.site/docker
fi

View File

@ -22,4 +22,8 @@ jobs:
port: ${{ secrets.PORT }}
script: |
cd /home/geezo/docker_containers && \
./restart_container.sh ${{ env.app_folder }}
if ./restart_container.sh ${{ env.app_folder }}; then
curl -H "Title: Docker Container Update" -H "Priority: high" -H "Tags: docker,success" -d "Successfully updated ${{ env.app_folder }} container" https://ntfy.geezo.site/docker
else
curl -H "Title: Docker Container Update" -H "Priority: urgent" -H "Tags: docker,error" -d "Failed to update ${{ env.app_folder }} container" https://ntfy.geezo.site/docker
fi

View File

@ -22,4 +22,8 @@ jobs:
port: ${{ secrets.PORT }}
script: |
cd /home/geezo/docker_containers && \
./restart_container.sh ${{ env.app_folder }}
if ./restart_container.sh ${{ env.app_folder }}; then
curl -H "Title: Docker Container Update" -H "Priority: high" -H "Tags: docker,success" -d "Successfully updated ${{ env.app_folder }} container" https://ntfy.geezo.site/docker
else
curl -H "Title: Docker Container Update" -H "Priority: urgent" -H "Tags: docker,error" -d "Failed to update ${{ env.app_folder }} container" https://ntfy.geezo.site/docker
fi

View File

@ -22,4 +22,8 @@ jobs:
port: ${{ secrets.PORT }}
script: |
cd /home/geezo/docker_containers && \
./restart_container.sh ${{ env.app_folder }}
if ./restart_container.sh ${{ env.app_folder }}; then
curl -H "Title: Docker Container Update" -H "Priority: high" -H "Tags: docker,success" -d "Successfully updated ${{ env.app_folder }} container" https://ntfy.geezo.site/docker
else
curl -H "Title: Docker Container Update" -H "Priority: urgent" -H "Tags: docker,error" -d "Failed to update ${{ env.app_folder }} container" https://ntfy.geezo.site/docker
fi

View File

@ -23,4 +23,8 @@ jobs:
port: ${{ secrets.PORT }}
script: |
cd /home/geezo/docker_containers && \
./restart_container.sh ${{ env.app_folder }}
if ./restart_container.sh ${{ env.app_folder }}; then
curl -H "Title: Docker Container Update" -H "Priority: high" -H "Tags: docker,success" -d "Successfully updated ${{ env.app_folder }} container" https://ntfy.geezo.site/docker
else
curl -H "Title: Docker Container Update" -H "Priority: urgent" -H "Tags: docker,error" -d "Failed to update ${{ env.app_folder }} container" https://ntfy.geezo.site/docker
fi

View File

@ -22,4 +22,8 @@ jobs:
port: ${{ secrets.PORT }}
script: |
cd /home/geezo/docker_containers && \
./restart_container.sh ${{ env.app_folder }}
if ./restart_container.sh ${{ env.app_folder }}; then
curl -H "Title: Docker Container Update" -H "Priority: high" -H "Tags: docker,success" -d "Successfully updated ${{ env.app_folder }} container" https://ntfy.geezo.site/docker
else
curl -H "Title: Docker Container Update" -H "Priority: urgent" -H "Tags: docker,error" -d "Failed to update ${{ env.app_folder }} container" https://ntfy.geezo.site/docker
fi

View File

@ -22,4 +22,8 @@ jobs:
port: ${{ secrets.PORT }}
script: |
cd /home/geezo/docker_containers && \
./restart_container.sh ${{ env.app_folder }}
if ./restart_container.sh ${{ env.app_folder }}; then
curl -H "Title: Docker Container Update" -H "Priority: high" -H "Tags: docker,success" -d "Successfully updated ${{ env.app_folder }} container" https://ntfy.geezo.site/docker
else
curl -H "Title: Docker Container Update" -H "Priority: urgent" -H "Tags: docker,error" -d "Failed to update ${{ env.app_folder }} container" https://ntfy.geezo.site/docker
fi

View File

@ -22,4 +22,8 @@ jobs:
port: ${{ secrets.PORT }}
script: |
cd /home/geezo/docker_containers && \
./restart_container.sh ${{ env.app_folder }}
if ./restart_container.sh ${{ env.app_folder }}; then
curl -H "Title: Docker Container Update" -H "Priority: high" -H "Tags: docker,success" -d "Successfully updated ${{ env.app_folder }} container" https://ntfy.geezo.site/docker
else
curl -H "Title: Docker Container Update" -H "Priority: urgent" -H "Tags: docker,error" -d "Failed to update ${{ env.app_folder }} container" https://ntfy.geezo.site/docker
fi

View File

@ -22,4 +22,8 @@ jobs:
port: ${{ secrets.PORT }}
script: |
cd /home/geezo/docker_containers && \
./restart_container.sh ${{ env.app_folder }}
if ./restart_container.sh ${{ env.app_folder }}; then
curl -H "Title: Docker Container Update" -H "Priority: high" -H "Tags: docker,success" -d "Successfully updated ${{ env.app_folder }} container" https://ntfy.geezo.site/docker
else
curl -H "Title: Docker Container Update" -H "Priority: urgent" -H "Tags: docker,error" -d "Failed to update ${{ env.app_folder }} container" https://ntfy.geezo.site/docker
fi

View File

@ -22,4 +22,8 @@ jobs:
port: ${{ secrets.PORT }}
script: |
cd /home/geezo/docker_containers && \
./restart_container.sh ${{ env.app_folder }}
if ./restart_container.sh ${{ env.app_folder }}; then
curl -H "Title: Docker Container Update" -H "Priority: high" -H "Tags: docker,success" -d "Successfully updated ${{ env.app_folder }} container" https://ntfy.geezo.site/docker
else
curl -H "Title: Docker Container Update" -H "Priority: urgent" -H "Tags: docker,error" -d "Failed to update ${{ env.app_folder }} container" https://ntfy.geezo.site/docker
fi

View File

@ -22,4 +22,8 @@ jobs:
port: ${{ secrets.PORT }}
script: |
cd /home/geezo/docker_containers && \
./restart_container.sh ${{ env.app_folder }}
if ./restart_container.sh ${{ env.app_folder }}; then
curl -H "Title: Docker Container Update" -H "Priority: high" -H "Tags: docker,success" -d "Successfully updated ${{ env.app_folder }} container" https://ntfy.geezo.site/docker
else
curl -H "Title: Docker Container Update" -H "Priority: urgent" -H "Tags: docker,error" -d "Failed to update ${{ env.app_folder }} container" https://ntfy.geezo.site/docker
fi

View File

@ -22,4 +22,8 @@ jobs:
port: ${{ secrets.PORT }}
script: |
cd /home/geezo/docker_containers && \
./restart_container.sh ${{ env.app_folder }}
if ./restart_container.sh ${{ env.app_folder }}; then
curl -H "Title: Docker Container Update" -H "Priority: high" -H "Tags: docker,success" -d "Successfully updated ${{ env.app_folder }} container" https://ntfy.geezo.site/docker
else
curl -H "Title: Docker Container Update" -H "Priority: urgent" -H "Tags: docker,error" -d "Failed to update ${{ env.app_folder }} container" https://ntfy.geezo.site/docker
fi

View File

@ -22,4 +22,8 @@ jobs:
port: ${{ secrets.PORT }}
script: |
cd /home/geezo/docker_containers && \
./restart_container.sh ${{ env.app_folder }}
if ./restart_container.sh ${{ env.app_folder }}; then
curl -H "Title: Docker Container Update" -H "Priority: high" -H "Tags: docker,success" -d "Successfully updated ${{ env.app_folder }} container" https://ntfy.geezo.site/docker
else
curl -H "Title: Docker Container Update" -H "Priority: urgent" -H "Tags: docker,error" -d "Failed to update ${{ env.app_folder }} container" https://ntfy.geezo.site/docker
fi

View File

@ -234,7 +234,7 @@ pages:
subreddit: pslf
show-thumbnails: true
- name: Reddit Misc
- name: Reddit Misc - it works
columns:
- size: full
widgets: