Custom sources let you bring your own Git repository into Nexterm so that its scripts and snippets appear alongside the built-in ones. Any public repository hosted on GitHub, GitLab, or any other Git hosting platform is supported. This makes it easy to share a common library of automation scripts across your team without duplicating content inside Nexterm itself.Documentation Index
Fetch the complete documentation index at: https://mintlify.com/gnmyt/Nexterm/llms.txt
Use this file to discover all available pages before exploring further.
What custom sources provide
A custom source is a Git repository that follows the Nexterm scripts and snippets file format. Once connected, Nexterm pulls the repository content at startup and makes it available in the Snippets panel and the Scripts tab of the terminal.Scripts
Runnable shell scripts that you can execute directly in an open SSH session with a single click.
Snippets
Reusable text fragments — commands, config blocks, or any other text — that you can paste into a terminal at any time.
See Scripts & Snippets for the file format and directory structure your repository must follow.
Supported Git hosting
Custom sources work with any public Git repository. Examples include:https://github.com/your-org/nexterm-scriptshttps://gitlab.com/your-org/nexterm-scripts- Any self-hosted Git server that serves repositories over HTTPS
Adding a source
Enter a name and repository URL
Give the source a descriptive name — this is only used for display in the UI — and paste the repository URL.
How syncing works
Nexterm syncs each custom source once, when the server starts. After the initial sync, the repository contents are cached locally and served directly from that cache. To pick up changes you push to your repository, restart Nexterm:Using scripts and snippets from custom sources
Once a source is synced, its content is accessible from the same places as the built-in library.Open the Snippets panel
Click the Snippets icon in the session toolbar. Use the repository dropdown to select your custom source and browse or search its snippets.