Playbook Git/deploy et paramètres Reader pour référence automatique à chaque session. Co-authored-by: Cursor <cursoragent@cursor.com>
47 lines
1.4 KiB
Plaintext
47 lines
1.4 KiB
Plaintext
---
|
|
description: MS1 Reader — paramètres figés (ops). Toujours s'y référer.
|
|
alwaysApply: true
|
|
---
|
|
|
|
# Paramètres — MS1 Reader
|
|
|
|
Ne pas réinventer. Secrets → 1Password uniquement.
|
|
|
|
## Git / remotes
|
|
|
|
| Clé | Valeur |
|
|
|---|---|
|
|
| Gitea (Windows) | `http://git.progiweb.ca/stephan/ms1readerv4.git` |
|
|
| Gitea (serveur) | `http://127.0.0.1:3000/stephan/ms1readerv4.git` |
|
|
| Bitbucket miroir | `https://bitbucket.org/progiwebinc/ms1readerv4.git` |
|
|
| Branche travail | `dev` |
|
|
| Branche prod | `master` (pas encore le flux actif) |
|
|
|
|
## Miroir Gitea → Bitbucket
|
|
|
|
| Clé | Valeur |
|
|
|---|---|
|
|
| Auth user | `x-token-auth` |
|
|
| Auth secret | Repository Access Token (1Password : `Bitbucket mirror — ms1readerv4`) |
|
|
| Sync | **À chaque soumission** + intervalle filet **`1h0m0s`** |
|
|
|
|
## Webhook
|
|
|
|
| Clé | Valeur |
|
|
|---|---|
|
|
| URL | `https://ms1reader.info/deploy_dev.php` |
|
|
| Événement | Événements de soumissions (Push) |
|
|
| Méthode | POST, `application/json` |
|
|
|
|
## Serveur
|
|
|
|
| Clé | Valeur |
|
|
|---|---|
|
|
| Host / cPanel | `ms1reader.info` / `serveur-prod.progiweb.net` |
|
|
| User / home | `ms1reader` / `/home/ms1reader` |
|
|
| Git root | `/home/ms1reader` (`ci4app` + `public_html` frères) |
|
|
| `www` | symlink → `public_html` |
|
|
| Script deploy | `/home/ms1reader/deploy/deploy_dev.sh` |
|
|
| Webhook PHP | `/home/ms1reader/public_html/deploy_dev.php` |
|
|
| SSH / SQLTools | port **7822**, host `ms1reader.info` |
|