Review gandi-operations doc and reorganize how-to guides #200
18 changed files with 8 additions and 15 deletions
|
|
@ -0,0 +1 @@
|
|||
Reorganize how-to guides into `deployment/`, `configuration/`, and `operations/` subdirectories; review and update gandi-operations doc; fix missing cv.eblu.me CNAME in gandi reference card.
|
||||
|
|
@ -1,6 +1,7 @@
|
|||
---
|
||||
title: Gandi Operations
|
||||
modified: 2026-02-08
|
||||
modified: 2026-02-17
|
||||
last-reviewed: 2026-02-17
|
||||
tags:
|
||||
- how-to
|
||||
- dns
|
||||
|
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
title: How-To
|
||||
modified: 2026-02-14
|
||||
modified: 2026-02-17
|
||||
tags:
|
||||
- how-to
|
||||
---
|
||||
|
|
@ -26,11 +26,6 @@ Task-oriented instructions for common BlumeOps operations. These guides assume y
|
|||
| [[gandi-operations]] | Manage DNS records and cycle the Gandi API token |
|
||||
| [[use-pypi-proxy]] | Configure pip and publish packages to devpi |
|
||||
| [[expose-service-publicly]] | Expose a service to the public internet via Fly.io + Tailscale |
|
||||
|
||||
## Documentation
|
||||
|
||||
| Guide | Description |
|
||||
|-------|-------------|
|
||||
| [[update-documentation]] | Publish docs via build-blumeops workflow |
|
||||
|
||||
## Knowledge Base
|
||||
|
|
@ -40,16 +35,11 @@ Task-oriented instructions for common BlumeOps operations. These guides assume y
|
|||
| [[review-documentation]] | Periodically review and maintain documentation |
|
||||
| [[review-services]] | Periodically review services for version freshness |
|
||||
|
||||
## Database
|
||||
|
||||
| Guide | Description |
|
||||
|-------|-------------|
|
||||
| [[connect-to-postgres]] | Connect to PostgreSQL as a superuser via psql |
|
||||
|
||||
## Operations
|
||||
|
||||
| Guide | Description |
|
||||
|-------|-------------|
|
||||
| [[connect-to-postgres]] | Connect to PostgreSQL as a superuser via psql |
|
||||
| [[restart-indri]] | Safely shut down and restart indri |
|
||||
| [[manage-flyio-proxy]] | Deploy, shutoff, and troubleshoot the public proxy |
|
||||
| [[restore-1password-backup]] | Recover 1Password credentials from borgmatic backup |
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
title: Gandi
|
||||
modified: 2026-02-08
|
||||
modified: 2026-02-17
|
||||
tags:
|
||||
- infrastructure
|
||||
- networking
|
||||
|
|
@ -42,6 +42,7 @@ Both records point to [[indri]], which runs [[caddy]] as the reverse proxy for a
|
|||
| Record | Type | Value | TTL |
|
||||
|--------|------|-------|-----|
|
||||
| `docs.eblu.me` | CNAME | `blumeops-proxy.fly.dev` | 300s |
|
||||
| `cv.eblu.me` | CNAME | `blumeops-proxy.fly.dev` | 300s |
|
||||
|
||||
Public CNAMEs point to [[flyio-proxy]] on Fly.io. See [[expose-service-publicly]] for adding new public services.
|
||||
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@ This program manages DNS records for blumeops infrastructure:
|
|||
|
||||
Authentication:
|
||||
Set GANDI_PERSONAL_ACCESS_TOKEN environment variable.
|
||||
See README.md for PAT management instructions.
|
||||
See docs/how-to/gandi-operations.md for PAT management instructions.
|
||||
"""
|
||||
|
||||
import os
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue