aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKieranRobson <kieranrobson1999@gmail.com>2022-08-11 12:24:47 +0000
committerKieranRobson <kieranrobson1999@gmail.com>2022-08-11 12:24:47 +0000
commit694e4688935f954b281f46b9bf0f49e9608f6937 (patch)
treec475120d7efdf5cdc55828fa58befe1f23387fe4
parentMerge branch 'awesome-selfhosted:master' into cleanup (diff)
downloadawesome-selfhosted-694e4688935f954b281f46b9bf0f49e9608f6937.tar.gz
awesome-selfhosted-694e4688935f954b281f46b9bf0f49e9608f6937.zip
Remote Access changes
-rw-r--r--README.md28
1 files changed, 14 insertions, 14 deletions
diff --git a/README.md b/README.md
index 525b0d56..58079025 100644
--- a/README.md
+++ b/README.md
@@ -57,7 +57,6 @@ See [Contributing](.github/CONTRIBUTING.md).
- [File Transfer - Web-based File Managers](#file-transfer---web-based-file-managers)
- [Games](#games)
- [Games - Administrative Utilities & Control Panels](#games---administrative-utilities--control-panels)
- - [Gateways](#gateways)
- [Genealogy](#genealogy)
- [Groupware](#groupware)
- [Human Resources Management (HRM)](#human-resources-management-hrm)
@@ -81,6 +80,7 @@ See [Contributing](.github/CONTRIBUTING.md).
- [Polls and Events](#polls-and-events)
- [Proxy](#proxy)
- [Recipe Management](#recipe-management)
+ - [Remote Access](#remote-access)
- [Resource Planning](#resource-planning)
- [Resource Planning - Enterprise Resource Planning](#resource-planning---enterprise-resource-planning)
- [Search Engines](#search-engines)
@@ -1051,19 +1051,6 @@ Utilities for managing game servers.
- [RconCli](https://github.com/gorcon/rcon-cli) - CLI for executing queries on a remote Valve Source dedicated server using the RCON Protocol. `MIT` `Go`
-### Gateways
-
-**[`^ back to top ^`](#)**
-
-A [gateway](https://en.wikipedia.org/wiki/Gateway_(telecommunications)) is a piece of networking hardware or software used in telecommunications networks that allows data to flow from one discrete network to another.
-
-- [Firezone](https://www.firezone.dev/) - Self-hosted secure remote access gateway that supports the WireGuard protocol. It offers a Web GUI, 1-line install script, multi-factor auth (MFA), and SSO. ([Source Code](https://github.com/firezone/firezone)) `Apache-2.0` `Elixir`
-- [Guacamole](https://guacamole.apache.org) - Guacamole is a clientless remote desktop gateway. It supports standard protocols like VNC and RDP. ([Source Code](https://github.com/glyptodon/)) `Apache-2.0` `Java/C`
-- [ShellHub](https://www.shellhub.io) - ShellHub is a modern SSH server for remotely accessing linux devices via command line (using any SSH client) or web-based user interface, designed as an alternative to sshd. ([Source Code](https://github.com/shellhub-io/shellhub)) `Apache-2.0` `Go/Other`
-- [Sshwifty](https://github.com/nirui/sshwifty) - Sshwifty is a SSH and Telnet connector made for the Web. `AGPL-3.0` `Go/Docker`
-- [Warpgate](https://github.com/warp-tech/warpgate) - Smart SSH and HTTPS bastion that works with any SSH client. `Apache-2.0` `Rust/Docker`
-
-
### Genealogy
**[`^ back to top ^`](#)**
@@ -1665,6 +1652,19 @@ Software and tools for managing [recipes](https://en.wikipedia.org/wiki/Recipe).
- [Tandoor Recipes](https://docs.tandoor.dev/) - Django application to manage, tag and search recipes using either built-in models or external storage providers hosting PDFs, Images or other files. ([Demo](https://app.tandoor.dev/accounts/login/?demo), [Source Code](https://github.com/vabene1111/recipes/)) `MIT` `Python`
+### Remote Access
+
+**[`^ back to top ^`](#)**
+
+[Remote desktop](https://en.wikipedia.org/wiki/Remote_desktop_software) and [SSH](https://en.wikipedia.org/wiki/Secure_Shell) software for remote management of computer systems.
+
+- [Firezone](https://www.firezone.dev/) - Self-hosted secure remote access gateway that supports the WireGuard protocol. It offers a Web GUI, 1-line install script, multi-factor auth (MFA), and SSO. ([Source Code](https://github.com/firezone/firezone)) `Apache-2.0` `Elixir`
+- [Guacamole](https://guacamole.apache.org) - Guacamole is a clientless remote desktop gateway. It supports standard protocols like VNC and RDP. ([Source Code](https://github.com/glyptodon/)) `Apache-2.0` `Java/C`
+- [ShellHub](https://www.shellhub.io) - ShellHub is a modern SSH server for remotely accessing linux devices via command line (using any SSH client) or web-based user interface, designed as an alternative to sshd. ([Source Code](https://github.com/shellhub-io/shellhub)) `Apache-2.0` `Go/Other`
+- [Sshwifty](https://github.com/nirui/sshwifty) - Sshwifty is a SSH and Telnet connector made for the Web. `AGPL-3.0` `Go/Docker`
+- [Warpgate](https://github.com/warp-tech/warpgate) - Smart SSH and HTTPS bastion that works with any SSH client. `Apache-2.0` `Rust/Docker`
+
+
### Resource Planning
**[`^ back to top ^`](#)**