feat: Implement a core plugin system, integrate flag icon assets, and establish a GitHub release workflow.

This commit is contained in:
MivoDev
2026-01-18 11:00:36 +07:00
parent b245f31236
commit c95c8b08ea
579 changed files with 25054 additions and 313 deletions

View File

@@ -21,9 +21,9 @@ The easiest way to run MIVO.
2. **Manual Pull (Alternative)**
If you prefer to pull the image manually:
```bash
docker pull dyzulk/mivo:latest # Stable
docker pull dyzulk/mivo:v1.0.0 # Specific Version
docker pull dyzulk/mivo:edge # Bleeding Edge
docker pull ghcr.io/mivodev/mivo:latest # Stable
docker pull ghcr.io/mivodev/mivo:v1.0.0 # Specific Version
docker pull ghcr.io/mivodev/mivo:edge # Bleeding Edge
```
*Note: The database is persisted in `app/Database` via volumes.*