From ee2b0340b73550e9e7bfdb0997ce60c6766365d7 Mon Sep 17 00:00:00 2001 From: NBK Date: Mon, 19 Jun 2023 11:46:31 +0000 Subject: [PATCH 01/33] Update 'docs/services/docker/droneci.md' --- docs/services/docker/droneci.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/services/docker/droneci.md b/docs/services/docker/droneci.md index e69de29..a00ac58 100644 --- a/docs/services/docker/droneci.md +++ b/docs/services/docker/droneci.md @@ -0,0 +1,6 @@ +# DroneCI +DroneCI helps automate the process of testing and deploying software changes, making it easier for developers to collaborate and maintain high-quality code. + DroneCI is linked to the Gitea IT repository and builds the mkDocs website used to build KH3's IT documentation. + + + \ No newline at end of file From 9dc0925912edf1e05ab94ea247ec4abdd6577f8e Mon Sep 17 00:00:00 2001 From: NBK Date: Mon, 19 Jun 2023 11:52:41 +0000 Subject: [PATCH 02/33] Update 'docs/services/docker/gitea.md' --- docs/services/docker/gitea.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/services/docker/gitea.md b/docs/services/docker/gitea.md index e69de29..7b73ca9 100644 --- a/docs/services/docker/gitea.md +++ b/docs/services/docker/gitea.md @@ -0,0 +1,3 @@ +# Gitea +Gitea is a user-friendly tool for managing and collaborating on source code repositories, making it easier for teams to work together on software development projects. + It is used to maintain all the KH3-related IT documentation and configuration files. From f4311dcd693cf233baa2a11b4b91b73452ee0c4a Mon Sep 17 00:00:00 2001 From: NBK Date: Mon, 19 Jun 2023 11:54:30 +0000 Subject: [PATCH 03/33] Update 'docs/services/docker/graylog.md' --- docs/services/docker/graylog.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/services/docker/graylog.md b/docs/services/docker/graylog.md index e69de29..b17c719 100644 --- a/docs/services/docker/graylog.md +++ b/docs/services/docker/graylog.md @@ -0,0 +1,5 @@ +# Graylog +Graylog is a tool for collecting and analyzing log data from different applications and systems, helping administrators and developers monitor and troubleshoot issues effectively. +The majority of all services run in KH3’s infrastructure in just their logs into graylog and acts as a central point where all the logs can be analysed + + From c8c68df16b45671365d6dae02f633eeaffe77e51 Mon Sep 17 00:00:00 2001 From: NBK Date: Mon, 19 Jun 2023 11:56:41 +0000 Subject: [PATCH 04/33] Update 'docs/services/docker/pihole.md' --- docs/services/docker/pihole.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/services/docker/pihole.md b/docs/services/docker/pihole.md index e69de29..f82df4e 100644 --- a/docs/services/docker/pihole.md +++ b/docs/services/docker/pihole.md @@ -0,0 +1,5 @@ +# Pi-hole +Pi-hole is a network-level ad-blocking solution that blocks ads before they reach your devices, improving browsing speed and privacy on your home network. + + It is used as the prime DNS. All internet bound traffic on the LAN network goes through the pinhole server which serves as the primary DNS for this traffic, providing ad blocking and site restriction functionality. It blocks trackers and has a comprehensive list of malicious site blocks. In addition it acts as a local DNS, where local host records, both A records and CNAME aliases are created for a number of locally running services mapping IP addresses to host names. + From c1668ab6715a066a48498688dda38d16ad870b80 Mon Sep 17 00:00:00 2001 From: NBK Date: Mon, 19 Jun 2023 11:57:05 +0000 Subject: [PATCH 05/33] Update 'docs/services/docker/graylog.md' --- docs/services/docker/graylog.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/services/docker/graylog.md b/docs/services/docker/graylog.md index b17c719..077d62f 100644 --- a/docs/services/docker/graylog.md +++ b/docs/services/docker/graylog.md @@ -1,5 +1,6 @@ # Graylog Graylog is a tool for collecting and analyzing log data from different applications and systems, helping administrators and developers monitor and troubleshoot issues effectively. + The majority of all services run in KH3’s infrastructure in just their logs into graylog and acts as a central point where all the logs can be analysed From c7779d801328b53c09138298987a0eab37ccda4d Mon Sep 17 00:00:00 2001 From: NBK Date: Mon, 19 Jun 2023 11:57:32 +0000 Subject: [PATCH 06/33] Update 'docs/services/docker/gitea.md' --- docs/services/docker/gitea.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/services/docker/gitea.md b/docs/services/docker/gitea.md index 7b73ca9..fbcf793 100644 --- a/docs/services/docker/gitea.md +++ b/docs/services/docker/gitea.md @@ -1,3 +1,4 @@ # Gitea Gitea is a user-friendly tool for managing and collaborating on source code repositories, making it easier for teams to work together on software development projects. + It is used to maintain all the KH3-related IT documentation and configuration files. From f73b2447bdb03c0d00cf056f202a6ecc41f9be2c Mon Sep 17 00:00:00 2001 From: NBK Date: Mon, 19 Jun 2023 11:58:08 +0000 Subject: [PATCH 07/33] Update 'docs/services/docker/droneci.md' --- docs/services/docker/droneci.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/services/docker/droneci.md b/docs/services/docker/droneci.md index a00ac58..dd080bb 100644 --- a/docs/services/docker/droneci.md +++ b/docs/services/docker/droneci.md @@ -1,5 +1,6 @@ # DroneCI DroneCI helps automate the process of testing and deploying software changes, making it easier for developers to collaborate and maintain high-quality code. + DroneCI is linked to the Gitea IT repository and builds the mkDocs website used to build KH3's IT documentation. From 948298902820af93e093e419444283675ae3692d Mon Sep 17 00:00:00 2001 From: NBK Date: Mon, 19 Jun 2023 12:07:39 +0000 Subject: [PATCH 08/33] Update 'docs/services/docker/traefik.md' --- docs/services/docker/traefik.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/services/docker/traefik.md b/docs/services/docker/traefik.md index e69de29..df5e737 100644 --- a/docs/services/docker/traefik.md +++ b/docs/services/docker/traefik.md @@ -0,0 +1,4 @@ +# Traefik +Traefik is a reverse proxy and load balancer that helps manage network traffic to your applications, ensuring better performance and reliability. + +It is configured with cloudfare to request a less encrypt wildcard certificate [*.office.kh3group.com](*.office.kh3group.com) used by most of the locally hosted services In KH3’s IT infrastructure. Furthermore it is set up automatically to renew the wildcard certificate on 3-month schedule, this ensures it is always up to date. Also it acts as a reverse proxy, working with pinhole that acts as a local DNS to ensure that locally hosted services are reachable by their host name e.g: you can access KH3’s IT documentation on any device on the KH3 local network by visiting [docs.office.kh3group.com](docs.office.kh3group.com) From a569339a1e8e202de850d29035708cbd5c273315 Mon Sep 17 00:00:00 2001 From: NBK Date: Mon, 19 Jun 2023 12:16:28 +0000 Subject: [PATCH 09/33] Update 'docs/services/docker/droneci.md' --- docs/services/docker/droneci.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/services/docker/droneci.md b/docs/services/docker/droneci.md index dd080bb..48e534d 100644 --- a/docs/services/docker/droneci.md +++ b/docs/services/docker/droneci.md @@ -1,7 +1,7 @@ # DroneCI DroneCI helps automate the process of testing and deploying software changes, making it easier for developers to collaborate and maintain high-quality code. - DroneCI is linked to the Gitea IT repository and builds the mkDocs website used to build KH3's IT documentation. + DroneCI is linked to the Gitea IT repository and builds the mkDocs website that hosts KH3's IT documentation. \ No newline at end of file From 36473e994ccc194c54aa727d0d6fce3a6c433349 Mon Sep 17 00:00:00 2001 From: NBK Date: Mon, 19 Jun 2023 12:23:40 +0000 Subject: [PATCH 10/33] docs/services/docker --- docs/services/docker/droneci.md | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/docs/services/docker/droneci.md b/docs/services/docker/droneci.md index 48e534d..91bdb4a 100644 --- a/docs/services/docker/droneci.md +++ b/docs/services/docker/droneci.md @@ -1,7 +1,4 @@ # DroneCI -DroneCI helps automate the process of testing and deploying software changes, making it easier for developers to collaborate and maintain high-quality code. +DroneCI is an automation tool that simplifies the testing and deployment of software changes, improving collaboration and code quality. It automates build and test processes, integrates with version control systems, and provides visibility for team members. With its flexibility and user-friendly interface, developers can customize workflows and leverage preferred technologies. By reducing manual tasks and enhancing collaboration, DroneCI accelerates the software development cycle and ensures reliable code deployments. - DroneCI is linked to the Gitea IT repository and builds the mkDocs website that hosts KH3's IT documentation. - - - \ No newline at end of file + DroneCI and Gitea work together to automate the creation of KH3's IT documentation website. DroneCI connects to the Gitea IT repository and automatically builds the mkDocs website whenever there are changes to the code or documentation. This ensures that the website is always up-to-date without requiring manual intervention. It simplifies the process, saves time, and helps keep KH3's IT documentation easily accessible for the team. \ No newline at end of file From 4ff0176bf687981acb717be6e95b0817ddf4220e Mon Sep 17 00:00:00 2001 From: NBK Date: Mon, 19 Jun 2023 12:46:21 +0000 Subject: [PATCH 11/33] Update 'docs/services/docker/gitea.md' --- docs/services/docker/gitea.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/services/docker/gitea.md b/docs/services/docker/gitea.md index fbcf793..ab05637 100644 --- a/docs/services/docker/gitea.md +++ b/docs/services/docker/gitea.md @@ -1,4 +1,5 @@ # Gitea -Gitea is a user-friendly tool for managing and collaborating on source code repositories, making it easier for teams to work together on software development projects. +Gitea is a self-hosted, lightweight Git service that provides a user-friendly interface for managing source code repositories. It allows teams to collaborate on software development projects by providing features like version control, issue tracking, and code reviews. Gitea simplifies the process of setting up a Git server, making it accessible to individuals and small teams who want to keep their codebase secure and under their control. + - It is used to maintain all the KH3-related IT documentation and configuration files. + Gitea is a platform used to store and manage all of KH3's IT documentation and configuration files. It provides a secure and collaborative space where the team can work together to update and organize these important resources. Gitea allows multiple team members to make edits, track changes, and communicate efficiently. It integrates with other tools and services, making it easier to connect the documentation with other IT processes. Overall, Gitea simplifies the management of KH3's IT documentation and promotes effective collaboration within the team. \ No newline at end of file From f0a81f19a853ffb7830ab1c3f55b157cd1f28c56 Mon Sep 17 00:00:00 2001 From: NBK Date: Mon, 19 Jun 2023 12:58:00 +0000 Subject: [PATCH 12/33] Update 'docs/services/docker/graylog.md' --- docs/services/docker/graylog.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/services/docker/graylog.md b/docs/services/docker/graylog.md index 077d62f..df8ed5e 100644 --- a/docs/services/docker/graylog.md +++ b/docs/services/docker/graylog.md @@ -1,6 +1,6 @@ # Graylog -Graylog is a tool for collecting and analyzing log data from different applications and systems, helping administrators and developers monitor and troubleshoot issues effectively. +Graylog is a special tool that helps people who manage computer systems to keep an eye on how everything is working and fix any problems that come up. It does this by collecting and studying log information from different programs and machines. By putting all the log data in one place, Graylog makes it easy to search for specific information and figure out what might be causing issues. Graylog works with different types of logs and makes it simple to understand what's happening in the computer system. It's like having a detective that helps keep everything running smoothly. -The majority of all services run in KH3’s infrastructure in just their logs into graylog and acts as a central point where all the logs can be analysed +In KH3's infrastructure, there are many different services running, such as websites, databases, and applications. These services generate log data, which contains valuable information about how they are functioning. Graylog acts as a central hub where all these logs are collected and stored. From 21a62aa558806143ea5538f7ab7eb1baba0f28fa Mon Sep 17 00:00:00 2001 From: NBK Date: Mon, 19 Jun 2023 13:06:06 +0000 Subject: [PATCH 13/33] Update 'docs/services/docker/pihole.md' --- docs/services/docker/pihole.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/services/docker/pihole.md b/docs/services/docker/pihole.md index f82df4e..f2165d1 100644 --- a/docs/services/docker/pihole.md +++ b/docs/services/docker/pihole.md @@ -1,5 +1,6 @@ # Pi-hole -Pi-hole is a network-level ad-blocking solution that blocks ads before they reach your devices, improving browsing speed and privacy on your home network. + +Pi-hole is a special tool that blocks ads on your devices when you're using the internet. It runs on a small computer and stops ads from showing up on your screen. This makes your internet faster and keeps your privacy safe by preventing advertisers from tracking you. Setting up Pi-hole is easy, and it gives you control over what you see online. It's like having your own personal ad blocker that makes your browsing experience better. It is used as the prime DNS. All internet bound traffic on the LAN network goes through the pinhole server which serves as the primary DNS for this traffic, providing ad blocking and site restriction functionality. It blocks trackers and has a comprehensive list of malicious site blocks. In addition it acts as a local DNS, where local host records, both A records and CNAME aliases are created for a number of locally running services mapping IP addresses to host names. From 99430d74944c47df7905d4dab89c03c506ad4c3b Mon Sep 17 00:00:00 2001 From: NBK Date: Mon, 19 Jun 2023 13:08:22 +0000 Subject: [PATCH 14/33] Update 'docs/services/docker/traefik.md' --- docs/services/docker/traefik.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/services/docker/traefik.md b/docs/services/docker/traefik.md index df5e737..1b97cf5 100644 --- a/docs/services/docker/traefik.md +++ b/docs/services/docker/traefik.md @@ -1,4 +1,4 @@ # Traefik -Traefik is a reverse proxy and load balancer that helps manage network traffic to your applications, ensuring better performance and reliability. +Traefik is a tool that helps websites and applications work better. It acts as a middleman between your device and the servers that host the websites or apps. It makes sure the requests from your device are sent to the right server and evenly distributed among multiple servers. This helps the websites and apps run faster and stay reliable, even when lots of people are using them. Think of it like a traffic controller that keeps everything running smoothly on the internet. It is configured with cloudfare to request a less encrypt wildcard certificate [*.office.kh3group.com](*.office.kh3group.com) used by most of the locally hosted services In KH3’s IT infrastructure. Furthermore it is set up automatically to renew the wildcard certificate on 3-month schedule, this ensures it is always up to date. Also it acts as a reverse proxy, working with pinhole that acts as a local DNS to ensure that locally hosted services are reachable by their host name e.g: you can access KH3’s IT documentation on any device on the KH3 local network by visiting [docs.office.kh3group.com](docs.office.kh3group.com) From f477975d3a8bf7e4e924c449889abeee232c578e Mon Sep 17 00:00:00 2001 From: NBK Date: Mon, 19 Jun 2023 13:17:13 +0000 Subject: [PATCH 15/33] Update 'docs/services/docker/traefik.md' --- docs/services/docker/traefik.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/docs/services/docker/traefik.md b/docs/services/docker/traefik.md index 1b97cf5..08a8f3b 100644 --- a/docs/services/docker/traefik.md +++ b/docs/services/docker/traefik.md @@ -1,4 +1,7 @@ # Traefik -Traefik is a tool that helps websites and applications work better. It acts as a middleman between your device and the servers that host the websites or apps. It makes sure the requests from your device are sent to the right server and evenly distributed among multiple servers. This helps the websites and apps run faster and stay reliable, even when lots of people are using them. Think of it like a traffic controller that keeps everything running smoothly on the internet. +Traefik is a smart tool that helps make sure your apps work well. It sits between your devices and the servers hosting your apps, like a traffic controller. It takes the requests from your devices and sends them to the right server, making sure everything runs smoothly. +Traefik also balances the work across many servers, so not one server gets too busy. This helps your apps run faster and stay reliable, even when lots of people are using them. -It is configured with cloudfare to request a less encrypt wildcard certificate [*.office.kh3group.com](*.office.kh3group.com) used by most of the locally hosted services In KH3’s IT infrastructure. Furthermore it is set up automatically to renew the wildcard certificate on 3-month schedule, this ensures it is always up to date. Also it acts as a reverse proxy, working with pinhole that acts as a local DNS to ensure that locally hosted services are reachable by their host name e.g: you can access KH3’s IT documentation on any device on the KH3 local network by visiting [docs.office.kh3group.com](docs.office.kh3group.com) + + +It is configured with cloudfare to request and let's you encrypt wildcard certificate [*.office.kh3group.com](*.office.kh3group.com) used by most of the locally hosted services In KH3’s IT infrastructure. Furthermore it is set up automatically to renew the wildcard certificate on 3-month schedule, this ensures it is always up to date. Also it acts as a reverse proxy, working with pinhole that acts as a local DNS to ensure that locally hosted services are reachable by their host name e.g: you can access KH3’s IT documentation on any device on the KH3 local network by visiting [docs.office.kh3group.com](docs.office.kh3group.com) From 52c3fc3d567394a9df425cf705062f87bc004011 Mon Sep 17 00:00:00 2001 From: NBK Date: Mon, 19 Jun 2023 14:15:39 +0000 Subject: [PATCH 16/33] Update 'docs/services/docker/droneci.md' --- docs/services/docker/droneci.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/services/docker/droneci.md b/docs/services/docker/droneci.md index 91bdb4a..d1ac8ee 100644 --- a/docs/services/docker/droneci.md +++ b/docs/services/docker/droneci.md @@ -1,4 +1,4 @@ # DroneCI -DroneCI is an automation tool that simplifies the testing and deployment of software changes, improving collaboration and code quality. It automates build and test processes, integrates with version control systems, and provides visibility for team members. With its flexibility and user-friendly interface, developers can customize workflows and leverage preferred technologies. By reducing manual tasks and enhancing collaboration, DroneCI accelerates the software development cycle and ensures reliable code deployments. +DroneCI is an automation tool that simplifies the testing and deployment of software changes, improving collaboration and code quality. It automates build and test processes, integrates with version control systems, and provides visibility for team members. By reducing manual tasks and enhancing collaboration, DroneCI accelerates the software development cycle and ensures reliable code deployments. DroneCI and Gitea work together to automate the creation of KH3's IT documentation website. DroneCI connects to the Gitea IT repository and automatically builds the mkDocs website whenever there are changes to the code or documentation. This ensures that the website is always up-to-date without requiring manual intervention. It simplifies the process, saves time, and helps keep KH3's IT documentation easily accessible for the team. \ No newline at end of file From f44c3c8fa5d50201b140e4be9f6ca3ee22565517 Mon Sep 17 00:00:00 2001 From: NBK Date: Mon, 19 Jun 2023 14:24:22 +0000 Subject: [PATCH 17/33] Update 'docs/services/docker/pihole.md' --- docs/services/docker/pihole.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/services/docker/pihole.md b/docs/services/docker/pihole.md index f2165d1..32da580 100644 --- a/docs/services/docker/pihole.md +++ b/docs/services/docker/pihole.md @@ -2,5 +2,4 @@ Pi-hole is a special tool that blocks ads on your devices when you're using the internet. It runs on a small computer and stops ads from showing up on your screen. This makes your internet faster and keeps your privacy safe by preventing advertisers from tracking you. Setting up Pi-hole is easy, and it gives you control over what you see online. It's like having your own personal ad blocker that makes your browsing experience better. - It is used as the prime DNS. All internet bound traffic on the LAN network goes through the pinhole server which serves as the primary DNS for this traffic, providing ad blocking and site restriction functionality. It blocks trackers and has a comprehensive list of malicious site blocks. In addition it acts as a local DNS, where local host records, both A records and CNAME aliases are created for a number of locally running services mapping IP addresses to host names. - + Pi-hole is an important tool used in KH3 to manage internet traffic. It acts as the main control point for all devices on your network, blocking unwanted ads and restricting access to malicious websites. Pi-hole also simplifies access to local services by assigning easy-to-remember names instead of complicated IP addresses. It ensures a safer and more efficient internet experience for your company, enhancing security and productivity. \ No newline at end of file From 92eec31f819480fa29e815efc5d1d31b52e67ecc Mon Sep 17 00:00:00 2001 From: NBK Date: Mon, 19 Jun 2023 14:26:32 +0000 Subject: [PATCH 18/33] Update 'docs/services/docker/pihole.md' --- docs/services/docker/pihole.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/services/docker/pihole.md b/docs/services/docker/pihole.md index 32da580..bc78a84 100644 --- a/docs/services/docker/pihole.md +++ b/docs/services/docker/pihole.md @@ -2,4 +2,4 @@ Pi-hole is a special tool that blocks ads on your devices when you're using the internet. It runs on a small computer and stops ads from showing up on your screen. This makes your internet faster and keeps your privacy safe by preventing advertisers from tracking you. Setting up Pi-hole is easy, and it gives you control over what you see online. It's like having your own personal ad blocker that makes your browsing experience better. - Pi-hole is an important tool used in KH3 to manage internet traffic. It acts as the main control point for all devices on your network, blocking unwanted ads and restricting access to malicious websites. Pi-hole also simplifies access to local services by assigning easy-to-remember names instead of complicated IP addresses. It ensures a safer and more efficient internet experience for your company, enhancing security and productivity. \ No newline at end of file + Pi-hole is an important tool used in KH3 to manage internet traffic. It acts as the main control point for all devices on your network, blocking unwanted ads and restricting access to malicious websites. Pi-hole also simplifies access to local services by assigning easy-to-remember names instead of complicated IP addresses. It ensures a safer and more efficient internet experience for KH3, enhancing security and productivity. \ No newline at end of file From 9130b1c1b8fe4e01e96b2fe20436eb7c980de60b Mon Sep 17 00:00:00 2001 From: NBK Date: Mon, 19 Jun 2023 14:47:49 +0000 Subject: [PATCH 19/33] Add 'docs/how-to-guides' --- docs/how-to-guides | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 docs/how-to-guides diff --git a/docs/how-to-guides b/docs/how-to-guides new file mode 100644 index 0000000..e69de29 From 40a8fb02343a9ddc68b868fc04bf984d235ccc74 Mon Sep 17 00:00:00 2001 From: NBK Date: Mon, 19 Jun 2023 14:52:28 +0000 Subject: [PATCH 20/33] Delete 'docs/how-to-guides' --- docs/how-to-guides | 0 1 file changed, 0 insertions(+), 0 deletions(-) delete mode 100644 docs/how-to-guides diff --git a/docs/how-to-guides b/docs/how-to-guides deleted file mode 100644 index e69de29..0000000 From 4fdbec28004055f81a1d0ca15afb2c4e7536d7de Mon Sep 17 00:00:00 2001 From: NBK Date: Mon, 19 Jun 2023 15:19:38 +0000 Subject: [PATCH 21/33] =?UTF-8?q?Add=20'docs/how-to-guides/How=20to=20add?= =?UTF-8?q?=20a=20user=E2=80=99s=20device=20to=20a=20network'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/how-to-guides/How to add a user’s device to a network | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 docs/how-to-guides/How to add a user’s device to a network diff --git a/docs/how-to-guides/How to add a user’s device to a network b/docs/how-to-guides/How to add a user’s device to a network new file mode 100644 index 0000000..e69de29 From b3abc45752ce177e4bdef14083154b4af52275bd Mon Sep 17 00:00:00 2001 From: NBK Date: Mon, 19 Jun 2023 15:35:53 +0000 Subject: [PATCH 22/33] Add 'docs/how-to-guides/How to find the MAC address for different OS' --- .../How to find the MAC address for different OS | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 docs/how-to-guides/How to find the MAC address for different OS diff --git a/docs/how-to-guides/How to find the MAC address for different OS b/docs/how-to-guides/How to find the MAC address for different OS new file mode 100644 index 0000000..b0ae9ca --- /dev/null +++ b/docs/how-to-guides/How to find the MAC address for different OS @@ -0,0 +1,6 @@ +# Finding your Mac address - IOS +1. Open the Settings app +2.Select General +Select About +Scroll down and note Wi-Fi Address +The Wi-Fi address is your Mac address From d39bcfddb500a51d1a2dbfaba8a2de6f3a825bc5 Mon Sep 17 00:00:00 2001 From: NBK Date: Mon, 19 Jun 2023 15:43:55 +0000 Subject: [PATCH 23/33] =?UTF-8?q?Delete=20'docs/how-to-guides/How=20to=20a?= =?UTF-8?q?dd=20a=20user=E2=80=99s=20device=20to=20a=20network'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/how-to-guides/How to add a user’s device to a network | 0 1 file changed, 0 insertions(+), 0 deletions(-) delete mode 100644 docs/how-to-guides/How to add a user’s device to a network diff --git a/docs/how-to-guides/How to add a user’s device to a network b/docs/how-to-guides/How to add a user’s device to a network deleted file mode 100644 index e69de29..0000000 From 6a63c2b81effe6867b8010eb180234d38c8ac7d9 Mon Sep 17 00:00:00 2001 From: NBK Date: Mon, 19 Jun 2023 15:44:08 +0000 Subject: [PATCH 24/33] Delete 'docs/how-to-guides/How to find the MAC address for different OS' --- .../How to find the MAC address for different OS | 6 ------ 1 file changed, 6 deletions(-) delete mode 100644 docs/how-to-guides/How to find the MAC address for different OS diff --git a/docs/how-to-guides/How to find the MAC address for different OS b/docs/how-to-guides/How to find the MAC address for different OS deleted file mode 100644 index b0ae9ca..0000000 --- a/docs/how-to-guides/How to find the MAC address for different OS +++ /dev/null @@ -1,6 +0,0 @@ -# Finding your Mac address - IOS -1. Open the Settings app -2.Select General -Select About -Scroll down and note Wi-Fi Address -The Wi-Fi address is your Mac address From c2d298bb6dc46af4f90bb52490805e7f16779cce Mon Sep 17 00:00:00 2001 From: NBK Date: Mon, 19 Jun 2023 16:01:22 +0000 Subject: [PATCH 25/33] Add 'docs/how-to-guides/How-to-add-devices-to-a-network.md' --- docs/how-to-guides/How-to-add-devices-to-a-network.md | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 docs/how-to-guides/How-to-add-devices-to-a-network.md diff --git a/docs/how-to-guides/How-to-add-devices-to-a-network.md b/docs/how-to-guides/How-to-add-devices-to-a-network.md new file mode 100644 index 0000000..e69de29 From b86302b01d416fc0d7de174a3bdf3cf2c34241b8 Mon Sep 17 00:00:00 2001 From: NBK Date: Mon, 19 Jun 2023 16:08:57 +0000 Subject: [PATCH 26/33] Update 'docs/how-to-guides/How-to-add-devices-to-a-network.md' --- .../How-to-add-devices-to-a-network.md | 33 +++++++++++++++++++ 1 file changed, 33 insertions(+) diff --git a/docs/how-to-guides/How-to-add-devices-to-a-network.md b/docs/how-to-guides/How-to-add-devices-to-a-network.md index e69de29..316ea4c 100644 --- a/docs/how-to-guides/How-to-add-devices-to-a-network.md +++ b/docs/how-to-guides/How-to-add-devices-to-a-network.md @@ -0,0 +1,33 @@ +# How to add a user’s device to a network +In order to add a device to the network you would need to use the device’s MAC address +The process for find the MAC addresss differs between the various operating systems. + + +## How to find the Mac address for the various Operating systems +### Finding your Mac address - IOS +1. Open the Settings app +2. Select General +3. Select About +4. Scroll down and note Wi-Fi Address +5. The Wi-Fi address is your Mac address  + +### Finding your Mac address - Android +1. Open the Settings App +2. Select Wi-Fi +3. Select the Menu icon and choose Advanced +4. Note the MAC address + +### Finding your Mac address - Mac +1. Open System Preferences from the Apple menu +2. Select Network +3. Select Airport from the sidebar, then Advanced +4. Select the Airport tab, note the Airport ID +5. The Airport ID is your Mac address  + +### Finding your Mac address - Windows +1. Hold down the Windows key and 'R' simultaneously +2. Enter cmd.exe +3. Enter ipconfig/all +4. Scroll up to find the Wireless LAN adapter section +5. Note the Physical Address +6. The Physical Address is your Mac address From f3532b717590f48314bef9544ec59e1ebcc9f763 Mon Sep 17 00:00:00 2001 From: NBK Date: Mon, 19 Jun 2023 16:15:07 +0000 Subject: [PATCH 27/33] Add 'docs/how-to-guides/email filters.md' --- docs/how-to-guides/email filters.md | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 docs/how-to-guides/email filters.md diff --git a/docs/how-to-guides/email filters.md b/docs/how-to-guides/email filters.md new file mode 100644 index 0000000..e69de29 From 725d2a1e95baa0f0d1acf3f2333dc260bb456557 Mon Sep 17 00:00:00 2001 From: NBK Date: Mon, 19 Jun 2023 16:26:50 +0000 Subject: [PATCH 28/33] Update 'docs/how-to-guides/email filters.md' --- docs/how-to-guides/email filters.md | 36 +++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) diff --git a/docs/how-to-guides/email filters.md b/docs/how-to-guides/email filters.md index e69de29..4160ebd 100644 --- a/docs/how-to-guides/email filters.md +++ b/docs/how-to-guides/email filters.md @@ -0,0 +1,36 @@ +# Create rules to filter your emails +On your computer, you can manage your incoming mail using Gmail’s filters to send email to a label, or archive, delete, star, or automatically forward your mail. + +## Create a filter + 1. Open Gmail. +2. In the search box at the top, click Show search options +3. Enter your search criteria. If you want to check that your search worked correctly, see what emails show up by clicking Search.  +4. At the bottom of the search window, click Create filter. +5. Choose what you’d like the filter to do. +6. Click Create filter. +Note: When you create a filter to forward messages, only new messages will be affected.  Additionally, when someone replies to a message you've filtered, the reply will only be filtered if it meets the same search criteria.  + +## Use a particular message to create a filter +1. Open Gmail. +2. Check the checkbox next to the email you want.  +3. Click More  +4. Click Filter messages like these. +5. Enter your filter criteria. +6. Click Create filter. + +## Edit or delete filters +1. Open Gmail. +2. At the top right, click Settings +3.  See all settings. +4. Click Filters and Blocked Addresses. +5. Find the filter you'd like to change. +6. Click Edit or Delete to remove the filter. If you’re editing the filter, click Continue when you’re done editing. +7. Click Update filter or OK + +## Export or import filters +If you have a backup of your filters, you can import the filters in Gmail. You can also export your filters. +1. Open Gmail. +2. At the top right, click Settings +3.  See all settings. +4. Click Filters and Blocked Addresses. +5. Check the box next to the filter.  From 6bff81a2e092634acbac6b0d04d5ff7164e1ebd0 Mon Sep 17 00:00:00 2001 From: NBK Date: Tue, 20 Jun 2023 11:20:09 +0000 Subject: [PATCH 29/33] Update 'docs/how-to-guides/How-to-add-devices-to-a-network.md' --- docs/how-to-guides/How-to-add-devices-to-a-network.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/docs/how-to-guides/How-to-add-devices-to-a-network.md b/docs/how-to-guides/How-to-add-devices-to-a-network.md index 316ea4c..f61430a 100644 --- a/docs/how-to-guides/How-to-add-devices-to-a-network.md +++ b/docs/how-to-guides/How-to-add-devices-to-a-network.md @@ -31,3 +31,14 @@ The process for find the MAC addresss differs between the various operating syst 4. Scroll up to find the Wireless LAN adapter section 5. Note the Physical Address 6. The Physical Address is your Mac address + +### How to connect using the Mac address +1. Obtain the MAC Address: Locate the MAC address of the device you want to add to the network. You can usually find it in the device's network settings or on a label/sticker on the device itself. +2. Access the Router's Web Interface: Open a web browser on a device that is already connected to the Synology router's network. Enter the router's IP address (e.g., 192.168.1.1) in the address bar and press Enter to access the router's web Interface +3. Login to the Router: Enter your administrator username and password to log in to the router's web interface. If you haven't changed the default credentials, check the router or its user manual for the default login information. +4. Navigate to MAC Filter Settings: Once logged in, locate the "MAC Filter" or "Wireless MAC Filter" option. It is typically found under the "Wireless" or "Network" settings section, but the exact location may vary depending on your router model and firmware version. +5. Add Device to MAC Filter: In the MAC filter settings, look for an option to add a new MAC address or device. Enter the MAC address of the device you want to add to the network. Specify the appropriate filtering mode (e.g., allow or deny) for the device's MAC address. +6. Save the Settings: Once you have added the device's MAC address to the MAC filter list and specified the filtering mode, click on the "Save" or "Apply" button to save the MAC filter settings. +7. Connect the Device: Connect the device you want to add to the network to the Synology router. Use an Ethernet cable or connect to the router's wireless network, depending on the device's capabilities. +8. Verify Network Connectivity: Once connected, check if the device has successfully obtained an IP address from the router and can access the internet or other devices on the network. Ensure that the device is functioning properly on the network. +9. Test the Connection: Test the network connection on the added device to ensure it can access the internet and other network resources as intended. Verify that the device can communicate with other devices on the network. From 885f6ff3caef041b42bf093581a705041cfad97d Mon Sep 17 00:00:00 2001 From: NBK Date: Tue, 20 Jun 2023 11:20:45 +0000 Subject: [PATCH 30/33] Add 'docs/how-to-guides/Mac Filter.md' --- docs/how-to-guides/Mac Filter.md | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 docs/how-to-guides/Mac Filter.md diff --git a/docs/how-to-guides/Mac Filter.md b/docs/how-to-guides/Mac Filter.md new file mode 100644 index 0000000..e69de29 From 59aec5dff5e2c4cbbfa2b08c184bc0a61ee6be94 Mon Sep 17 00:00:00 2001 From: NBK Date: Tue, 20 Jun 2023 11:22:49 +0000 Subject: [PATCH 31/33] Update 'docs/how-to-guides/Mac Filter.md' --- docs/how-to-guides/Mac Filter.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/docs/how-to-guides/Mac Filter.md b/docs/how-to-guides/Mac Filter.md index e69de29..837e52a 100644 --- a/docs/how-to-guides/Mac Filter.md +++ b/docs/how-to-guides/Mac Filter.md @@ -0,0 +1,9 @@ +### Create MAC filter rules +1. Go to Wi-Fi Connect > Wi-Fi Settings > MAC Filter. +2. Click the Create button. +3. Enter the MAC filter name and select an access policy: + * Deny: Restricts the specified MAC address from accessing the wireless network. + * Allow: Restricts all access to the wireless network except for the specified MAC address. +4. To add devices to your MAC filter, select a connected device or manually specify a device name and MAC address. +5. Determine whether to Automatically apply this filter to all Wi-Fi names. +6. Confirm your settings and click Apply. From aba2759415ef0acd64348d4f07268aa0de884a8f Mon Sep 17 00:00:00 2001 From: NBK Date: Tue, 20 Jun 2023 11:42:42 +0000 Subject: [PATCH 32/33] Update 'docs/how-to-guides/Mac Filter.md' --- docs/how-to-guides/Mac Filter.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/docs/how-to-guides/Mac Filter.md b/docs/how-to-guides/Mac Filter.md index 837e52a..d08b7d7 100644 --- a/docs/how-to-guides/Mac Filter.md +++ b/docs/how-to-guides/Mac Filter.md @@ -7,3 +7,14 @@ 4. To add devices to your MAC filter, select a connected device or manually specify a device name and MAC address. 5. Determine whether to Automatically apply this filter to all Wi-Fi names. 6. Confirm your settings and click Apply. + +### Edit the system block list +1. Go to Wi-Fi Connect > Wi-Fi Settings > MAC Filter. +2. Click on System Block List. +3. Edit the device list: + * Add a device to the list: Select a connected device or manually specify a device name and MAC address. + * Remove a device from the list: Click the x under the Delete column. +4. Click OK to save the settings. + + + From 2b722eb63756f1dcccc0da7fa1dc11c08c062f1b Mon Sep 17 00:00:00 2001 From: NBK Date: Tue, 20 Jun 2023 12:31:31 +0000 Subject: [PATCH 33/33] Update 'docs/how-to-guides/email filters.md' --- docs/how-to-guides/email filters.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/how-to-guides/email filters.md b/docs/how-to-guides/email filters.md index 4160ebd..735d582 100644 --- a/docs/how-to-guides/email filters.md +++ b/docs/how-to-guides/email filters.md @@ -15,7 +15,7 @@ Note: When you create a filter to forward messages, only new messages will be a 2. Check the checkbox next to the email you want.  3. Click More  4. Click Filter messages like these. -5. Enter your filter criteria. +5. Enter your filter criteria. 6. Click Create filter. ## Edit or delete filters @@ -31,6 +31,6 @@ Note: When you create a filter to forward messages, only new messages will be a If you have a backup of your filters, you can import the filters in Gmail. You can also export your filters. 1. Open Gmail. 2. At the top right, click Settings -3.  See all settings. +3. See all settings. 4. Click Filters and Blocked Addresses. -5. Check the box next to the filter.  +5. Check the box next to the filter.