Skip to content

Latest commit

 

History

History
executable file
·
36 lines (28 loc) · 1.22 KB

File metadata and controls

executable file
·
36 lines (28 loc) · 1.22 KB

Iqbal Home Server

Central repository to keep track of everything related to Oisín's home server.

Host Name: `iqbal`
domain: `iqbal.io`

Screenshot 2024-04-24 at 23 56 28

Future Plans

  1. nextCloud or trueNAS
  2. ...

To Do

  1. DNS:
    • Install a DNS Server on the Network
    • Configure the DNS Server to do recursive lookups
    • Configure the DNS Server to host my domain(s)
    • Enter the hostname to ip address mappings on the DNS Server
    • Configured your DHCP Server to distribute your DNS Server address out
    • If you find adding each service by hand tedious, take a look at wildcard CNAME and A records. None of the usual security concerns are valid if you run a reverse proxy.
    • DHCP search domains allow completing long subdomains during DNS lookups, so something like https://pihole/ in the URL bar would be resolved to https://pihole.hostname.domain if the search domain is hostname.domain
  2. Docker infrastructure
    • Hide keys with environment variables
    • configure profiles
  3. Usenet
    • Fix hardlinks
  4. NAS
    • Set up NAS storage
  5. Reverse Proxy
    • Configure reverse proxy in NGINX