260 lines
9.1 KiB
Markdown
260 lines
9.1 KiB
Markdown
<div align="center">
|
|
|
|
```
|
|
___ ___ ___ ___ ___ ___
|
|
/\ \ /\ \ /\__\ /\ \ /\ \ /\__\
|
|
/::\ \ /::\ \ /:/ / /::\ \ /::\ \ /:| _|_
|
|
/::\:\__\ /::\:\__\ /:/__/ /:/\:\__\ /:/\:\__\ /::|/\__\
|
|
\/\::/ / \/\::/ / \:\ \ \:\ \/__/ \:\/:/ / \/|::/ /
|
|
/:/ / /:/ / \:\__\ \:\__\ \::/ / |:/ /
|
|
\/__/ \/__/ \/__/ \/__/ \/__/ \/__/
|
|
```
|
|
|
|
# ⚡ THE FALCON ⚡
|
|
|
|
**Captain Valknar's Legendary Starship**
|
|
|
|
[](https://pivoine.art)
|
|
[](https://sexy.pivoine.art)
|
|
[](mailto:valknar@pivoine.art)
|
|
[](#)
|
|
[](https://pivoine.art)
|
|
|
|
---
|
|
|
|
</div>
|
|
|
|
## 🌌 SHIP'S LOG
|
|
|
|
**STARDATE:** 2025.10.26
|
|
**LOCATION:** Deep Space, Uncharted Territories
|
|
**STATUS:** Captain currently engaged in... diplomatic relations with alien civilizations
|
|
**SYSTEMS:** All green, automated deployment active
|
|
|
|
> *"The Falcon doesn't just traverse the stars — it commands them."*
|
|
> — Captain Valknar, moments before jumping to hyperspace
|
|
|
|
---
|
|
|
|
## 🛸 VESSEL SPECIFICATIONS
|
|
|
|
The **Falcon** is a state-of-the-art containerized starship, powered by Docker's quantum drive engines and orchestrated through the legendary Arty navigation system.
|
|
|
|
### 🎯 CORE SYSTEMS
|
|
|
|
| **System** | **Purpose** | **Access Point** |
|
|
|:-----------|:------------|:-----------------|
|
|
| **SEXY** | *Advanced alien encounter database* | [sexy.pivoine.art](https://sexy.pivoine.art) |
|
|
| **AWSM** | *Intergalactic discovery catalog* | [awesome.pivoine.art](https://awesome.pivoine.art) |
|
|
| **TRACK** | *Mission analytics & telemetry* | [umami.pivoine.art](https://umami.pivoine.art) |
|
|
| **GOTIFY** | *Subspace communication relay* | [gotify.pivoine.art](https://gotify.pivoine.art) |
|
|
| **VPN** | *Cloaking device network* | [vpn.pivoine.art](https://vpn.pivoine.art) |
|
|
|
|
### ⚙️ INFRASTRUCTURE
|
|
|
|
```
|
|
┌─────────────────────────────────────────────────┐
|
|
│ 🛡️ TRAEFIK SHIELD GENERATOR (Proxy) │
|
|
│ ├─ Auto-SSL via Let's Encrypt Reactor │
|
|
│ ├─ HTTP → HTTPS Phase Shifters │
|
|
│ └─ Load Balancer Stabilizers │
|
|
├─────────────────────────────────────────────────┤
|
|
│ 💾 POSTGRESQL 16 DATA CORE │
|
|
│ ├─ Directus Sector Database │
|
|
│ └─ Umami Analytics Vault │
|
|
├─────────────────────────────────────────────────┤
|
|
│ ⚡ REDIS CACHE HYPERDRIVE │
|
|
│ └─ Warp-speed data acceleration │
|
|
└─────────────────────────────────────────────────┘
|
|
```
|
|
|
|
---
|
|
|
|
## 🚀 LAUNCH SEQUENCE
|
|
|
|
### Prerequisites
|
|
- Docker Engine v20+ installed
|
|
- Docker Compose v2.20+ installed
|
|
- Arty navigation system (`npm install -g arty` or `pnpm add -g arty`)
|
|
- Clearance level: **Captain**
|
|
|
|
### 🔧 Initialize Ship Systems
|
|
|
|
```bash
|
|
# Create the ship's neural network
|
|
arty net/create
|
|
|
|
# Launch all systems
|
|
arty up
|
|
|
|
# Monitor system status
|
|
arty ps
|
|
|
|
# Access ship's logs (real-time)
|
|
arty logs
|
|
```
|
|
|
|
### 📡 Individual System Control
|
|
|
|
```bash
|
|
# Power down specific systems
|
|
arty down
|
|
|
|
# Restart malfunctioning modules
|
|
arty restart
|
|
|
|
# Pull latest system updates from the mothership
|
|
arty pull
|
|
|
|
# Diagnostic report
|
|
arty config
|
|
```
|
|
|
|
---
|
|
|
|
## 💫 NAVIGATION COMMANDS
|
|
|
|
### Database Operations (SEXY Mission)
|
|
|
|
```bash
|
|
# Create database backup before alien encounter
|
|
arty db/dump
|
|
|
|
# Restore database after timeline anomaly
|
|
arty db/import
|
|
|
|
# Export exotic alien artifacts (uploads)
|
|
arty uploads/export
|
|
|
|
# Import artifacts to new timeline
|
|
arty uploads/import
|
|
```
|
|
|
|
### Deployment & Sync
|
|
|
|
```bash
|
|
# Synchronize .env to remote starbase
|
|
arty env/sync
|
|
```
|
|
|
|
---
|
|
|
|
## 🌠 SHIP ARCHITECTURE
|
|
|
|
```
|
|
THE FALCON (falcon_network)
|
|
│
|
|
├─ 🎯 CORE SERVICES
|
|
│ ├─ PostgreSQL 16 [Port 5432] → Data Vault
|
|
│ └─ Redis 7 [Internal] → Cache Drive
|
|
│
|
|
├─ 🛡️ SECURITY LAYER
|
|
│ └─ Traefik [80/443] → Shield Generator
|
|
│
|
|
├─ 🚀 APPLICATIONS
|
|
│ ├─ Directus API [sexy.pivoine.art/api]
|
|
│ ├─ SvelteKit Frontend [sexy.pivoine.art]
|
|
│ ├─ Awesome Catalog [awesome.pivoine.art]
|
|
│ ├─ Umami Analytics [umami.pivoine.art]
|
|
│ ├─ Gotify Messenger [gotify.pivoine.art]
|
|
│ └─ WireGuard VPN [vpn.pivoine.art]
|
|
│
|
|
└─ 💾 STORAGE VOLUMES
|
|
├─ postgres_data → Critical mission data
|
|
├─ directus_uploads → Alien encounter evidence
|
|
├─ directus_bundle → Custom modules
|
|
├─ awesome_data → Discovery catalog
|
|
└─ letsencrypt_data → Shield certificates
|
|
```
|
|
|
|
---
|
|
|
|
## 🎨 TECHNOLOGY STACK
|
|
|
|
<div align="center">
|
|
|
|

|
|

|
|

|
|

|
|

|
|

|
|

|
|
|
|
</div>
|
|
|
|
---
|
|
|
|
## ⚠️ PROTOCOLS & SECURITY
|
|
|
|
```
|
|
🔐 ENCRYPTION STANDARD
|
|
├─ All transmissions encrypted via HTTPS
|
|
├─ Let's Encrypt quantum certificates
|
|
├─ Traefik middleware compression active
|
|
└─ CORS shields configured per sector
|
|
|
|
🛡️ ACCESS CONTROL
|
|
├─ Admin credentials in .env vault
|
|
├─ Database authentication: scram-sha-256
|
|
├─ VPN cloaking device enabled
|
|
└─ Email verification for new recruits
|
|
```
|
|
|
|
---
|
|
|
|
## 📊 MISSION STATUS
|
|
|
|
```
|
|
╔═══════════════════════════════════════╗
|
|
║ SHIP'S VITAL SIGNS ║
|
|
╠═══════════════════════════════════════╣
|
|
║ ✅ Core Systems → OPERATIONAL ║
|
|
║ ✅ Shield Generator → ONLINE ║
|
|
║ ✅ Database Vault → SECURED ║
|
|
║ ✅ Cache Drive → OPTIMIZED ║
|
|
║ 🌟 Captain Status → ON ADVENTURE ║
|
|
╚═══════════════════════════════════════╝
|
|
```
|
|
|
|
---
|
|
|
|
## 👽 CAPTAIN'S NOTES
|
|
|
|
*Currently out exploring the cosmos and making friends with alien species. You know how it is — one minute you're charting a nebula, the next you're at an intergalactic party.*
|
|
|
|
*If systems malfunction, check the logs. If things are really bad, I left a backup captain AI (it's called documentation).*
|
|
|
|
*Stay shiny, crew. Valknar out.*
|
|
|
|
---
|
|
|
|
## 📡 TRANSMISSION CHANNELS
|
|
|
|
- 🌐 **Flagship:** [pivoine.art](https://pivoine.art)
|
|
- 📧 **Subspace Mail:** valknar@pivoine.art
|
|
- 🚀 **Mission Control:** [sexy.pivoine.art](https://sexy.pivoine.art)
|
|
- 📊 **Analytics Bay:** [umami.pivoine.art](https://umami.pivoine.art)
|
|
|
|
---
|
|
|
|
<div align="center">
|
|
|
|
```
|
|
╔═══════════════════════════════════════════════════════════╗
|
|
║ ║
|
|
║ "In space, no one can hear you `docker compose up`" ║
|
|
║ ║
|
|
║ — Captain Valknar, The Falcon ║
|
|
║ ║
|
|
╚═══════════════════════════════════════════════════════════╝
|
|
```
|
|
|
|

|
|

|
|

|
|
|
|
**THE FALCON** • *Fastest ship in the Docker registry* • **EST. 2025**
|
|
|
|
</div>
|