repos / pgit

Improved static site generator for git repos
git clone https://github.com/xplshn/pgit.git

pgit / pgitBot
[CI] pgitBot  ·  2026-02-26

pgitBot.yml

Text
 1global:
 2  imap_server: "imap.gmail.com:993"
 3  imap_username: "{{ env.PGIT_IMAP_USERNAME }}"
 4  imap_password: "{{ env.PGIT_IMAP_PASSWORD }}"
 5  smtp_server: "smtp.gmail.com:587"
 6  smtp_username: "{{ env.PGIT_IMAP_USERNAME }}"
 7  smtp_password: "{{ env.PGIT_IMAP_PASSWORD }}"
 8  smtp_from_addr: "[email protected]"
 9  db_encryption_key: "{{ env.PGIT_DB_ENCRYPTION_KEY }}"
10  disable_encryption: false
11  subject_tag: "[pgit]"
12  #global_db_file: "pgit-issues.json"
13  imap_mailbox: "pgitBot"
14  reactions:
15    lovebear: "ʕ♥ᴥ♥ʔ"
16    meep: "\\(°^°)/"
17    plain: "._."
18    smiley: "☺︎"
19    snowman: "☃"
20  mark_as:
21    Resolved: "resolved"
22    "Not Planned": "not-planned"
23    Duplicate: "duplicate"
24    Open: "open"
25    Closed: "closed"
26
27  permissions:
28    "[email protected]": ["all"]
29    "[email protected]": []
30
31repos:
32  "gbc":
33    db_file: "gbc-issues.json"