Update README.md

This commit is contained in:
2026-06-07 12:07:00 +01:00
parent 7ad9dd69b5
commit fa4d215ac9

View File

@@ -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() {