informatica:software:aplicaciones_web:dokuwiki
Diferencias
Muestra las diferencias entre dos versiones de la página.
| Ambos lados, revisión anteriorRevisión previa | |||
| informatica:software:aplicaciones_web:dokuwiki [2026/07/22 09:02] – borrado - editor externo (Fecha desconocida) 127.0.0.1 | informatica:software:aplicaciones_web:dokuwiki [2026/07/22 09:02] (actual) – ↷ El nombre de la página cambió de informatica:software:aplicaciones_web:dukuwiki a informatica:software:aplicaciones_web:dokuwiki tempwin | ||
|---|---|---|---|
| Línea 1: | Línea 1: | ||
| + | ====== DokuWiki ====== | ||
| + | Wiki construida con [[..: | ||
| + | |||
| + | * [[https:// | ||
| + | * [[https:// | ||
| + | |||
| + | {{ https:// | ||
| + | |||
| + | |||
| + | ===== Instalación ===== | ||
| + | |||
| + | ==== Docker ==== | ||
| + | |||
| + | Ejemplo de '' | ||
| + | |||
| + | <code yaml> | ||
| + | --- | ||
| + | services: | ||
| + | dokuwiki: | ||
| + | image: lscr.io/ | ||
| + | container_name: | ||
| + | environment: | ||
| + | - PUID=1000 | ||
| + | - PGID=1000 | ||
| + | - TZ=Europe/ | ||
| + | volumes: | ||
| + | - / | ||
| + | ports: | ||
| + | - 80:80 | ||
| + | - 443:443 #optional | ||
| + | restart: unless-stopped | ||
| + | </ | ||
| + | |||
| + | <WRAP center round info 60%> | ||
| + | También existe una [[https:// | ||
| + | </ | ||
| + | |||
| + | ===== Plugins ===== | ||
| + | |||
| + | Permiten extender las funcionalidades básicas de DokuWiki. Recomendaciones: | ||
| + | |||
| + | * [[https:// | ||
| + | * [[https:// | ||
| + | * [[https:// | ||
| + | * [[https:// | ||
| + | * [[https:// | ||
| + | * [[https:// | ||
| + | * [[https:// | ||
| + | * [[https:// | ||
| + | ===== Plantillas ===== | ||
| + | |||
| + | Permiten cambiar el aspecto de DokuWiki. Algunas interesantes: | ||
| + | |||
| + | * [[https:// | ||
| + | * [[https:// | ||
| + | * [[https:// | ||
| + | |||
| + | ===== Uso ===== | ||
| + | |||
| + | ==== Sintaxis ==== | ||
| + | |||
| + | Dokuwiki usa su lenguaje de marcado, pero desde el lanzamiento de la versión 2026-07-14 " | ||
| + | |||
| + | ==== Acrónimos / abreviaturas ==== | ||
| + | |||
| + | Podemos editar o añadir los nuestros en el fichero '' | ||
| + | ===== Recursos ===== | ||
| + | |||
| + | * [[https:// | ||
| + | * [[https:// | ||
| + | * [[https:// | ||
