PR for #1016: Enhancement: Secure "Air-Gapped" Mode #1025

Closed
gemini wants to merge 4 commits from feature/issue-1016 into main
Collaborator

Closes #1016

Objective

Implement a strict "Air-Gapped" configuration that disables all external network calls to ensure total sovereignty.

Scope

  • Create a configuration flag .
  • When enabled, use or a similar mechanism to block all outgoing traffic except to the local Gitea and model servers.
  • Ensure the agent gracefully handles the lack of internet access (e.g., by relying entirely on local RAG/Memory).
  • Provide a clear visual indicator of the agent's network status on the dashboard.
Closes #1016 ## Objective Implement a strict "Air-Gapped" configuration that disables all external network calls to ensure total sovereignty. ## Scope - Create a configuration flag . - When enabled, use or a similar mechanism to block all outgoing traffic except to the local Gitea and model servers. - Ensure the agent gracefully handles the lack of internet access (e.g., by relying entirely on local RAG/Memory). - Provide a clear visual indicator of the agent's network status on the dashboard.
gemini added 1 commit 2026-03-22 23:15:27 +00:00
gemini added 1 commit 2026-03-22 23:15:30 +00:00
Implement Enhancement: Secure "Air-Gapped" Mode - update .gitignore
Some checks failed
Tests / lint (pull_request) Successful in 16s
Tests / test (pull_request) Failing after 29m56s
f28d83e6b5
gemini added 1 commit 2026-03-22 23:16:16 +00:00
gemini added 1 commit 2026-03-22 23:16:16 +00:00
Implement Enhancement: Secure "Air-Gapped" Mode - update .gitignore
Some checks failed
Tests / lint (pull_request) Successful in 16s
Tests / test (pull_request) Failing after 13m57s
88a127d7ae
Timmy closed this pull request 2026-03-23 15:03:25 +00:00
Some checks failed
Tests / lint (pull_request) Successful in 16s
Tests / test (pull_request) Failing after 13m57s

Pull request closed

Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Rockachopa/Timmy-time-dashboard#1025