fix: rename application from Keep to Mento in UI and docs
- Update sidebar.tsx to display "Mento" instead of "Keep" - Update README.md title from "Keep Notes" to "Mento" - Update DOCKER_DEPLOYMENT.md references to "Mento" - Update deploy.sh script comments to use "Mento" - Add DOCKER-SETUP.md with Docker configuration guide Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
# 🐳 Docker Deployment Guide for Proxmox
|
||||
|
||||
Complete guide to deploy Keep Notes on Proxmox using Docker Compose.
|
||||
Complete guide to deploy Mento on Proxmox using Docker Compose.
|
||||
|
||||
## 📋 Prerequisites
|
||||
|
||||
@@ -375,7 +375,7 @@ usermod -aG docker ubuntu
|
||||
# Add: features: nesting=1,keyctl=1
|
||||
```
|
||||
|
||||
Then deploy Keep Notes as described above.
|
||||
Then deploy Mento as described above.
|
||||
|
||||
## 📚 Additional Resources
|
||||
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
# Keep Notes - Google Keep Clone
|
||||
# Mento - Google Keep Clone
|
||||
|
||||
A beautiful and feature-rich Google Keep clone built with modern web technologies.
|
||||
|
||||

|
||||

|
||||

|
||||

|
||||

|
||||
|
||||
@@ -79,7 +79,7 @@ export function Sidebar({ className, user }: { className?: string, user?: any })
|
||||
<StickyNote className="h-5 w-5" />
|
||||
</div>
|
||||
<div className="flex flex-col">
|
||||
<span className="text-lg font-bold tracking-tight text-slate-900 dark:text-white leading-none">Keep</span>
|
||||
<span className="text-lg font-bold tracking-tight text-slate-900 dark:text-white leading-none">Mento</span>
|
||||
<span className="text-[10px] font-medium text-slate-400 dark:text-slate-500 uppercase tracking-widest mt-1">{t('nav.workspace')}</span>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -1,11 +1,11 @@
|
||||
#!/bin/bash
|
||||
|
||||
# Keep Notes Docker Deployment Script
|
||||
# This script helps you build and deploy Keep Notes on Proxmox/Docker
|
||||
# Mento Docker Deployment Script
|
||||
# This script helps you build and deploy Mento on Proxmox/Docker
|
||||
|
||||
set -e
|
||||
|
||||
echo "🚀 Keep Notes Docker Deployment"
|
||||
echo "🚀 Mento Docker Deployment"
|
||||
echo "================================"
|
||||
echo ""
|
||||
|
||||
|
||||
Reference in New Issue
Block a user