Skip to content

Add LAN management backend and integrations - #2

Draft
CctrGy wants to merge 13 commits into
mainfrom
codex/lan-management-beta2
Draft

Add LAN management backend and integrations#2
CctrGy wants to merge 13 commits into
mainfrom
codex/lan-management-beta2

Conversation

@CctrGy

@CctrGy CctrGy commented Aug 4, 2026

Copy link
Copy Markdown
Owner

Qué cambia

  • añade el backend de monitorización permanente y temporal con perfiles, asignaciones, métricas SQLite, incidencias e informes VLF
  • incorpora historial estructurado en CLI/TUI y trazabilidad por elemento
  • integra Radmin en el núcleo y añade los plugins WOL y descubrimiento SMB
  • amplía la GUI con paneles declarativos para monitorización y recursos compartidos
  • completa el script Clink con todos los comandos y argumentos actuales
  • actualiza LANCTL a 0.3.0-beta.2
  • corrige la unidad systemd para rutas seguras y arranque mediante python -m app

Motivo

LANCTL necesita operar como gestor continuo de una LAN, incluyendo despliegues headless en Raspberry Pi, además de ofrecer acceso y automatizaciones desde las interfaces existentes.

Validación

  • python -m unittest discover -s tests — 260 pruebas correctas
  • python -m compileall -q app tests
  • python -m pip check
  • git diff --check
  • paquetes LCP WOL y SMB verificados

Limitaciones conocidas

  • los paquetes LCP todavía no están firmados
  • CredentialStore continúa usando DPAPI; el almacenamiento seguro de credenciales en Linux queda pendiente
  • la enumeración SMB autenticada y la TUI completa siguen dependiendo de Windows

@github-advanced-security

Copy link
Copy Markdown

You are seeing this message because GitHub Code Scanning has recently been set up for this repository, or this pull request contains the workflow file for the Code Scanning tool.

What Enabling Code Scanning Means:

  • The 'Security' tab will display more code scanning analysis results (e.g., for the default branch).
  • Depending on your configuration and choice of analysis tool, future pull requests will be annotated with code scanning analysis results.
  • You will be able to see the analysis results for the pull request's branch on this overview once the scans have completed and the checks have passed.

For more information about GitHub Code Scanning, check out the documentation.

Comment thread app/commands/access.py
raise ValueError("acción access no válida")
if args.scope == "service":
_secure_service_access(service)
print(json.dumps(payload, indent=2, ensure_ascii=False))
return

def _headers(self, content_type, length, cookie=None):
self.send_header("Content-Type", content_type)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants