mirror of
https://github.com/MacRimi/ProxMenux.git
synced 2026-06-01 13:04:42 +00:00
5ca3463bf6
Full rewrite of the docs site under app/[locale]/ with next-intl in localePrefix:"always" mode. Every page now exists at both /en/<path> and /es/<path>; the root / shows a meta-refresh + JS redirect to /<defaultLocale>/ so GitHub Pages serves something on the apex URL. Highlights: - 107 doc pages migrated to file-per-page JSON namespaces under messages/en/ and messages/es/. Spanish content is fully translated (no copy-of-English placeholders). - New documentation for the Active Suppressions section in the Settings tab and the per-event Dismiss dropdown in the Health Monitor modal. - New screenshots: dismiss-duration-dropdown.png and an updated health-suppression-settings.png. - Pagefind integrated for client-side search; index is built on every CI deploy (not committed). - RSS feeds: per-locale at /<locale>/rss.xml plus root /rss.xml for backward compat. - Removed the dead app/[locale]/guides/[slug]/ route — every guide now has its own static page and no markdown source remains. - Fixed orphan link /guides/nvidia -> /guides/nvidia-manual in docs/hardware/nvidia-host. - Removed obsolete components (footer2, calendar, drawer). Verified locally with `npm ci && npm run build`: 2804 files in out/, 231 pages indexed by pagefind, root redirect intact, both locale roots and the new Active Suppressions docs render OK.
139 lines
5.8 KiB
JSON
139 lines
5.8 KiB
JSON
{
|
|
"meta": {
|
|
"title": "Crear VM: System NAS | ProxMenux Documentation",
|
|
"description": "Crea máquinas virtuales NAS en Proxmox VE con ProxMenux. Soporta Synology DSM (loader), TrueNAS SCALE / CORE, OpenMediaVault, XigmaNAS, Rockstor y ZimaOS. Umbrel OS está disponible vía community script.",
|
|
"ogTitle": "Crear VM: System NAS | ProxMenux Documentation",
|
|
"ogDescription": "Crea máquinas virtuales NAS en Proxmox VE con ProxMenux. Soporta Synology DSM (loader), TrueNAS SCALE / CORE, OpenMediaVault, XigmaNAS, Rockstor y ZimaOS.",
|
|
"ogImageAlt": "Menú System NAS de ProxMenux"
|
|
},
|
|
"header": {
|
|
"title": "Crear VM: System NAS",
|
|
"description": "ProxMenux soporta siete sistemas operativos NAS como VMs específicas, más una ruta opcional para Umbrel OS vía community script. La mayoría de sistemas comparten el mismo flujo auto-ISO; Synology DSM usa un asistente de loader especializado.",
|
|
"section": "Máquinas virtuales"
|
|
},
|
|
"intro": {
|
|
"title": "Cómo funciona el selector de NAS",
|
|
"body": "El selector de NAS detecta la última release estable de cada appliance (consultando su mirror upstream), descarga la ISO — o construye la VM a partir de una imagen pre-empaquetada — y luego cede el control al asistente genérico de VM de ProxMenux para CPU, RAM, disco y configuración de red."
|
|
},
|
|
"image": {
|
|
"alt": "Selector System NAS de ProxMenux",
|
|
"caption": "Selector System NAS"
|
|
},
|
|
"flowBadges": {
|
|
"loader": "Flujo con loader",
|
|
"auto-iso": "Flujo auto-ISO",
|
|
"dedicated": "Script dedicado"
|
|
},
|
|
"labels": {
|
|
"base": "Base",
|
|
"fileSystem": "Filesystem",
|
|
"viewDetails": "Ver detalles"
|
|
},
|
|
"supported": {
|
|
"heading": "Sistemas NAS soportados",
|
|
"cards": [
|
|
{
|
|
"name": "Synology DSM",
|
|
"tagline": "DiskStation Manager con el loader ARC / RR. Requiere configurar el loader antes del primer arranque.",
|
|
"icon": "HardDrive",
|
|
"base": "Linux (custom)",
|
|
"fileSystem": "Btrfs, ext4",
|
|
"href": "/docs/create-vm/system-nas/synology",
|
|
"flow": "loader"
|
|
},
|
|
{
|
|
"name": "TrueNAS SCALE",
|
|
"tagline": "TrueNAS basado en Debian con apps Docker / Kubernetes y ZFS como filesystem principal.",
|
|
"icon": "Database",
|
|
"base": "Debian Linux",
|
|
"fileSystem": "ZFS",
|
|
"href": "/docs/create-vm/system-nas/system-nas-others#truenas-scale",
|
|
"flow": "auto-iso"
|
|
},
|
|
{
|
|
"name": "TrueNAS CORE",
|
|
"tagline": "TrueNAS basado en FreeBSD. Almacenamiento ZFS de nivel empresarial con jails y plugins.",
|
|
"icon": "Database",
|
|
"base": "FreeBSD",
|
|
"fileSystem": "ZFS",
|
|
"href": "/docs/create-vm/system-nas/system-nas-others#truenas-core",
|
|
"flow": "auto-iso"
|
|
},
|
|
{
|
|
"name": "OpenMediaVault",
|
|
"tagline": "NAS ligero basado en Debian con arquitectura modular de plugins. Va bien con hardware antiguo.",
|
|
"icon": "Server",
|
|
"base": "Debian Linux",
|
|
"fileSystem": "ext4, XFS, Btrfs",
|
|
"href": "/docs/create-vm/system-nas/system-nas-others#openmediavault",
|
|
"flow": "auto-iso"
|
|
},
|
|
{
|
|
"name": "XigmaNAS",
|
|
"tagline": "NAS basado en FreeBSD — el sucesor original de FreeNAS, centrado en ZFS y simplicidad.",
|
|
"icon": "Database",
|
|
"base": "FreeBSD",
|
|
"fileSystem": "ZFS, UFS",
|
|
"href": "/docs/create-vm/system-nas/system-nas-others#xigmanas",
|
|
"flow": "auto-iso"
|
|
},
|
|
{
|
|
"name": "Rockstor",
|
|
"tagline": "NAS basado en openSUSE construido en torno a Btrfs. Los Rock-ons (apps Docker) amplían la funcionalidad.",
|
|
"icon": "HardDrive",
|
|
"base": "openSUSE Leap",
|
|
"fileSystem": "Btrfs",
|
|
"href": "/docs/create-vm/system-nas/system-nas-others#rockstor",
|
|
"flow": "auto-iso"
|
|
},
|
|
{
|
|
"name": "ZimaOS",
|
|
"tagline": "SO NAS ligero centrado en multimedia, apps Docker y domótica. Usa su propio instalador.",
|
|
"icon": "MonitorIcon",
|
|
"base": "Debian / CasaOS",
|
|
"fileSystem": "ext4",
|
|
"href": "/docs/create-vm/system-nas/system-nas-others#zimaos",
|
|
"flow": "dedicated"
|
|
}
|
|
]
|
|
},
|
|
"umbrel": {
|
|
"title": "Opción de la comunidad: Umbrel OS",
|
|
"bodyRich": "La 8ª entrada del menú NAS es <strong>Umbrel OS</strong>. Ejecuta un <umbrelLink>instalador de community-scripts</umbrelLink> mantenido fuera de ProxMenux, así que no se documenta aquí. El instalador gestiona el ciclo de vida completo y muestra sus credenciales por defecto al final."
|
|
},
|
|
"zfsMem": {
|
|
"title": "Regla rápida de memoria para ZFS",
|
|
"bodyRich": "Si eliges un NAS basado en ZFS (TrueNAS, XigmaNAS), asigna al menos <strong>8 GB de RAM</strong> a la VM — ZFS usa la memoria libre como caché ARC y el rendimiento se degrada notablemente por debajo de eso. Rockstor (Btrfs) y OMV (ext4) son mucho menos exigentes con la memoria."
|
|
},
|
|
"related": {
|
|
"heading": "Relacionado",
|
|
"items": [
|
|
{
|
|
"href": "/docs/create-vm/system-nas/synology",
|
|
"label": "VM Synology",
|
|
"tail": " — instalador específico para Synology DSM (Xpenology) en Proxmox."
|
|
},
|
|
{
|
|
"href": "/docs/create-vm/system-nas/system-nas-others",
|
|
"label": "Otros System NAS",
|
|
"tail": " — TrueNAS, OpenMediaVault, Rockstor, XigmaNAS y similares."
|
|
},
|
|
{
|
|
"href": "/docs/disk-manager/import-disk-vm",
|
|
"label": "Importar disco a VM",
|
|
"tail": " — pasa discos físicos reales a la VM NAS (recomendado sobre discos virtuales para producción)."
|
|
},
|
|
{
|
|
"href": "/docs/help-info/zfs-commands",
|
|
"label": "Comandos de gestión de ZFS",
|
|
"tail": " — útiles si tu distribución NAS usa ZFS por debajo."
|
|
},
|
|
{
|
|
"href": "/docs/create-vm",
|
|
"label": "Resumen de Crear VM",
|
|
"tail": "."
|
|
}
|
|
]
|
|
}
|
|
}
|