Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion core/sandpolis-core-foundation/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## Sandpolis Foundation Module

_This library module is a part of
[Sandpolis](https://github.com/sandpolis/sandpolis)._
[Sandpolis](https://github.com/nativeit-dev/sandpolis)._

This module contains universal types, utilities, and resources.
2 changes: 1 addition & 1 deletion core/sandpolis-core-instance/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## Sandpolis Instance Module

_This library module is a part of
[Sandpolis](https://github.com/sandpolis/sandpolis)._
[Sandpolis](https://github.com/nativeit-dev/sandpolis)._
2 changes: 1 addition & 1 deletion instance/sandpolis-client/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
## Sandpolis Graphical UI Client

_This instance module is a part of
[Sandpolis](https://github.com/sandpolis/sandpolis)._
[Sandpolis](https://github.com/nativeit-dev/sandpolis)._

#### Docker on Linux

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ class AboutView : View("About") {
action {
UI.getApplication()
.getHostServices()
.showDocument("https://github.com/sandpolis/sandpolis")
.showDocument("https://github.com/nativeit-dev/sandpolis")
}
}
}
Expand Down
6 changes: 3 additions & 3 deletions instance/sandpolis-deployer/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion instance/sandpolis-server/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
## Sandpolis Server

_This instance module is a part of
[Sandpolis](https://github.com/sandpolis/sandpolis)._
[Sandpolis](https://github.com/nativeit-dev/sandpolis)._

<p align="center">
<img src="https://s3.us-east-2.amazonaws.com/github.sandpolis.com/server/log.png" />
Expand Down
2 changes: 1 addition & 1 deletion plugin/sandpolis-plugin-desktop/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
## Sandpolis Desktop Plugin

_This plugin module is a part of
[Sandpolis](https://github.com/sandpolis/sandpolis)._
[Sandpolis](https://github.com/nativeit-dev/sandpolis)._

The desktop plugin provides remote desktop and bidirectional screen-sharing
capabilities.
2 changes: 1 addition & 1 deletion plugin/sandpolis-plugin-device/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
## Sandpolis Device Plugin

_This plugin module is a part of
[Sandpolis](https://github.com/sandpolis/sandpolis)._
[Sandpolis](https://github.com/nativeit-dev/sandpolis)._

The device plugin integrates with various non-Sandpolis devices on the network.
These devices (called subagents) do not run an agent instance, instead
Expand Down
2 changes: 1 addition & 1 deletion plugin/sandpolis-plugin-filesystem/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## Sandpolis Filesystem Plugin

_This plugin module is a part of
[Sandpolis](https://github.com/sandpolis/sandpolis)._
[Sandpolis](https://github.com/nativeit-dev/sandpolis)._

This plugin integrates with the filesystem.
2 changes: 1 addition & 1 deletion plugin/sandpolis-plugin-shell/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
## Sandpolis Shell Plugin

_This plugin module is a part of
[Sandpolis](https://github.com/sandpolis/sandpolis)._
[Sandpolis](https://github.com/nativeit-dev/sandpolis)._

The shell plugin integrates with the system shell and enables remote shell
sessions, command scheduling, etc. It supports the following shells:
Expand Down
2 changes: 1 addition & 1 deletion plugin/sandpolis-plugin-snapshot/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
## Sandpolis Snapshot Plugin

_This plugin module is a part of
[Sandpolis](https://github.com/sandpolis/sandpolis)._
[Sandpolis](https://github.com/nativeit-dev/sandpolis)._

The snapshot plugin provides the ability to take and restore cold snapshots of
agent disks.
Expand Down
2 changes: 1 addition & 1 deletion plugin/sandpolis-plugin-update/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## Sandpolis Update Plugin

_This plugin module is a part of
[Sandpolis](https://github.com/sandpolis/sandpolis)._
[Sandpolis](https://github.com/nativeit-dev/sandpolis)._

This plugin provides software management operations.