Switch to master branch + Gitea Actions
ci / build-test (push) Successful in 1m15s
version-tag / tag-if-newer (push) Successful in 6s

- Move CI/release workflows from .github/workflows to .gitea/workflows (Gitea Actions),
  targeting the master branch.
- docker-publish: push to the Gitea container registry (git.finalfactory.de) with a
  lowercased image name; login via github.token or a PACKAGES_TOKEN secret.
- version-tag: gitea-actions bot identity; optional RELEASE_TOKEN to re-trigger the image build.
- Update README/CLAUDE.md/Unraid template/build-and-push.ps1 to the Gitea registry + master.

Claude-Session: https://claude.ai/code/session_01WujdMtMJPbxDpDnMeK22rr
This commit is contained in:
2026-07-13 16:26:04 +02:00
parent a6edec2b12
commit 39da00d486
8 changed files with 77 additions and 69 deletions
+2 -2
View File
@@ -1,10 +1,10 @@
#!/usr/bin/env pwsh
# Local convenience: build the multi-arch MeterVault image and push it.
# Usage: ./deploy/build-and-push.ps1 -Registry ghcr.io -Image finalfactory/metervault
# Usage: ./deploy/build-and-push.ps1 -Registry git.finalfactory.de -Image finalfactory/metervault -Push
# Version is read from the VERSION file; images are tagged :<version> and :latest.
param(
[string]$Registry = "ghcr.io",
[string]$Registry = "git.finalfactory.de",
[string]$Image = "finalfactory/metervault",
[string[]]$Platforms = @("linux/amd64", "linux/arm64"),
[switch]$Push
+3 -3
View File
@@ -4,15 +4,15 @@
separately, or point ConnectionStrings__Default at an existing instance). -->
<Container version="2">
<Name>MeterVault</Name>
<Repository>ghcr.io/finalfactory/metervault:latest</Repository>
<Registry>https://ghcr.io/finalfactory/metervault</Registry>
<Repository>git.finalfactory.de/finalfactory/metervault:latest</Repository>
<Registry>https://git.finalfactory.de/FinalFactory/-/packages/container/metervault</Registry>
<Network>bridge</Network>
<Shell>bash</Shell>
<Privileged>false</Privileged>
<Overview>Self-hosted energy &amp; utility metering: ingest from Home Assistant/Tasmota/MQTT, normalize to consumption, and produce cost dashboards. Needs a TimescaleDB instance.</Overview>
<Category>HomeAutomation: Tools: Productivity:</Category>
<WebUI>http://[IP]:[PORT:8080]/</WebUI>
<Icon>https://raw.githubusercontent.com/FinalFactory/MeterVault/main/docs/icon.png</Icon>
<Icon>https://git.finalfactory.de/FinalFactory/MeterVault/raw/branch/master/docs/icon.png</Icon>
<Config Name="WebUI Port" Target="8080" Default="8080" Mode="tcp" Description="HTTP port" Type="Port" Display="always" Required="true">8080</Config>