mirror of
https://github.com/Memo-2023/mana-monorepo.git
synced 2026-05-22 21:46:43 +02:00
docs: remove all Coolify references from codebase
Replace Coolify with Docker Compose throughout documentation. The project never used Coolify - a removal script was created but never executed, leaving incorrect documentation. Changes: - Delete 13 heavily Coolify-focused docs files - Update ~30 files replacing Coolify → Docker Compose - Remove obsolete removal script - Fix deployment references in active and archived projects 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
parent
79b4bb07ed
commit
c61dcb8ff9
42 changed files with 176 additions and 4741 deletions
|
|
@ -12,7 +12,7 @@ A modern URL shortener and link management platform built with SvelteKit and Poc
|
|||
- **Frontend:** SvelteKit 2.0 + Svelte 5
|
||||
- **Backend:** PocketBase (embedded)
|
||||
- **Styling:** Tailwind CSS 4.0
|
||||
- **Deployment:** Docker + Coolify on Hetzner VPS
|
||||
- **Deployment:** Docker Compose on Hetzner VPS
|
||||
- **Database:** SQLite (via PocketBase)
|
||||
|
||||
## 📦 Features
|
||||
|
|
@ -59,7 +59,7 @@ docker-compose up --build
|
|||
- [Deployment Guide](./DEPLOYMENT.md) - Complete Docker Compose deployment instructions
|
||||
- [Lessons Learned](./DEPLOYMENT_LESSONS_LEARNED.md) - Troubleshooting and insights
|
||||
- [Domain Setup](./DOMAIN_SETUP_ULO_AD.md) - ulo.ad configuration
|
||||
- [Coolify Setup](./COOLIFY_SETUP.md) - Detailed Coolify configuration
|
||||
- [Docker Setup](./DOCKER_SETUP.md) - Detailed Docker configuration
|
||||
|
||||
## 🔧 Environment Variables
|
||||
|
||||
|
|
@ -95,23 +95,23 @@ uload/
|
|||
|
||||
## 🚢 Deployment
|
||||
|
||||
The application is deployed on Hetzner VPS using Coolify with automatic deployments on push to main branch.
|
||||
The application is deployed on Hetzner VPS using Docker Compose with GitHub Actions for CI/CD.
|
||||
|
||||
```bash
|
||||
# Commit and push to deploy
|
||||
git add .
|
||||
git commit -m "Update"
|
||||
git push origin main
|
||||
# Coolify automatically deploys
|
||||
# GitHub Actions handles deployment
|
||||
```
|
||||
|
||||
### Manual Deployment Steps:
|
||||
|
||||
1. Set DNS A record to `91.99.221.179`
|
||||
2. Add domain in Coolify
|
||||
1. Set DNS A record to your server IP
|
||||
2. Configure Nginx reverse proxy
|
||||
3. Update environment variables
|
||||
4. Enable SSL certificate
|
||||
5. Deploy application
|
||||
4. Enable SSL certificate via Certbot
|
||||
5. Deploy application with docker compose
|
||||
|
||||
## 📊 Monitoring
|
||||
|
||||
|
|
@ -142,7 +142,7 @@ Common issues and solutions are documented in [DEPLOYMENT_LESSONS_LEARNED.md](./
|
|||
|
||||
For support, check:
|
||||
|
||||
- Application logs in Coolify
|
||||
- Application logs via `docker compose logs`
|
||||
- Health endpoint status
|
||||
- PocketBase admin panel
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue