summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTrumeet <yuuta@yuuta.moe>2022-03-29 14:39:51 -0700
committerTrumeet <yuuta@yuuta.moe>2022-03-29 14:39:51 -0700
commit5702818821bc57adb571b6986324c89a3e927abd (patch)
tree34ac6477c53d5124aece2995f8d07fff261fcfb5
parent85872e72afe1043a3bb22887c387a41706fb7651 (diff)
downloadwww-5702818821bc57adb571b6986324c89a3e927abd.tar
www-5702818821bc57adb571b6986324c89a3e927abd.tar.gz
www-5702818821bc57adb571b6986324c89a3e927abd.tar.bz2
www-5702818821bc57adb571b6986324c89a3e927abd.zip
Update projs
-rw-r--r--projs/src/projects.ts14
1 files changed, 10 insertions, 4 deletions
diff --git a/projs/src/projects.ts b/projs/src/projects.ts
index 5527e9a..0c55034 100644
--- a/projs/src/projects.ts
+++ b/projs/src/projects.ts
@@ -39,9 +39,9 @@ const projects = defineProjects([
icon: "carbon:logo-vmware",
},
{
- name: "Hyper-V and Active Directory",
+ name: "Active Directory",
isPrivate: true,
- description: "vSphere SSO (AD + ADFS).",
+ description: "vSphere SSO.",
icon: "cib:windows",
},
{
@@ -51,9 +51,15 @@ const projects = defineProjects([
icon: "emojione-monotone:floppy-disk",
},
{
+ name: "FreeBSD Router",
+ isPrivate: true,
+ description: "Site-to-site VPN local side. Using WireGuard, BGP and OSPF to connect to YuutaNet cloud routers.",
+ icon: "cib:freebsd",
+ },
+ {
name: "EdgeRouter",
isPrivate: true,
- description: "Site-to-site VPN local side. Using WireGuard to connect to YuutaNet cloud routers. Provides VLAN and firewall.",
+ description: "Provides IPv4 NAT, VLAN and firewall.",
icon: "clarity:router-solid",
},
],
@@ -115,7 +121,7 @@ const projects = defineProjects([
},
{
name: "Mail",
- isPrivate: true,
+ link: "https://mail.yuuta.moe",
description: "FreeBSD mail server using OpenSMPTD + Dovecot + Rspamd.",
icon: "cib:freebsd",
},