Commit 17e8ac73 authored by Alyx's avatar Alyx
Browse files

init

parents
Loading
Loading
Loading
Loading

.gitmodules

0 → 100644
+3 −0
Original line number Diff line number Diff line
[submodule "themes/hugo-book"]
	path = themes/hugo-book
	url = https://github.com/alex-shpak/hugo-book

.hugo_build.lock

0 → 100644
+0 −0

Empty file added.

content/index.md

0 → 100644
+24 −0
Original line number Diff line number Diff line
# en0.io's Fremont 2 WiFi Project

Historically, WiFi access in Fremont 2's suites has been scarce and unreliable. This is an attempt to make something
more consistent and reliable.

# Details

This is an Aruba-based installation, currently slated for Aruba AP-515s. Our range is only as good as cabinets we have
participating.

We currently have two cabinets in 1400 and 1500 committed to participation.

We have a few possible ways of backhauling traffic back to the controller, where it is terminated and will hit the
internet.

- Layer 2 (requires you to provide cross-connect and be within 100 meters of us)
- Layer 3 (tunneled, requires a way to terminate WireGuard and a PoE injector)
- Layer 3 (v6 over FCIX or FREMIX)

# Join us?

If you're in FMT2 and want to see wireless service in your area, email me at [wireless@en0.sh](mailto:wireless@en0.sh)
to see if your rack would be a good fit.
 No newline at end of file

hugo.toml

0 → 100644
+3 −0
Original line number Diff line number Diff line
baseURL = 'wifi.fmt2.en0.io'
languageCode = 'en-us'
title = 'wifi.fmt2.en0.io'

public/404.html

0 → 100644
+4 −0
Original line number Diff line number Diff line
<!doctype html><html lang=en><head><script src="/livereload.js?mindelay=10&amp;v=2&amp;port=1313&amp;path=livereload" data-no-instant defer></script><meta charset=UTF-8><meta name=viewport content="width=device-width,initial-scale=1"><meta name=description content><meta name=theme-color media="(prefers-color-scheme: light)" content="#ffffff"><meta name=theme-color media="(prefers-color-scheme: dark)" content="#343a40"><meta name=color-scheme content="light dark"><meta property="og:url" content="//localhost:1313/404.html"><meta property="og:site_name" content="wifi.fmt2.en0.io"><meta property="og:title" content="404 Page not found"><meta property="og:locale" content="en_us"><meta property="og:type" content="website"><meta itemprop=name content="404 Page not found"><title>404 Page not found | wifi.fmt2.en0.io</title><link rel=icon href=/favicon.png><link rel=manifest href=/manifest.json><link rel=canonical href=//localhost:1313/404.html><link rel=stylesheet href=/book.min.d001b688465bfefc82049e01ae748ce2a5b3d7da2ae566f7623a5daac2ddea10.css integrity="sha256-0AG2iEZb/vyCBJ4BrnSM4qWz19oq5Wb3YjpdqsLd6hA=" crossorigin=anonymous><script defer src=/fuse.min.js></script><script defer src=/en.search.min.01e06485cbfd6fea743ffc3cf16bf807a385fbc0cd9e5c846259fd1d173a78e4.js integrity="sha256-AeBkhcv9b+p0P/w88Wv4B6OF+8DNnlyEYln9HRc6eOQ=" crossorigin=anonymous></script><style>.not-found{height:100vh;width:100vw}.not-found h1{font-size:10vmin;font-weight:lighter;cursor:default}.not-found h1 span{display:inline-block;transition:transform .2s ease-out,opacity .2s ease-out}.not-found h1:hover span{transition-duration:1s;transform:translate(var(--drift-x),var(--drift-y))rotate(var(--rotate-end));opacity:0}.not-found h1:hover span:nth-child(1){--drift-x:-1em;--drift-y:1em;--rotate-end:-90deg}.not-found h1:hover span:nth-child(2){--drift-x:-1em;--drift-y:-2em;--rotate-end:45deg}.not-found h1:hover span:nth-child(3){--drift-x:3em;--drift-y:1em;--rotate-end:120deg}</style></head><body class="not-found flex justify-center align-center"><main class=text-center><h1><span>Page</span>
<span>Not</span>
<span>Found</span></h1><h3><a href=/>wifi.fmt2.en0.io</a></h3></main></body></html>
 No newline at end of file