From 50d06d225f66b9cf3bbe71de0fa3d28d2aa43e3f Mon Sep 17 00:00:00 2001 From: unusualevent <111516305+unusualevent@users.noreply.github.com> Date: Sat, 5 Aug 2023 20:58:23 -0600 Subject: [PATCH 1/3] channel reference is useless without server invite, also channel link was incorrect. --- docs/web-ui.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/web-ui.md b/docs/web-ui.md index d018666e6d..bc952e68b4 100644 --- a/docs/web-ui.md +++ b/docs/web-ui.md @@ -11,4 +11,4 @@ | headscale-ui | [Github](https://github.com/gurucomputing/headscale-ui) | A web frontend for the headscale Tailscale-compatible coordination server | Alpha | | HeadscaleUi | [GitHub](https://github.com/simcu/headscale-ui) | A static headscale admin ui, no backend enviroment required | Alpha | -You can ask for support on our dedicated [Discord channel](https://discord.com/channels/896711691637780480/1105842846386356294). +You can ask for support on our [Discord server](https://discord.gg/c84AZQhmpx) in the web-ui channel. From e16e08d3b3572223f8750bd1a3daa969a91e674c Mon Sep 17 00:00:00 2001 From: unusualevent <111516305+unusualevent@users.noreply.github.com> Date: Sat, 5 Aug 2023 21:00:15 -0600 Subject: [PATCH 2/3] links to channels are useless without server invite, also the channel link was incorrect. --- docs/faq.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/faq.md b/docs/faq.md index 6331c54a1c..68dca416e7 100644 --- a/docs/faq.md +++ b/docs/faq.md @@ -46,7 +46,7 @@ We currently support deploying `headscale` using our binaries and the DEB packag In addition to that, there are semi-official RPM packages by the Fedora infra team https://copr.fedorainfracloud.org/coprs/jonathanspw/headscale/ -For convenience, we also build Docker images with `headscale`. But **please be aware that we don't officially support deploying `headscale` using Docker**. We have a [Discord channel](https://discord.com/channels/896711691637780480/1070619770942148618) where you can ask for Docker-specific help to the community. +For convenience, we also build Docker images with `headscale`. But **please be aware that we don't officially support deploying `headscale` using Docker**. On our [Discord server](https://discord.gg/c84AZQhmpx) we have a docker-issues channel where you can ask for Docker-specific help to the community. ## Why is my reverse proxy not working with Headscale? From 35771a1fda474daa1673573256f4a71e9e75bcdf Mon Sep 17 00:00:00 2001 From: unusualevent <111516305+unusualevent@users.noreply.github.com> Date: Sat, 5 Aug 2023 21:02:13 -0600 Subject: [PATCH 3/3] missed a discord link. --- docs/faq.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/faq.md b/docs/faq.md index 68dca416e7..20db8e9c36 100644 --- a/docs/faq.md +++ b/docs/faq.md @@ -50,4 +50,4 @@ For convenience, we also build Docker images with `headscale`. But **please be a ## Why is my reverse proxy not working with Headscale? -We don't know. We don't use reverse proxies with `headscale` ourselves, so we don't have any experience with them. We have [community documentation](https://headscale.net/reverse-proxy/) on how to configure various reverse proxies, and a dedicated [Discord channel](https://discord.com/channels/896711691637780480/1070619818346164324) where you can ask for help to the community. +We don't know. We don't use reverse proxies with `headscale` ourselves, so we don't have any experience with them. We have [community documentation](https://headscale.net/reverse-proxy/) on how to configure various reverse proxies, and a dedicated reverse proxy issues channel on our [Discord server](https://discord.gg/c84AZQhmpx) where you can ask for help to the community.