ia_dev/gitea-issues/imap-bridge.env.example
Nicolas Cantu 907807f4d6 Generic project config, deploy scripts, gitea-issues, no reverse dependency
**Motivations:**
- Single config file per project (projects/<id>/conf.json)
- Project must not depend on ia_dev; only ia_dev solicits the project

**Root causes:**
- N/A (evolution)

**Correctifs:**
- N/A

**Evolutions:**
- lib/project_config.sh: resolve PROJECT_SLUG from IA_PROJECT, .ia_project, ai_project_id; PROJECT_CONFIG_PATH = projects/<id>/conf.json
- projects/lecoffreio.json moved to projects/lecoffreio/conf.json; projects/ia_dev/conf.json added
- deploy: branch-align, bump-version, change-to-all-branches, pousse, deploy-by-script-to use PROJECT_ROOT/IA_DEV_ROOT and project_config.sh; SCRIPT_REAL for symlink-safe paths
- deploy/_lib: shared colors, env-map, ssh, git-flow
- gitea-issues: mail list/mark-read/get-thread/send-reply, thread log, agent-loop, wiki scripts; lib.sh loads project config
- README: principle no dependency from host project; invoke ./ia_dev/deploy/bump-version.sh etc. from repo root

**Pages affectées:**
- README.md, projects/README.md, lib/, deploy/, gitea-issues/, projects/lecoffreio/, projects/ia_dev/
2026-03-12 22:35:15 +01:00

41 lines
1.3 KiB
Plaintext

# IMAP config for mail-to-issue (e.g. Proton Mail Bridge).
# Copy to .secrets/gitea-issues/imap-bridge.env and set real values.
# Do not commit .secrets/gitea-issues/imap-bridge.env (directory is gitignored).
#
# IMAP (read)
# IMAP_HOST=127.0.0.1
# IMAP_PORT=1143
# IMAP_USER=your-address@pm.me
# IMAP_PASSWORD=your-bridge-password
# IMAP_USE_STARTTLS=true
# For local Proton Bridge with self-signed cert, set to false to skip SSL verification (localhost only).
# IMAP_SSL_VERIFY=false
#
# SMTP (send replies; same Bridge account)
# SMTP_HOST=127.0.0.1
# SMTP_PORT=1025
# SMTP_USER=your-address@pm.me
# SMTP_PASSWORD=your-bridge-password
# SMTP_USE_STARTTLS=true
#
# Restrict listed mails to those sent to this address (default: ai.support.lecoffreio@4nkweb.com)
# MAIL_FILTER_TO=ai.support.lecoffreio@4nkweb.com
#
# Signature appended to every reply (default: Support IA du projet Lecoffre.io + ai.support.lecoffreio@4nkweb.com)
# MAIL_REPLY_SIGNATURE=--\\nSupport IA du projet Lecoffre.io\\nai.support.lecoffreio@4nkweb.com
#
# Signature for Gitea issue comments (optional; comment-issue.sh uses same default as mail signature)
# GITEA_COMMENT_SIGNATURE=
IMAP_HOST=127.0.0.1
IMAP_PORT=1143
IMAP_USER=
IMAP_PASSWORD=
IMAP_USE_STARTTLS=true
SMTP_HOST=127.0.0.1
SMTP_PORT=1025
SMTP_USER=
SMTP_PASSWORD=
SMTP_USE_STARTTLS=true