Go to file
Nicolas Arenas 0702c5d6cb
testing/og-dhcp-API/pipeline/pr-main There was a failure building this commit Details
testing/og-dhcp-API/pipeline/head There was a failure building this commit Details
ogdhcp/pipeline/tag There was a failure building this commit Details
Adds changelog in to keep a changelog format
2025-03-18 07:31:21 +01:00
Jenkins Add jenkinsfile for debian packaging 2025-03-18 01:56:57 +01:00
config refs #1204 Adds symfony logs with format in ogdhcp controller 2025-01-13 10:39:21 +01:00
debian Add debian folder to create Debian packages for Ubuntu24 , refs #1709 2025-03-13 16:56:19 +01:00
docs refs #157 Adds new ogdhcp api documentation 2024-01-29 14:48:49 +01:00
etc Add debian folder to create Debian packages for Ubuntu24 , refs #1709 2025-03-13 16:56:19 +01:00
installer refs #1581 fix backup permissions in installer 2025-02-27 16:10:18 +01:00
migrations #152 First commit ogdhcp 2024-01-23 08:02:23 +01:00
public "#153 Updates swagger.json" 2024-02-15 09:36:42 +01:00
src refs #1543 fix swagger annotation 2025-03-03 08:30:42 +01:00
templates #152 First commit ogdhcp 2024-01-23 08:02:23 +01:00
tests Merged branch 'nginx_conf' into 'main', ignoring conflicts and keeping 'nginx_conf' changes 2024-11-13 19:35:06 +01:00
translations #152 First commit ogdhcp 2024-01-23 08:02:23 +01:00
.env refs #152 #153 #156 #157 Deletes innecesaries files 2024-01-29 11:33:28 +01:00
.gitignore Add debian folder to create Debian packages for Ubuntu24 , refs #1709 2025-03-13 16:56:19 +01:00
CHANGELOG Updates changelog 0.6.0 2025-03-03 08:36:59 +01:00
CHANGELOG.md Adds changelog in to keep a changelog format 2025-03-18 07:31:21 +01:00
README.md refs #797 resolves conflict 2024-09-30 12:09:14 +02:00
composer.json Merged branch 'nginx_conf' into 'main', ignoring conflicts and keeping 'nginx_conf' changes 2024-11-13 19:35:06 +01:00
phpunit.xml.dist #152 First commit ogdhcp 2024-01-23 08:02:23 +01:00

README.md

El proyecto ogdhcp es una API diseñada para gestionar la configuración de Kea DHCP. Kea DHCP es un servidor DHCP de código abierto desarrollado por ISC (Internet Systems Consortium) que ofrece soporte para DHCPv4 y DHCPv6.

La API ogdhcp proporciona una interfaz para interactuar con Kea DHCP, permitiendo a los usuarios y aplicaciones como Opengnsys gestionar la configuración de Kea DHCP de manera remota en lugar de tener que modificar manualmente los archivos de configuración.

Las funciones proporcionadas por la API ogdhcp permiten:

  • Consultar la configuración actual de Kea DHCP.
  • Modificar la configuración de Kea DHCP, como agregar, eliminar o modificar subredes, reservas de IP, opciones de DHCP, etc.