FossilRepo
| 4ce269c… | ragelink | 1 | # boilerworks.yaml — fossilrepo project manifest |
| 4ce269c… | ragelink | 2 | # |
| 4ce269c… | ragelink | 3 | # Run `boilerworks init` to generate the project from this file. |
| 4ce269c… | ragelink | 4 | |
| 4ce269c… | ragelink | 5 | # ── Required ────────────────────────────────────────────────────────────────── |
| 4ce269c… | ragelink | 6 | |
| 4ce269c… | ragelink | 7 | project: fossilrepo |
| 4ce269c… | ragelink | 8 | family: django-htmx |
| 4ce269c… | ragelink | 9 | size: full |
| 4ce269c… | ragelink | 10 | |
| 4ce269c… | ragelink | 11 | # ── Topology ────────────────────────────────────────────────────────────────── |
| 4ce269c… | ragelink | 12 | |
| 4ce269c… | ragelink | 13 | topology: standard |
| 4ce269c… | ragelink | 14 | |
| 4ce269c… | ragelink | 15 | # ── Cloud ───────────────────────────────────────────────────────────────────── |
| 4ce269c… | ragelink | 16 | |
| 4ce269c… | ragelink | 17 | cloud: aws |
| 4ce269c… | ragelink | 18 | region: us-east-1 |
| 4ce269c… | ragelink | 19 | |
| 4ce269c… | ragelink | 20 | # ── Domain ──────────────────────────────────────────────────────────────────── |
| 4ce269c… | ragelink | 21 | |
| 4ce269c… | ragelink | 22 | domain: fossilrepo.dev |
| 4ce269c… | ragelink | 23 | |
| 4ce269c… | ragelink | 24 | # ── Optional add-ons ────────────────────────────────────────────────────────── |
| 4ce269c… | ragelink | 25 | |
| 4ce269c… | ragelink | 26 | mobile: false |
| 4ce269c… | ragelink | 27 | web_presence: false |
| 4ce269c… | ragelink | 28 | |
| 4ce269c… | ragelink | 29 | # ── Compliance ──────────────────────────────────────────────────────────────── |
| 4ce269c… | ragelink | 30 | |
| 4ce269c… | ragelink | 31 | compliance: [] |
| 4ce269c… | ragelink | 32 | |
| 4ce269c… | ragelink | 33 | # ── Services ────────────────────────────────────────────────────────────────── |
| 4ce269c… | ragelink | 34 | |
| 4ce269c… | ragelink | 35 | services: |
| 4ce269c… | ragelink | 36 | email: ses |
| 4ce269c… | ragelink | 37 | storage: s3 |
| 4ce269c… | ragelink | 38 | search: null |
| 4ce269c… | ragelink | 39 | cache: redis |
| 4ce269c… | ragelink | 40 | |
| 4ce269c… | ragelink | 41 | # ── Data ────────────────────────────────────────────────────────────────────── |
| 4ce269c… | ragelink | 42 | |
| 4ce269c… | ragelink | 43 | data: |
| 4ce269c… | ragelink | 44 | database: postgres |
| 4ce269c… | ragelink | 45 | migrations: true |
| 4ce269c… | ragelink | 46 | seed_data: true |
| 4ce269c… | ragelink | 47 | |
| 4ce269c… | ragelink | 48 | # ── Testing ─────────────────────────────────────────────────────────────────── |
| 4ce269c… | ragelink | 49 | |
| 4ce269c… | ragelink | 50 | testing: |
| 4ce269c… | ragelink | 51 | e2e: null |
| 4ce269c… | ragelink | 52 | unit: true |
| 4ce269c… | ragelink | 53 | integration: true |
| 4ce269c… | ragelink | 54 | |
| 4ce269c… | ragelink | 55 | # ── Template versions (auto-managed, do not edit manually) ──────────────────── |
| 4ce269c… | ragelink | 56 | |
| 4ce269c… | ragelink | 57 | template_versions: {} |