From d3faf0e946f7f46f2b483655400ecf743a116dbb Mon Sep 17 00:00:00 2001 From: Wytamma Wirth Date: Wed, 18 Sep 2024 13:46:43 +1000 Subject: [PATCH] Add note about firewalls #41 --- docs/tutorial/remote-beastiary.md | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/docs/tutorial/remote-beastiary.md b/docs/tutorial/remote-beastiary.md index 3547236..7a4a4dd 100644 --- a/docs/tutorial/remote-beastiary.md +++ b/docs/tutorial/remote-beastiary.md @@ -14,6 +14,10 @@ Welcome to Spartan, the general purpose High Performance Computer system. The easiest way to access beastiary on a remote server is to use the `--share` flag when starting beastiary. This will generate a public link that can be accessed from any machine. +!!! warning + + We strongly recommend against disabling security when using the `--share` flag. We try to make Beastiary as secure as possible, but it is still a public link and there are bad actors. +
```console @@ -33,11 +37,10 @@ Beastiary is now publicly accessible at: https://gra When running beastiary with the `--share` it will use [with-cloudflared](https://github.com/wytamma/with-cloudflared) to create a public link that will redirect public traffic to the local beastiary server. The public link will only work while beastiary is running. If you close the beastiary server you will have to generate a new public link. -!!! warning - - We strongly recommend against disabling security when using the `--share` flag. We try to make Beastiary as secure as possible, but it is still a public link and there are bad actors. - +!!! note + Some firewalls and antivirus software may block public link sharing. + If you want to access beastiary on a remote server without creating a public link then you will have to use an SSH tunnel. ## SSH tunnel