From fa4d215ac9ddc984c40ec8c04b8d843e4f2265cd Mon Sep 17 00:00:00 2001 From: Tobias Date: Sun, 7 Jun 2026 12:07:00 +0100 Subject: [PATCH] Update README.md --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 8140820..40842ca 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ This provides a quick, user accessible way to reach internal only services. ## Dependencies - Apache -- A reserved IP +- A reserved or static IP - Any modern browser capable of setting a custom home page ## Creation Notes @@ -40,7 +40,7 @@ Consequently I decided to create and configure an LXC containerized Apache insta Apache's function is to serve a static HTML page, acting as the Intranet -Said container was given a bridged IP and granted a DHCP reservation for continuous availability and ease of management +The container was given a bridged IP and granted a DHCP reservation allowing centralized management Apache and LXC containerization were chosen due to their extremely low resource requirement @@ -75,11 +75,11 @@ Breakdown: After this I created a "jailed user" as detailed in my [BashDDNS page](https://git.tobiastime.xyz/Tobias/BashDDNS) -Essentially it is a restricted user who's only function and ability is to transfer files to a singular directory via SCP +For a brief explanation, a jailed user is a restricted user who's only ability and purpose is to transfer files to a singular directory via SCP -With their own SSH key, restricted SSH permissions, no login shell and a modified chroot directory limiting system visability +A jailed user has their own dedicated SSH key, restricted SSH permissions, no login shell and a modified chroot directory limiting system visibility -After this I created a function within my .bashrc file as follows: +After this, I created a function within my .bashrc file as follows: ``` bash send2intra() {