From 918e5a91a5e53966a40dfdaee0fcdf6ccf80b5a8 Mon Sep 17 00:00:00 2001 From: raph666 Date: Wed, 22 Jul 2026 13:34:49 +0200 Subject: [PATCH] docs: use GitHub as public addon repository --- AGENTS.md | 8 ++++++-- CHANGELOG.md | 8 +++++++- README.md | 7 +------ config.yaml | 4 ++-- repository.yaml | 2 +- 5 files changed, 17 insertions(+), 12 deletions(-) diff --git a/AGENTS.md b/AGENTS.md index 2278e94..872af88 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -7,14 +7,18 @@ Ce dépôt contient l’add-on Home Assistant `arkteos-proxy-addon`. Son rôle est de maintenir une connexion TCP unique vers une PAC Arkteos et de mettre ce flux à disposition de plusieurs clients TCP. -Gitea est le dépôt principal : +Gitea est le dépôt principal de développement interne via `origin` : - https://gitea.i-host.fr/raph666/arkteos-proxy-addon -GitHub est uniquement un miroir secondaire : +GitHub est le miroir public via `github` et l’URL de distribution de l’add-on : - https://github.com/raph666/arkteos-proxy-addon +Les fichiers publics destinés aux utilisateurs, notamment `README.md`, +`config.yaml` et `repository.yaml`, doivent utiliser l’URL GitHub, sauf demande +contraire. L’URL Gitea reste réservée à la documentation interne. + ## Architecture Le proxy comporte deux côtés distincts : diff --git a/CHANGELOG.md b/CHANGELOG.md index 339794e..6846497 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,13 @@ Toutes les modifications importantes de ce projet sont documentées ici. -## [Unreleased] +## [1.0.4] - 2026-07-22 + +### Changed + +- Utilisation de GitHub comme URL publique d’installation et de documentation. +- Suppression des références Gitea dans les fichiers destinés aux utilisateurs. +- Gitea reste le dépôt principal de développement interne. ## [1.0.3] - 2026-07-22 diff --git a/README.md b/README.md index c4f8dce..ab0d63e 100644 --- a/README.md +++ b/README.md @@ -7,17 +7,12 @@ Permet les connexions simultanées de Node-RED et de l'application mobile Arkteo ## Installation 1. Dans Home Assistant : **Paramètres → Modules complémentaires → trois points → Dépôts** -2. Ajoute l'URL de ce repo : `https://gitea.i-host.fr/raph666/arkteos-proxy-addon` +2. Ajoute l'URL de ce repo : `https://github.com/raph666/arkteos-proxy-addon` 3. Installe l'addon **Arkteos Proxy** 4. Configure l'IP de ta PAC dans les options 5. Configure le port exposé dans la section **Network** (défaut : 9641) et clique **Save** 6. Démarre l'addon -## Dépôts - -Le dépôt principal est disponible sur Gitea : `https://gitea.i-host.fr/raph666/arkteos-proxy-addon`. -GitHub est conservé comme miroir secondaire : `https://github.com/raph666/arkteos-proxy-addon`. - ## Configuration | Option | Description | Défaut | diff --git a/config.yaml b/config.yaml index 002c36c..41ceb72 100644 --- a/config.yaml +++ b/config.yaml @@ -1,8 +1,8 @@ name: Arkteos Proxy -version: "1.0.3" +version: "1.0.4" slug: arkteos_proxy description: Proxy TCP pour PAC Arkteos REG3 — permet les connexions simultanées de Node-RED et de l'app mobile Arkteos. -url: https://gitea.i-host.fr/raph666/arkteos-proxy-addon +url: "https://github.com/raph666/arkteos-proxy-addon" arch: - aarch64 - amd64 diff --git a/repository.yaml b/repository.yaml index e56e19c..2ce6d69 100644 --- a/repository.yaml +++ b/repository.yaml @@ -1,3 +1,3 @@ name: Arkteos Proxy -url: https://gitea.i-host.fr/raph666/arkteos-proxy-addon +url: "https://github.com/raph666/arkteos-proxy-addon" maintainer: raph666