Rename project from imc-vibe to imc

- Binary name: imc-vibe -> imc
- Go module: github.com/imc-vibe/backend -> github.com/imc/backend
- JWT issuer: imc-vibe -> imc
- UI labels: IMC Vibe -> IMC
- Update all imports and comments
This commit is contained in:
Christoph Haas 2026-03-24 23:42:37 +01:00
parent a4c6b04b37
commit ff52be8adf
19 changed files with 52 additions and 40 deletions

View file

@ -1,5 +1,5 @@
{
"name": "imc-vibe-frontend",
"name": "imc-frontend",
"version": "0.0.1",
"private": true,
"type": "module",

View file

@ -91,7 +91,7 @@
</div>
<div class="flex-1">
<a href="/" class="btn btn-ghost text-xl">IMC Vibe</a>
<a href="/" class="btn btn-ghost text-xl">IMC</a>
</div>
{#if selectedDomain}

View file

@ -42,7 +42,7 @@
<div class="min-h-screen flex items-center justify-center bg-base-200" data-theme="light">
<div class="card bg-base-100 shadow-xl w-full max-w-md">
<div class="card-body">
<h1 class="text-2xl font-bold text-center mb-2">IMC Vibe</h1>
<h1 class="text-2xl font-bold text-center mb-2">IMC</h1>
<p class="text-center text-base-content/60 mb-6">Mail Server Administration</p>
{#if error}