Migrate to alo organization

Update all registry paths from ppetru/* to alo/* and workflow
references from ppetru/alo-cluster to alo/alo-cluster.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
2026-01-05 10:49:38 +00:00
parent ed2c899915
commit 01ebff3596
12 changed files with 22 additions and 22 deletions

View File

@@ -19,7 +19,7 @@ job "weewx" {
driver = "docker"
config {
image = "gitea.v.paler.net/ppetru/weewx:latest"
image = "gitea.v.paler.net/alo/weewx:latest"
# to be able to receive UDP broadcast packets from the weatherlink
network_mode = "host"
volumes = [
@@ -54,7 +54,7 @@ job "weewx" {
driver = "docker"
config {
image = "gitea.v.paler.net/ppetru/opensprinkler-weather:latest"
image = "gitea.v.paler.net/alo/opensprinkler-weather:latest"
ports = [ "osweather" ]
}