Sign inSign up

netinsystems/netin-ds-webui

By netinsystems

•Updated over 1 year ago

Image
0

4.3K

netinsystems/netin-ds-webui repository overview

netin

⁠NetinDS WebUI - Frontend and Reverse Proxy

Librería Node.js® para NetinDS ⁠ - Documentación completa de NetinDS ⁠ - Soporte Netin Systems ⁠ - NetinDS en Docker ⁠

Known Vulnerabilities Docker Image


⁠Tabla de contenidos

⁠Introducción

NetinDS WebUI es el encargado de servir la página web de la aplicación y a su vez funciona como proxy inverso

⁠Instalación

⁠Docker-compose
netin-ds-webui:
        container_name: netin-ds-webui
        ports:
            - '80:80'
            - '8081:8081'
        image: 'netinsystems/netin-ds-webui'
        environment:
        volumes:
            - repository:/data/netin/repository
            - assets:/data/netin/netin-ds-webui/assets
        mem_limit: 128m

⁠Uso

⁠Volumenes

Para su correcto funcionamiento se deben crear los siguientes volúmenes y asignarles permisos al usuario con UID y GID 1024

  • assets
  • repository

mkdir -p $PATH/TO/DATA/{assets,repository}

chown -R 1024:1024 $PATH/TO/DATA/{assets,repository}

⁠Variables de entorno
⁠Configuración general de NetinDS-WebUI
  • CONFIG_SERVICE_MODE default(server): indica si la web funcionara para un servidor, para un agente o para un standalone. Las opciones disponibles son
  • server
  • agent
  • standalone
  • CONFIG_API_HOST default(netin-ds-datasource): Host donde estará el REST API de NetinDS
  • CONFIG_DASHBOARDS_HOST default(netin-ds-dashboards): Host donde estará Kibana
  • CONFIG_DASHBOARDS_PORT default(not defined): Puerto donde se servirán los dashboards desde Kibana
  • CONFIG_REPOSITORY_PATH default(not defined): dirección donde se haya creado el volumen repository

⁠Colaboración

Como en el resto de los repositorios de Netin Systems, toda colaboración es siempre bien recibida.

Si cree que existe un error cree un bug⁠ aportando toda la información posible.

Si quiere realizar un nuevo aporte, cree una nueva rama, respetando en todo momento el flujo de versiones establecido por GitFlow⁠, realice sus modificaciones en ella y solicite la aprobación de las mismas mediante Pull Request⁠, rellenando correctamente la plantilla del mismo.

⁠Licencia

Copyright 2021 Network Intelligence S.L. All rights reserved.

Note: All information contained herein is, and remains the property of Network Intelligence S.L. and its suppliers, if any. The intellectual and technical concepts contained herein are property of Network Intelligence S.L. and its suppliers and may be covered by European and Foreign patents, patents in process, and are protected by trade secret or copyright. Dissemination of this information or the reproduction of this material is strictly forbidden unless prior written permission is obtained from Network Intelligence.

Tag summary

Content type

Image

Digest

sha256:18e9ee89c…

Size

90.8 MB

Last updated

over 1 year ago

docker pull netinsystems/netin-ds-webui:not-set