Skip to content

Comments

Offline mode#842

Merged
martastain merged 11 commits intodevelopfrom
offline-mode
Feb 2, 2026
Merged

Offline mode#842
martastain merged 11 commits intodevelopfrom
offline-mode

Conversation

@martastain
Copy link
Member

@martastain martastain commented Jan 16, 2026

This pull request introduces support for an "offline mode" in the AYON server, which prevents the application from attempting to connect to external services like the marketplace or Ynput Cloud. It also refactors the GraphiQL and Redoc documentation endpoints to serve static assets locally rather than from external CDNs, improving reliability and security. These changes affect configuration, API endpoints, error handling, and static asset management.

In order to activate the offline mode, add the following environment variable to your server container

AYON_OFFLINE_MODE=true

These changes improve the robustness of the AYON server in environments with restricted internet access and enhance the reliability and security of its documentation and developer tools.

@martastain martastain linked an issue Jan 16, 2026 that may be closed by this pull request
…in path expression

Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
@martastain martastain self-assigned this Jan 16, 2026
@martastain martastain added type: enhancement Improvement of existing functionality or minor addition sponsored This is directly sponsored by a client or community member labels Jan 16, 2026
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot encountered an error and was unable to review this pull request. You can try again by re-requesting a review.

Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot encountered an error and was unable to review this pull request. You can try again by re-requesting a review.

@martastain martastain marked this pull request as ready for review February 2, 2026 12:28
@martastain martastain requested a review from Copilot February 2, 2026 12:28
@martastain martastain merged commit f5cfd3c into develop Feb 2, 2026
10 of 11 checks passed
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Copilot reviewed 10 out of 17 changed files in this pull request and generated 8 comments.


💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

sponsored This is directly sponsored by a client or community member type: enhancement Improvement of existing functionality or minor addition

Projects

None yet

Development

Successfully merging this pull request may close these issues.

YN-0357: AYON server offline mode GraphQL: Bundle GraphIQl dependencies with the server

1 participant