Compare commits
13 commits
Author | SHA1 | Date | |
---|---|---|---|
537d3f6166 | |||
|
46bd006078 | ||
|
5fafb925cd | ||
|
0bb09df315 | ||
|
1b28b9c383 | ||
|
c1ef46a2de | ||
|
34dfac84f0 | ||
|
79005f350c | ||
|
266e5a1bbb | ||
|
f5a20f7d64 | ||
a50c23d45c | |||
|
ac2ba661d5 | ||
67a416a82b |
|
@ -19,7 +19,7 @@ jobs:
|
|||
id: meta
|
||||
with:
|
||||
images: |
|
||||
codeberg.org/${{ github.repository }}
|
||||
git.chaos.fyi/${{ github.repository }}
|
||||
tags: |
|
||||
type=schedule
|
||||
type=raw,value=latest,enable={{is_default_branch}}
|
||||
|
@ -30,7 +30,7 @@ jobs:
|
|||
- name: Container-Registry login
|
||||
uses: docker/login-action@v3
|
||||
with:
|
||||
registry: codeberg.org/wrenix
|
||||
registry: git.chaos.fyi/wrenix
|
||||
username: ${{ github.actor }}
|
||||
password: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
|
|
19
.woodpecker/container.yaml
Normal file
|
@ -0,0 +1,19 @@
|
|||
steps:
|
||||
- name: publish
|
||||
image: woodpeckerci/plugin-kaniko
|
||||
when:
|
||||
- event: push
|
||||
branch:
|
||||
- main
|
||||
- event: tag
|
||||
ref: refs/tags/v*
|
||||
- event: cron
|
||||
cron: sync_*
|
||||
settings:
|
||||
dockerfile: Containerfile
|
||||
registry: "${CI_FORGE_URL#https://}"
|
||||
repo: "${CI_REPO}"
|
||||
auto_tag: true
|
||||
username: "${CI_REPO_OWNER}"
|
||||
password:
|
||||
from_secret: CODEBERG_TOKEN
|
|
@ -1,4 +1,4 @@
|
|||
FROM ghcr.io/gohugoio/hugo:v0.138.0 as builder
|
||||
FROM ghcr.io/gohugoio/hugo:v0.142.0 as builder
|
||||
|
||||
COPY --chown=hugo:hugo .git .git
|
||||
COPY --chown=hugo:hugo content content
|
||||
|
|
6
go.mod
|
@ -3,7 +3,9 @@ module wrenix.eu
|
|||
go 1.23.2
|
||||
|
||||
require (
|
||||
codeberg.org/wrenix/flux-charts v0.0.0-20241108180735-fe00364918d9 // indirect
|
||||
codeberg.org/wrenix/flux-charts v0.0.0-20241111111801-09752b52215b // indirect
|
||||
codeberg.org/wrenix/helm-charts v0.0.0-20241108144325-1d57a623fc3e // indirect
|
||||
github.com/imfing/hextra v0.8.6 // indirect
|
||||
git.chaos.fyi/wrenix/flux-charts v0.0.0-20250401222947-c5bf68c60cbd // indirect
|
||||
git.chaos.fyi/wrenix/helm-charts v0.0.0-20250404084343-83eb4bb9252b // indirect
|
||||
github.com/imfing/hextra v0.9.7 // indirect
|
||||
)
|
||||
|
|
10
go.sum
|
@ -1,8 +1,18 @@
|
|||
codeberg.org/wrenix/flux-charts v0.0.0-20241108180735-fe00364918d9 h1:phkjKboijEztsFb/UHbETj7DWwBYmFAbaHLyW/uo83c=
|
||||
codeberg.org/wrenix/flux-charts v0.0.0-20241108180735-fe00364918d9/go.mod h1:qmbBEgAQOiY/2M4IJ0LZaGpbV1JGxlVoDiiuFs7kOqI=
|
||||
codeberg.org/wrenix/flux-charts v0.0.0-20241111111240-1a731115e995 h1:eVSALLuLPt7K55PUSCPhxWtPRMZkOiEe+BF5izRqNQU=
|
||||
codeberg.org/wrenix/flux-charts v0.0.0-20241111111240-1a731115e995/go.mod h1:qmbBEgAQOiY/2M4IJ0LZaGpbV1JGxlVoDiiuFs7kOqI=
|
||||
codeberg.org/wrenix/flux-charts v0.0.0-20241111111801-09752b52215b h1:bVA6zx9JG7+NYP5ymOqQq6ZgXs8IKjvCR37YNCtPuEQ=
|
||||
codeberg.org/wrenix/flux-charts v0.0.0-20241111111801-09752b52215b/go.mod h1:qmbBEgAQOiY/2M4IJ0LZaGpbV1JGxlVoDiiuFs7kOqI=
|
||||
codeberg.org/wrenix/helm-charts v0.0.0-20241106223712-cdddf6b09b90 h1:s7Q3qnQfADdmPjsC4El3llNvLd4jo0h7Einq1c5i7nk=
|
||||
codeberg.org/wrenix/helm-charts v0.0.0-20241106223712-cdddf6b09b90/go.mod h1:Nd4pJ7oRNZvbFLxpC7qCQIHK3c0qf59wjq4ajMdJCjg=
|
||||
codeberg.org/wrenix/helm-charts v0.0.0-20241108144325-1d57a623fc3e h1:Vr3B2r+j0Ry6WdXdlzZz+PCbjVBW5BS9qRf1LiX5uA4=
|
||||
codeberg.org/wrenix/helm-charts v0.0.0-20241108144325-1d57a623fc3e/go.mod h1:Nd4pJ7oRNZvbFLxpC7qCQIHK3c0qf59wjq4ajMdJCjg=
|
||||
git.chaos.fyi/wrenix/flux-charts v0.0.0-20250401222947-c5bf68c60cbd h1:X2MHLIDWDShwtmbTuWCXjWOae10JkiaxSc3x8El3KOs=
|
||||
git.chaos.fyi/wrenix/flux-charts v0.0.0-20250401222947-c5bf68c60cbd/go.mod h1:BYSJakg99gvgKPQrY1c/QwLKz+zJ8sMtED0gRc+4bIE=
|
||||
git.chaos.fyi/wrenix/helm-charts v0.0.0-20250404084343-83eb4bb9252b h1:FN9OZiGFwGisUC91+51IsA/l8zb1AvjzjDqR5ZTS1bk=
|
||||
git.chaos.fyi/wrenix/helm-charts v0.0.0-20250404084343-83eb4bb9252b/go.mod h1:yQ55FaIwEKAdsKKKkssrXjEO88V6S7tp00fT/UVSadU=
|
||||
github.com/imfing/hextra v0.8.6 h1:fpOqzcUs26Lc/ZzowYSBcnpe00d/aZw4HhiHP7ycSks=
|
||||
github.com/imfing/hextra v0.8.6/go.mod h1:cEfel3lU/bSx7lTE/+uuR4GJaphyOyiwNR3PTqFTXpI=
|
||||
github.com/imfing/hextra v0.9.7 h1:Zg5n24us36Bn/S/5mEUPkRW6uwE6vHHEqWSgN0bPXaM=
|
||||
github.com/imfing/hextra v0.9.7/go.mod h1:cEfel3lU/bSx7lTE/+uuR4GJaphyOyiwNR3PTqFTXpI=
|
||||
|
|
|
@ -25,14 +25,14 @@ module:
|
|||
target: content
|
||||
imports:
|
||||
- path: github.com/imfing/hextra
|
||||
- path: "codeberg.org/wrenix/helm-charts"
|
||||
- path: "git.chaos.fyi/wrenix/helm-charts"
|
||||
mounts:
|
||||
- source: "README.md"
|
||||
target: content/docs/helm-charts/_index.md
|
||||
- source: "."
|
||||
target: "content/docs/helm-charts"
|
||||
includeFiles: [ "*/README.md" ]
|
||||
- path: "codeberg.org/wrenix/flux-charts"
|
||||
- path: "git.chaos.fyi/wrenix/flux-charts"
|
||||
mounts:
|
||||
- source: "README.md"
|
||||
target: content/docs/flux-charts/_index.md
|
||||
|
@ -85,7 +85,7 @@ menu:
|
|||
icon: mastodon
|
||||
- name: git
|
||||
weight: 7
|
||||
url: "https://codeberg.org/wrenix"
|
||||
url: "https://git.chaos.fyi/wrenix"
|
||||
params:
|
||||
icon: git
|
||||
|
||||
|
@ -104,7 +104,7 @@ params:
|
|||
|
||||
editURL:
|
||||
enable: true
|
||||
base: "https://codeberg.org/wrenix/wrenix.eu/_edit/main/content"
|
||||
base: "https://git.chaos.fyi/wrenix/wrenix.eu/_edit/main/content"
|
||||
|
||||
blog:
|
||||
list:
|
||||
|
|
1
public
|
@ -1 +0,0 @@
|
|||
Subproject commit a960c859c1a2e5e8ddbb81265ea08498fac1c39d
|
BIN
static/android-chrome-192x192.png
Normal file
After Width: | Height: | Size: 26 KiB |
BIN
static/android-chrome-512x512.png
Normal file
After Width: | Height: | Size: 132 KiB |
BIN
static/apple-touch-icon.png
Normal file
After Width: | Height: | Size: 24 KiB |
BIN
static/favicon-16x16.png
Normal file
After Width: | Height: | Size: 597 B |
BIN
static/favicon-32x32.png
Normal file
After Width: | Height: | Size: 1.5 KiB |
3
static/favicon-dark.svg
Normal file
After Width: | Height: | Size: 117 KiB |
BIN
static/favicon.ico
Normal file
After Width: | Height: | Size: 15 KiB |
3
static/favicon.svg
Normal file
After Width: | Height: | Size: 117 KiB |
Before Width: | Height: | Size: 14 KiB |
Before Width: | Height: | Size: 18 KiB |
Before Width: | Height: | Size: 4.7 KiB |
Before Width: | Height: | Size: 6.6 KiB |
Before Width: | Height: | Size: 45 KiB |
Before Width: | Height: | Size: 18 KiB |
Before Width: | Height: | Size: 45 KiB |
Before Width: | Height: | Size: 45 KiB |
1
static/site.webmanifest
Normal file
|
@ -0,0 +1 @@
|
|||
{"name":"","short_name":"","icons":[{"src":"/android-chrome-192x192.png","sizes":"192x192","type":"image/png"},{"src":"/android-chrome-512x512.png","sizes":"512x512","type":"image/png"}],"theme_color":"#ffffff","background_color":"#ffffff","display":"standalone"}
|