Add Secure Remote Webserver Access Guide (#232)

This commit is contained in:
Misha Bragin
2024-09-14 13:21:45 +02:00
committed by GitHub
parent 87997621c7
commit e7109cbdfe
13 changed files with 181 additions and 0 deletions

View File

@@ -48,6 +48,16 @@ export const docsNavigation = [
{ title: 'Add Peers', href: '/how-to/add-machines-to-your-network' },
{ title: 'Approve Peers', href: '/how-to/approve-peers' },
{ title: 'Setup Keys', href: '/how-to/register-machines-using-setup-keys' },
{
title: 'Access Infrastructure',
isOpen: true,
links: [
{
title: 'Remote Webserver Access',
href: '/how-to/secure-remote-webserver-access'
},
]
},
]
},
{