2025-10-25 13:52:01 +02:00
|
|
|
name: falcon
|
|
|
|
|
include:
|
|
|
|
|
- core/compose.yaml
|
2025-10-26 17:05:56 +01:00
|
|
|
- awsm/compose.yaml
|
2025-10-26 10:54:01 +01:00
|
|
|
- sexy/compose.yaml
|
2025-11-08 19:43:11 +01:00
|
|
|
- mattermost/compose.yaml
|
2025-11-08 20:54:48 +01:00
|
|
|
- tandoor/compose.yaml
|
feat: add Scrapy, n8n, and Filestash stacks to Falcon
Added three new service stacks to the docker-compose infrastructure:
- **Scrapy stack** (scrapy.pivoine.art):
- scrapyd: Web scraping daemon with web interface (port 6800)
- scrapy: Development container for spider commands
- scrapyrt: Real-time API for running spiders (port 9080)
- **n8n stack** (n8n.pivoine.art):
- Workflow automation platform with PostgreSQL backend
- 200+ integrations for automated tasks
- Runners enabled for task execution
- Webhook support for external triggers
- **Filestash stack** (stash.pivoine.art):
- Web-based file manager with multi-backend support
- Supports SFTP, S3, Dropbox, Google Drive, FTP, WebDAV
- In-browser file viewing and media playback
Infrastructure updates:
- Updated PostgreSQL init script to create n8n database
- Added environment variables to arty.yml for all three stacks
- Updated compose.yaml include list
- Updated CLAUDE.md and README.md documentation
- Normalized service names in existing stacks (gotify, proxy, umami, vpn)
All services integrated with Traefik for SSL termination and include
Watchtower auto-update labels.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-04 22:36:13 +01:00
|
|
|
- scrapy/compose.yaml
|
|
|
|
|
- n8n/compose.yaml
|
2025-11-06 07:49:49 +01:00
|
|
|
- links/compose.yaml
|
2025-11-06 11:15:12 +01:00
|
|
|
- vault/compose.yaml
|
2025-11-06 12:24:07 +01:00
|
|
|
- joplin/compose.yaml
|
2025-11-07 10:12:49 +01:00
|
|
|
- kit/compose.yaml
|
2025-11-06 21:22:12 +01:00
|
|
|
- drop/compose.yaml
|
2025-11-08 22:34:46 +01:00
|
|
|
- ai/compose.yaml
|
feat: add Asciinema terminal recording server stack
Added new asciinema stack for self-hosted terminal recording and sharing
platform with custom "Pivoine" theme inspired by pivoine.art aesthetic.
New Services:
- **asciinema**: Terminal recording server at asciinema.pivoine.art
- PostgreSQL backend for recording persistence
- Email authentication via IONOS SMTP magic links
- Public/private recording visibility controls
- Embed recordings on any website
- Custom rose/magenta themed UI
Custom Theme (asciinema/theme/custom.css):
- Primary color: RGB(206, 39, 91) - Deep rose/magenta
- Dark charcoal backgrounds: HSL(0, 0%, 17.5%)
- High contrast design with bold color accents
- Styled components: navigation, cards, forms, buttons, terminal player
- Smooth animations and hover effects
- Responsive design with mobile breakpoints
- Custom scrollbars, selection colors, loading states
Infrastructure Updates:
- PostgreSQL: Added `asciinema` database to init script
- arty.yml: Added ASCIINEMA_* environment variables
- compose.yaml: Included asciinema stack in root composition
- CLAUDE.md: Comprehensive documentation with CLI setup guide
- Backup: Added asciinema-backup plan (11 AM daily, 7d/4w/6m/2y retention)
Configuration:
- URL: https://asciinema.pivoine.art
- Database: PostgreSQL `asciinema` database
- SMTP: Email auth via IONOS SMTP
- Unclaimed TTL: 30 days (auto-cleanup)
- Secret: Generated 64-char hex key in .env
Features:
- Record terminal sessions with asciinema CLI
- Web player with play/pause controls and speed adjustment
- User profiles with personal recording collections
- Embed recordings via iframe or direct links
- Privacy controls (public/private recordings)
- Automatic cleanup of unclaimed recordings
Integration Points:
- Documentation: Embed terminal demos
- Blog posts: Share command-line tutorials
- GitHub: Link recordings in README files
- Tutorials: Interactive terminal walkthroughs
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-09 02:00:20 +01:00
|
|
|
- asciinema/compose.yaml
|
2025-11-06 10:13:07 +01:00
|
|
|
- restic/compose.yaml
|
feat: add Netdata monitoring stack
Added Netdata real-time monitoring system at netdata.pivoine.art:
- Real-time infrastructure and container monitoring
- Auto-discovers all Docker containers
- Tracks CPU, memory, disk, network usage per service
- Low overhead monitoring (~1-3% CPU)
- Self-hosted with web dashboard on port 19999
Configuration:
- Created netdata/compose.yaml with full Traefik integration
- Added to main compose.yaml include list
- Added environment variables to arty.yml
- Mounted Docker socket for container metrics
- Mounted system directories for host metrics (/proc, /sys, /var/log)
- Three persistent volumes: config, lib, cache
- Required capabilities: SYS_PTRACE, SYS_ADMIN for system monitoring
- Watchtower enabled for automatic updates
Benefits for infrastructure:
- Monitor 20+ running services in real-time
- Track PostgreSQL, Redis, Traefik performance
- Watch backup processes (Backrest/Restic)
- Monitor Jellyfin transcoding load
- Alert on resource issues before they become critical
- Historical data for capacity planning
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-08 18:28:47 +01:00
|
|
|
- netdata/compose.yaml
|
2025-10-28 22:27:33 +01:00
|
|
|
- umami/compose.yaml
|
2025-11-06 09:23:20 +01:00
|
|
|
- sablier/compose.yaml
|
2025-10-25 13:52:01 +02:00
|
|
|
- proxy/compose.yaml
|
2025-10-29 06:50:41 +01:00
|
|
|
- watch/compose.yaml
|
2025-11-14 20:40:53 +01:00
|
|
|
- media/compose.yaml
|
2025-11-15 11:43:13 +01:00
|
|
|
- dev/compose.yaml
|
2025-10-25 13:52:01 +02:00
|
|
|
|
|
|
|
|
networks:
|
|
|
|
|
compose_network:
|
2025-10-26 11:05:19 +01:00
|
|
|
name: ${NETWORK_NAME}
|
2025-10-25 13:52:01 +02:00
|
|
|
external: true
|