Distribution publique GHCR (miroir, aucun compte requis) + avertissement légal dans le README et le label OCI

This commit is contained in:
Roman
2026-09-25 16:36:03 +00:00
parent 00aae109b0
commit f79c0cc86e
6 changed files with 49 additions and 37 deletions
+2 -3
View File
@@ -6,8 +6,7 @@
# export PODMAN_SOCKET=/run/user/$(id -u)/podman/podman.sock
# rootful : sudo systemctl enable --now podman.socket
# 2. cp .env.example .env && $EDITOR .env (OHM_SECRET_KEY + WATCHTOWER_TOKEN obligatoires)
# 3. podman login git.lanro.eu (compte Gitea requis, même en lecture)
# 4. podman compose -f docker-compose.podman.yml up -d
# 3. podman compose -f docker-compose.podman.yml up -d
# (ou podman-compose -f docker-compose.podman.yml up -d)
#
# Mise à jour : page Admin → « Mise à jour », ou manuellement :
@@ -15,7 +14,7 @@
services:
ohm:
image: git.lanro.eu/roman/ohm_streaming:latest
image: ${OHM_IMAGE:-ghcr.io/aulyriusohm/ohm-streaming:latest}
restart: unless-stopped
ports:
- "${OHM_PORT:-8777}:8777"