bigDottee

joined 1 day ago
MODERATOR OF
 

Borrowing from @[email protected]'s post and @[email protected]'s post:

For anyone interested, here’s the Lemmy markdown configuration. As you can see, Lemmy’s website UI supports the full commonmark spec (tutorial / official spec), plus a bunch of extensions. I don’t think anyone’s fully documented these yet, so I’ll try doing so below. Apologies in advance to mobile users, this is probably gonna get ugly (see included image links for how it should look):


  • **bold**bold
  • *italics*italics
  • # Headings → # Headings (1 # for level1 heading, up to 5 #'s; must be at start of new line)
  • [Link text](https://link.com/)Link text
  • Github-flavor Markdown extensions:
    • Tables
    • Strikethrough: ~~example~~ → ~~example~~
  • Subscript/Superscript:
    • Sub: example~sub~ → example~sub~
    • Super: example^super^ → example^super^
  • Footnotes:
    • Inline part: example[^notename] → example[1]
  • Ruby Text: {example base text|example ruby text} → example base text
    • “Ruby” is an html-ism for special pronunciation aids which frequently appear within young person’s media where the language includes non-phonetic characters (e.g.: Chinese characters)
    • Japanese Furigana example: {凄|すご}い!→凄い!(image)
  • Spoilers:
    
visible text hidden part example

visible texthidden part example

  • Code:
    • `inline code` → inline code
    • code block:

``` println(“Hello World!”) ``` becomes

println(“Hello World!”)

Finally:

If I want to write a character that will normally be interpreted as any of the above, I can escape the character with a backslash → \ ... So you can write something like \^this → ^this

 

Hello! I want to personally welcome you to GeekRoom.Tech. I seek to make this Lemmy instance a fantastic place for anyone and everyone that enjoys technologies of many different kinds.

GeekRoom.Tech is meant to provide a safe haven for individuals to have discussions without fear of censorship and fear of being banned for asking what others believe to be silly questions.

Everyone starts somewhere in their technology journey. I want to be sure that everyone is respectful in their discussions and understands that others may not have the easiest time understanding advanced topics as easily as you.

If you have any questions, please reach out to myself or any other mods or admins for assistance. We seek to enrich your brains and find ways to help you achieve your technological goals!

Email Contact: [email protected]

Mastodon: @[email protected]

 

Over the last year, I have been trying to work through getting VLAN's setup and operational in my Homelab... so that I can not only experiment, but also to start segregating services from PC's and putting things like IOT devices and Guest devices on their own VLANs.

I come to you today, with a working solution for my own homelab. This post is mainly just to discuss the current state of my homelab, but also look for suggestions on how you would make any changes to my layout.

Current Hardware:

1x TP-Link Omada TL-SG2428P (my core switch)

3x TP-Link Omada TL-SG2210P (leaf switches on different floors)

2x HP EliteDesk 800 G4 (i5-8500T 6C6T, 32GB DDR4) aka Hyper2, Hyper3

2x HP ProDesk 800 G4 (i5-7500T 4C4T, 32GB DDR4) aka Hyper5, Hyper6

Whitebox server (i7-4790k, 32GB DDR3) aka Hyper4

TrueNAS whitebox (AMD FX-6350 6C6T, 32GB DDR3 ECC) aka TrueNAS

VLAN's:

50 Infrastructure

60 Trusted

70 IOT-Secure (No internet access)

71 IOT-Insecure (Internet Access)

99 Guest

1 LAN (default)

All servers are running Proxmox as my hypervisor. Proxmox nodes are NOT configured with VLAN and currently only reside on LAN. Haven't made the move to put those on VLAN ... when one of them hosts the system that controls traffic to those VLAN's... so thinking just leaving them on LAN and limiting access.

VM's & Containers:

Hyper2:

Ubuntu VM (Frigate) VLAN 50

Ubuntu VM (RDT-client) VLAN 50

Hyper3:

Ubuntu desktop VM (crashplan) VLAN 50

Ubuntu VM (Immich, Immich Power Tools, Remmina, Tautulli, Vikunja, Mealie, Paperless-NGX, Linkwarden) VLAN 50

Hyper4:

AdGuardHome LXC VLANs 1, 50, 60, 70, 71, 99,

WireGuard LXC VLAN 50

Windows Server 2022 vm VLAN 1, 50

OPNsense VM (DHCP)

Ubuntu VM (*arr stack, Adguard-Sync, Uptime Kuma, Gitea, Minecraft Bedrock) VLAN 50

Ubuntu VM (NGINX) VLAN 50

Ubuntu VM (OpenVPN) VLAN 50

Hyper5:

MQTT LXC (for home assistant) VLAN 50

Ubuntu VM (Home Assistant focused: MariaDB, Zigbee2MQTT, RTL-433; Nextcloud [app, redis, mariadb]) VLAN 50

Ubuntu VM (Prowlarr, NZBGet, QBittorrent, flaresolverr) VLAN 50

Home Assistant OS VM (HAOS) VLAN 50

Ubuntu VM (Wazuh) VLAN 50

Hyper6:

AdGuardHome LXC VLANs 1, 50, 60, 70, 71, 99,

WireGuard LXC VLAN 50

Windows Server 2022 (AD, DNS) VLAN 1, 50

Ubuntu VM (Omada controller) VLAN 1, 50

Ubuntu VM (nothing running yet) VLAN 50

Ubuntu VM (Plex, ErsatzTV, Maintainerr x2, Immich Machine Learning) VLAN 50

Ubuntu VM (OpenVPN) VLAN 50

This all works pretty well currently. I've been doing some more research and finding that folks have done things a bit different with their server VLAN's... and just trying to get opinions on what would be better. I recognize that currently, my reverse proxy is in the Infra VLAN, which would be fine... but it's the same RP that is used for public access... which has me thinking that it should go in the DMZ OR I should setup a second RP (but introduces an issue with keeping TLS Certs in sync ...

Tear my setup apart... let me have it. What suggestions do you have? What am I doing wrong? What am I doing right (if anything)?

[–] [email protected] 2 points 19 hours ago

That’s a pretty good post. Makes sense and sounds like, just ipv6, we’ve got a long time before the internet starts making vast changes.

[–] [email protected] 62 points 23 hours ago (1 children)

Well... if you don't need to get rid of the files and continue to have space... then great. No matter what, you are applauded for seeding for when the inevitable lone pirate comes sailing by wanting to loot your booty.

[–] [email protected] 1 points 1 day ago* (last edited 1 day ago)

Can confirm, genuinely good service and support at reasonable prices.

[–] [email protected] 5 points 1 day ago (1 children)

Also use Cloudflare as new domain registrar because I use them as DNS as well. I can’t say that I’ve had any problems with them at all.

3
Hello! (geekroom.tech)
 

Hello and welcome to GeekRoom.Tech! GeekRoom is designed to be a safe haven for refugees of Reddit and for those that are wanting to start their own journey in the world of technology.

While GRT is new, I am committed to creating a welcoming and supportive environment. I am looking to build this community to bring anyone and everyone that is interested in technologies, sciences, medical, and everything else that individuals have a passion for.

I am only a single person but am looking for people to help build the community. If you are wanting to help moderate a community or build a new community, please send me a message and we can discuss your thoughts and ideas.