Add PostgreSQL and Miniflux services to tailnet #16
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "feature/add-miniflux-postgresql"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
pg.tail8d86e.ts.net:5432feed.tail8d86e.ts.netManual Setup Required
Before running ansible, the following steps are needed on indri:
1. Apply Pulumi tags
Then apply tags to indri in Tailscale admin console.
2. Create 1Password entries
3. Set PostgreSQL user password (after ansible installs postgres)
4. Create password files on indri
5. Create ~/.pgpass for borgmatic
6. Run ansible with first-run admin creation
7. Update borgmatic config
Add to
~/.config/borgmatic/config.yamlon indri:8. Cleanup after first run
Test plan
mise run tailnet-upand verify Pulumi changesmise run provision-indri -- --check --difffor dry runmise run provision-indri -- -e miniflux_create_admin=1ssh indri '/opt/homebrew/opt/postgresql@18/bin/pg_isready'curl https://feed.tail8d86e.ts.net/healthcheckmise run indri-services-check🤖 Generated with Claude Code