Added new Links stack to Falcon infrastructure: **Links Stack (links.pivoine.art):** - Linkwarden bookmark manager with PostgreSQL backend - Meilisearch v1.12.8 for full-text search - Browser extension support - Screenshot and PDF archiving - Collaborative bookmark sharing **Infrastructure Updates:** - Created links/compose.yaml with linkwarden and meilisearch services - Added linkwarden database to PostgreSQL init script - Added LINKS_* environment variables to arty.yml - Updated compose.yaml to include links stack - Cleaned up .env to contain only secrets - Added all EMAIL_* variables to .env **Documentation:** - Updated CLAUDE.md with Links service details - Updated README.md with Links in CORE SYSTEMS table - Added linkwarden_data and meili_data volumes to docs **Required Secrets (in .env):** - LINKS_NEXTAUTH_SECRET: NextAuth.js session encryption - LINKS_MEILI_MASTER_KEY: Meilisearch API authentication 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
19 lines
347 B
YAML
19 lines
347 B
YAML
name: falcon
|
|
include:
|
|
- core/compose.yaml
|
|
- awsm/compose.yaml
|
|
- sexy/compose.yaml
|
|
- gotify/compose.yaml
|
|
- scrapy/compose.yaml
|
|
- n8n/compose.yaml
|
|
- stash/compose.yaml
|
|
- links/compose.yaml
|
|
- umami/compose.yaml
|
|
- proxy/compose.yaml
|
|
- watch/compose.yaml
|
|
|
|
networks:
|
|
compose_network:
|
|
name: ${NETWORK_NAME}
|
|
external: true
|