informatica:software:aplicaciones_web:homepage
Diferencias
Muestra las diferencias entre dos versiones de la página.
| Ambos lados, revisión anteriorRevisión previaPróxima revisión | Revisión previa | ||
| informatica:software:aplicaciones_web:homepage [2022/12/14 11:44] – tempwin | informatica:software:aplicaciones_web:homepage [2025/06/18 17:24] (actual) – [Docker] tempwin | ||
|---|---|---|---|
| Línea 3: | Línea 3: | ||
| Página de inicio / dashboard personalizable con Docker e integraciones de servicios vía APIs. | Página de inicio / dashboard personalizable con Docker e integraciones de servicios vía APIs. | ||
| - | * [[https:// | + | * [[https:// |
| - | * [[https:// | + | * [[https:// |
| {{https:// | {{https:// | ||
| Línea 25: | Línea 25: | ||
| * Opciones de presentación en columnas y filas | * Opciones de presentación en columnas y filas | ||
| + | ===== Instalación ===== | ||
| + | |||
| + | ==== Docker ==== | ||
| + | |||
| + | Ejemplo del fichero '' | ||
| + | |||
| + | <code yaml> | ||
| + | version: " | ||
| + | services: | ||
| + | homepage: | ||
| + | image: ghcr.io/ | ||
| + | container_name: | ||
| + | ports: | ||
| + | - 3000:3000 | ||
| + | volumes: | ||
| + | - ./ | ||
| + | - / | ||
| + | - / | ||
| + | - / | ||
| + | - / | ||
| + | # Obligatorio desde la versión v1.0: | ||
| + | # environment: | ||
| + | # - HOMEPAGE_ALLOWED_HOSTS=192.168.0.10: | ||
| + | restart: unless-stopped | ||
| + | </ | ||
| + | |||
| + | Para las integraciones con Docker, además debemos editar el fichero '' | ||
| + | |||
| + | <code yaml> | ||
| + | servidor-docker: | ||
| + | socket: / | ||
| + | </ | ||
| + | |||
| + | Posteriormente, | ||
| + | |||
| + | <code yaml> | ||
| + | - NAS: | ||
| + | - Nextcloud: | ||
| + | href: https:// | ||
| + | description: | ||
| + | icon: mdi-cloud-lock-outline | ||
| + | server: servidor-docker | ||
| + | container: contenedor-nextcloud | ||
| + | </ | ||
| + | |||
| + | Donde '' | ||
| + | |||
| + | ===== Configuración ===== | ||
| + | |||
| + | Si se quiere poner iconos, se pueden utilizar por defecto los de [[https:// | ||
| + | |||
| + | <code yaml> | ||
| + | - NAS: | ||
| + | - Torrent: | ||
| + | href: http:// | ||
| + | description: | ||
| + | icon: mdi-download-box | ||
| + | </ | ||
| + | |||
| + | ===== Recursos ===== | ||
| + | |||
| + | * [[https:// | ||
informatica/software/aplicaciones_web/homepage.1671014656.txt.gz · Última modificación: por tempwin
