diff --git a/docs/overview/supported-platforms/buildroot.md b/docs/overview/supported-platforms/buildroot.md new file mode 100644 index 0000000..0a41971 --- /dev/null +++ b/docs/overview/supported-platforms/buildroot.md @@ -0,0 +1,5 @@ +# Buildroot + +For highly customizable and lightweight Linux systems, Buildroot offers a great option, +and ShellHub can be included as part of a custom-built root filesystem. +This is ideal for embedded systems requiring efficient resource usage. diff --git a/docs/overview/supported-platforms/docker.md b/docs/overview/supported-platforms/docker.md new file mode 100644 index 0000000..b9268fc --- /dev/null +++ b/docs/overview/supported-platforms/docker.md @@ -0,0 +1,5 @@ +# Docker + +Docker is one of the most popular container platforms, and ShellHub fully +supports deployment via Docker containers. This method is ideal for +environments where containerization simplifies application management and deployment. \ No newline at end of file diff --git a/docs/overview/supported-platforms/freebsd.md b/docs/overview/supported-platforms/freebsd.md new file mode 100644 index 0000000..01d899d --- /dev/null +++ b/docs/overview/supported-platforms/freebsd.md @@ -0,0 +1,9 @@ +# FreeBSD + +:::warning Experimental Support +The FreeBSD integration is currently experimental and may not have full feature parity with other supported platforms. +::: + +ShellHub also supports FreeBSD, offering flexibility for those who prefer this Unix-like operating system. +With FreeBSD’s strong focus on networking and security, ShellHub fits naturally into these environments. + diff --git a/docs/overview/supported-platforms/index.md b/docs/overview/supported-platforms/index.md new file mode 100644 index 0000000..7962f8e --- /dev/null +++ b/docs/overview/supported-platforms/index.md @@ -0,0 +1,9 @@ +import DocCardList from '@theme/DocCardList'; + +# Supported Platforms + +The ShellHub platform is designed to support a wide range of operating systems and environments, +ensuring flexibility and adaptability for different use cases. +Below are the officially supported platforms with specific instructions on how to set up ShellHub on each one. + + diff --git a/docs/overview/supported-platforms/snap.md b/docs/overview/supported-platforms/snap.md new file mode 100644 index 0000000..a1888f8 --- /dev/null +++ b/docs/overview/supported-platforms/snap.md @@ -0,0 +1,5 @@ +# Snap + +ShellHub is available as a Snap package, making it easy to install and manage on +systems that support the Snapcraft ecosystem. This method offers simplicity and +ease of use for quick installation and automatic updates. diff --git a/docs/overview/supported-platforms/yocto.md b/docs/overview/supported-platforms/yocto.md new file mode 100644 index 0000000..6c66f0d --- /dev/null +++ b/docs/overview/supported-platforms/yocto.md @@ -0,0 +1,5 @@ +# Yocto + +ShellHub can be seamlessly integrated into Yocto-based embedded Linux systems. +Yocto provides a flexible environment for building custom Linux images, and with ShellHub, +you can remotely manage your devices with ease.