From 06f2a142b82abb0435f661dbfe04aa82c6e88f51 Mon Sep 17 00:00:00 2001 From: thespad Date: Fri, 17 Jan 2025 19:57:01 +0000 Subject: [PATCH] Update all discord links to use the linuxserver.io redirect --- README.md | 2 +- docs/general/docker-compose.md | 2 +- docs/general/swag.md | 34 ++++++++++++++++------------------ mkdocs.yml | 2 +- 4 files changed, 19 insertions(+), 21 deletions(-) diff --git a/README.md b/README.md index 04e49a2c67..44544b1ca9 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ The team resides primarily in our Discord server. We also have a forum if chat i | Where | Link | | :--- | :--- | -| Discord | [https://discord.gg/YWrKVTn](https://discord.gg/YWrKVTn) | +| Discord | [https://linuxserver.io/discord](https://linuxserver.io/discord) | | Forum | [https://discourse.linuxserver.io](https://discourse.linuxserver.io) | For those interested in our CI environment via Jenkins: [https://ci.linuxserver.io/](https://ci.linuxserver.io/) diff --git a/docs/general/docker-compose.md b/docs/general/docker-compose.md index a5958b5919..e0d19fc4d2 100644 --- a/docs/general/docker-compose.md +++ b/docs/general/docker-compose.md @@ -122,7 +122,7 @@ Defining the containers running on your server as code is a core tenet of a "Dev ## Support Requests -If you would like to request support, you can do so on [our discord server](https://discord.gg/linuxserver) or [our forum](https://discourse.linuxserver.io/). When you do so, please provide all the necessary information like the server and platform info, docker container log and the compose yaml. +If you would like to request support, you can do so on [our discord server](https://linuxserver.io/discord) or [our forum](https://discourse.linuxserver.io/). When you do so, please provide all the necessary information like the server and platform info, docker container log and the compose yaml. If your compose yaml makes use of .env files, please post an output of `docker compose config` or `docker compose config -f /path/to/compose.yml` for the entire yaml, or `docker compose config ` for a single service, as it will automatically replace the environment variables with their actual values. diff --git a/docs/general/swag.md b/docs/general/swag.md index 1b4f6ffe4e..5e331b8f9e 100644 --- a/docs/general/swag.md +++ b/docs/general/swag.md @@ -1,6 +1,6 @@ # SWAG -The goal of this guide is to give you ideas on what can be accomplished with the [LinuxServer SWAG docker image](https://hub.docker.com/r/linuxserver/swag) and to get you started. We will explain some of the basic concepts and limitations, and then we'll provide you with common examples. If you have further questions, you can ask on [our forum](https://discourse.linuxserver.io/) or join our Discord for conversations: +The goal of this guide is to give you ideas on what can be accomplished with the [LinuxServer SWAG docker image](https://hub.docker.com/r/linuxserver/swag) and to get you started. We will explain some of the basic concepts and limitations, and then we'll provide you with common examples. If you have further questions, you can ask on [our forum](https://discourse.linuxserver.io/) or join our [Discord](https://linuxserver.io/discord) for conversations. ## Introduction @@ -1222,37 +1222,35 @@ This error means that nginx can't talk to the application. There is a few common - Delete it, and restart the container to have it regenerate - Manually set the content(we wont override it) - + Here are a few troubleshooting steps: - Try to ping the container from the swag container: `docker exec swag ping ` (If your swag container isn't named `swag`, replace `swag` with the swag container's name). - If this doesn't work: - Check if the container is actually running - - check if both swag and the container in question are on the same container network. - - try to find the ip of the container on the network shared with swag (e.g. `docker inspect `) and try to ping that from swag (`docker exec swag ping `) - - If this succeeds, you have an issue with name resolution inside docker networks - - If this fails, you either have an issue with docker networking in general or the containers don't share a common network. + - Check if both swag and the container in question are on the same container network. + - Try to find the ip of the container on the network shared with swag (e.g. `docker inspect `) and try to ping that from swag (`docker exec swag ping `) + - If this succeeds, you have an issue with name resolution inside docker networks + - If this fails, you either have an issue with docker networking in general or the containers don't share a common network. - If this works: - Try to fetch the web interface from the swag container: - `docker exec swag curl http(s)://:` (make sure that this matches whatever is in your proxy conf) - - If this works: Check your proxy conf again. Probably something (protocol, container name, port) is wrong there - - If this doesn't work: - - Check the startup log of the application (`docker logs `). - - Did it start sucessfully/Did it fail for some reason? - - Many applications print what endpoint they are running on there. Check if this matches the values in your proxy conf and the ones used for curl - - Check if the interface the application listens on is correct. Usually this should be 0.0.0.0, but the ip the container has on the network shared with swag should also be fine. - If only 127.0.0.1 or another unrelated IP is listened there, this could be the issue - - Check what protocol and port the application actually listens at. - Are your sure you've used the right values? + `docker exec swag curl http(s)://:` (make sure that this matches whatever is in your proxy conf) + - If this works: Check your proxy conf again. Probably something (protocol, container name, port) is wrong there + - If this doesn't work: + - Check the startup log of the application (`docker logs `). + - Did it start sucessfully/Did it fail for some reason? + - Many applications print what endpoint they are running on there. Check if this matches the values in your proxy conf and the ones used for curl + - Check if the interface the application listens on is correct. Usually this should be 0.0.0.0, but the IP the container has on the network shared with swag should also be fine. If only 127.0.0.1 or another unrelated IP is listed there, this could be the issue. + - Check what protocol and port the application actually listens at. Are your sure you've used the right values? ## Final Thoughts -This image can be used in many different scenarios as it is a full fledged web server with some bells and whistles added. The above examples should be enough to get you started. For more information, please refer to the official documentation on either [Github](https://github.com/linuxserver/docker-swag/blob/master/README.md) or [Docker Hub](https://hub.docker.com/r/linuxserver/swag). If you have questions or issues, or want to discuss and share ideas, feel free to visit our discord: +This image can be used in many different scenarios as it is a full fledged web server with some bells and whistles added. The above examples should be enough to get you started. For more information, please refer to the official documentation on either [Github](https://github.com/linuxserver/docker-swag/blob/master/README.md) or [Docker Hub](https://hub.docker.com/r/linuxserver/swag). If you have questions or issues, or want to discuss and share ideas, feel free to visit our [Discord server](https://linuxserver.io/discord). ### How to Request Support -As you can see in this article, there are many different configurations, therefore we need to understand your exact setup before we can provide support. If you encounter a bug and confirm that it's a bug, please report it on [our github thread](https://github.com/linuxserver/docker-swag). If you need help with setting it up, [join our discord](https://discord.gg/YWrKVTn) and upload the following info to a service like pastebin and post the link: +As you can see in this article, there are many different configurations, therefore we need to understand your exact setup before we can provide support. If you encounter a bug and confirm that it's a bug, please report it on [our github thread](https://github.com/linuxserver/docker-swag). If you need help with setting it up, [join our discord](https://linuxserver.io/discord) and upload the following info to a service like pastebin and post the link: - Docker run/create or compose yml you used - Full docker log (`docker logs swag`) diff --git a/mkdocs.yml b/mkdocs.yml index e7e1c949c9..1d5de89d72 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -42,7 +42,7 @@ extra: - icon: fontawesome/solid/otter link: https://linuxserver.io - icon: fontawesome/brands/discord - link: https://discord.gg/YWrKVTn + link: https://linuxserver.io/discord - icon: fontawesome/brands/discourse link: https://discourse.linuxserver.io - icon: fontawesome/brands/github