13 Commits

Author SHA1 Message Date
Alex Wellnitz
f471edeb58 feat: add new Project
All checks were successful
renovate / renovate (push) Successful in 2m0s
Build and Deploy / Build-Container-Image (push) Successful in 33s
2025-08-12 09:49:08 +02:00
dd98c0972b Merge pull request 'chore(deps): update ghcr.io/getzola/zola docker tag to v0.21.0' (#14) from renovate/ghcr.io-getzola-zola-0.x into main
Some checks failed
renovate / renovate (push) Successful in 1m35s
Build and Deploy / Build-Container-Image (push) Failing after 3m15s
Reviewed-on: #14
2025-08-12 06:33:55 +00:00
a3d7e8c636 chore(deps): update ghcr.io/getzola/zola docker tag to v0.21.0 2025-08-12 06:29:58 +00:00
c4c2223443 Merge pull request 'chore(deps): update ghcr.io/renovatebot/renovate docker tag to v41.62.4' (#15) from renovate/ghcr.io-renovatebot-renovate-41.x into main
All checks were successful
renovate / renovate (push) Successful in 3m48s
2025-08-12 06:27:22 +00:00
cd8c2ec5cc chore(deps): update ghcr.io/renovatebot/renovate docker tag to v41.62.4 2025-08-12 06:27:17 +00:00
5a74fe1bc1 Merge pull request 'chore(deps): update ghcr.io/renovatebot/renovate docker tag to v41' (#13) from renovate/ghcr.io-renovatebot-renovate-41.x into main
Some checks failed
renovate / renovate (push) Has been cancelled
Reviewed-on: #13
2025-08-12 06:23:11 +00:00
17973a4c14 chore(deps): update ghcr.io/renovatebot/renovate docker tag to v41 2025-08-12 00:01:30 +00:00
683c75eea9 Merge pull request 'chore(deps): update ghcr.io/renovatebot/renovate docker tag to v39.254.3' (#10) from renovate/ghcr.io-renovatebot-renovate-39.x into main
Some checks failed
renovate / renovate (push) Failing after 59s
Reviewed-on: #10
2025-04-23 09:04:09 +00:00
86cdc2460b chore(deps): update ghcr.io/renovatebot/renovate docker tag to v39.254.3 2025-04-23 09:03:09 +00:00
21e8d78c8d Merge pull request 'chore(deps): update ghcr.io/renovatebot/renovate docker tag to v39.227.2' (#8) from renovate/ghcr.io-renovatebot-renovate-39.x into main
Some checks failed
renovate / renovate (push) Has been cancelled
Reviewed-on: #8
2025-04-23 09:02:27 +00:00
3a50613ad7 templates/partials/footer.html aktualisiert
Some checks failed
renovate / renovate (push) Failing after -10s
Build and Deploy / Build-Container-Image (push) Successful in 11s
2025-04-23 08:56:12 +00:00
Alex Wellnitz
7065dddbbc feat: Update footer.html template with new social media link and TryHackMe badge
Some checks failed
Build and Deploy / Build-Container-Image (push) Successful in 10s
renovate / renovate (push) Failing after -9s
2025-04-01 21:36:11 +02:00
2dfd6fa90e chore(deps): update ghcr.io/renovatebot/renovate docker tag to v39.227.2 2025-04-01 00:00:46 +00:00
5 changed files with 20 additions and 3 deletions

View File

@@ -10,7 +10,7 @@ on:
jobs:
renovate:
runs-on: ubuntu-latest
container: ghcr.io/renovatebot/renovate:39.220.4
container: ghcr.io/renovatebot/renovate:41.62.4
steps:
- uses: actions/checkout@v4
- run: renovate

View File

@@ -6,4 +6,4 @@ RUN ["zola", "build"]
FROM ghcr.io/static-web-server/static-web-server:2
WORKDIR /
COPY --from=zola /project/public /public
COPY --from=zola /project/public /public

View File

@@ -0,0 +1,14 @@
+++
title = "Updates-Sucks"
description = "A command-line tool for automating software version monitoring for DevOps engineers and system administrators."
weight = 30
[taxonomies]
tags = ["Golang", "Monitoring", "DevOps", "Versioning", "Repositories" ]
[extra]
local_image = "projects/rustysearch/doteki_logo.webp"
social_media_card = "social_cards/projects_doteki.jpg"
canonical_url = "https://alexohneander.de/projects/updates-sucks/"
add_src_to_code_block = true
+++

Binary file not shown.

After

Width:  |  Height:  |  Size: 261 KiB

View File

@@ -8,7 +8,7 @@
{%- set blank_target = "" -%}
{%- endif -%}
<footer>
<footer>
<section>
<nav class="socials nav-navs">
{%- if config.extra.socials or config.extra.email %}
@@ -66,6 +66,9 @@
{% endif %}
</nav>
<p align="center">
<iframe src="https://tryhackme.com/api/v2/badges/public-profile?userPublicId=4027495" style='border:none;'></iframe>
</p>
{# Footer menu #}
<nav class="nav-navs">
{%- if config.extra.footer_menu %}