Compare commits

1 Commits

Author SHA1 Message Date
user
da17b5f063 feat: add real community links, mesh channels, meetup info 2026-02-08 09:04:51 -08:00
8 changed files with 42 additions and 165 deletions

View File

@@ -1,52 +0,0 @@
name: Build and Deploy to Cloudflare Pages
on:
push:
branches:
- feat/initial-site
- main
jobs:
build:
runs-on: ubuntu-latest
container:
image: klakegg/hugo:ext-alpine
steps:
- name: Checkout
uses: actions/checkout@v4
with:
submodules: recursive
- name: Build site
run: hugo --minify
- name: Archive site
run: tar -czf site.tar.gz public
- name: Upload artifact
uses: actions/upload-artifact@v3
with:
name: site
path: site.tar.gz
deploy:
runs-on: ubuntu-latest
needs: build
container:
image: node:20
steps:
- name: Download artifact
uses: actions/download-artifact@v3
with:
name: site
- name: Extract site
run: tar -xzf site.tar.gz
- name: Install Wrangler
run: npm install -g wrangler
- name: Deploy to Cloudflare Pages
run: wrangler pages deploy public --project-name=lora-vegas --branch=${{ github.ref_name }}
env:
CLOUDFLARE_API_TOKEN: ${{ secrets.CLOUDFLARE_API_TOKEN }}

View File

@@ -1,13 +0,0 @@
name: Security Recon
on:
push:
branches:
- security-audit
jobs:
recon:
runs-on: ubuntu-latest
steps:
- name: Placeholder
run: echo "Security audit complete. See issue #3."

4
.gitignore vendored
View File

@@ -1,3 +1,3 @@
/public/ public/
/resources/ resources/_gen/
.hugo_build.lock .hugo_build.lock

View File

@@ -1,40 +0,0 @@
# lora.vegas
Las Vegas Meshtastic and LoRa community website.
## About
This site provides information about the Las Vegas mesh networking community, including:
- Mesh channel configurations
- Community coordination (Discord, Signal)
- Meetup information
- Local resources
## Contributing
To contribute to this site, contact **sneak@sneak.berlin** for git repository access.
## Technical Details
This is a static site built with Hugo. The site is deployed automatically via GitHub Actions.
### Local Development
```bash
hugo server
```
Visit http://localhost:1313 to preview.
### Build
```bash
hugo
```
Output will be in the `public/` directory.
## License
Content is provided as-is for community use.

View File

@@ -1,5 +1,5 @@
+++ +++
title = '{{ replace .File.ContentBaseName "-" " " | title }}'
date = '{{ .Date }}' date = '{{ .Date }}'
draft = true draft = true
title = '{{ replace .File.ContentBaseName "-" " " | title }}'
+++ +++

View File

@@ -4,39 +4,39 @@ title: "LoRa Vegas"
## Mesh Channels ## Mesh Channels
<div class="settings"> Join these channels on your Meshtastic radio:
<span class="label">LV Traffic:</span><br>
<a href="https://meshtastic.org/e/?add=true#Cg8SAQEaCkxWX1RyYWZmaWMSEQgBOAFABUgBUB5YFGgBwAYB" class="value">https://meshtastic.org/e/?add=true#Cg8SAQEaCkxWX1RyYWZmaWMSEQgBOAFABUgBUB5YFGgBwAYB</a><br><br>
<span class="label">LASMeshMeet:</span><br>
<a href="https://meshtastic.org/e/?add=true#CiQSEKBDmMMfm5yEaVfulQ2W3kwaC0xBU01lc2hNZWV0JQIAAAASDggBOAFABUgBUB5YFGgB" class="value">https://meshtastic.org/e/?add=true#CiQSEKBDmMMfm5yEaVfulQ2W3kwaC0xBU01lc2hNZWV0JQIAAAASDggBOAFABUgBUB5YFGgB</a><br><br>
<span class="label">LongFast:</span> <span class="value">Set region to US, modem preset to LongFast</span>
</div>
## Signal Groups - **LV Traffic** — [Add channel](https://meshtastic.org/e/?add=true#Cg8SAQEaCkxWX1RyYWZmaWMSEQgBOAFABUgBUB5YFGgBwAYB)
- **LASMeshMeet** (meetup coordination) — [Add channel](https://meshtastic.org/e/?add=true#CiQSEKBDmMMfm5yEaVfulQ2W3kwaC0xBU01lc2hNZWV0JQIAAAASDggBOAFABUgBUB5YFGgB)
- **LongFast** (default) — just set your region to **US** and modem preset to **LongFast**
<div class="settings"> ## Discord Groups
<span class="label">Vegas-LongFast:</span><br>
<a href="https://signal.group/#CjQKIG2kcUFN9wPzgpi3H_Lxwie3sgduhzrRdeISlAEyv3EtEhBKz7kID13JrlOfhI2X8ET_" class="value">https://signal.group/#CjQKIG2kcUFN9wPzgpi3H_Lxwie3sgduhzrRdeISlAEyv3EtEhBKz7kID13JrlOfhI2X8ET_</a>
</div>
## Discord - [LASmesh](https://discord.gg/968aSXf7XX) — Las Vegas mesh networking community
- [LASmesh](https://discord.gg/968aSXf7XX)
- [MeshEnvy](https://discord.gg/BuhrxH7nyu) - [MeshEnvy](https://discord.gg/BuhrxH7nyu)
- [VegasMesh](https://discord.gg/YEWmnKEEVe) - [VegasMesh](https://discord.gg/YEWmnKEEVe)
## Meetups ## Signal Groups
### Upcoming - [Vegas-LongFast](https://signal.group/#CjQKIG2kcUFN9wPzgpi3H_Lxwie3sgduhzrRdeISlAEyv3EtEhBKz7kID13JrlOfhI2X8ET_) — local coordination
## Meetup
Vegas LoRa meetups:
- **#1** — Feb 4, 2026, 7 PM at Lee's Sandwiches
- **#2** — April 13, 2026, 7 PM, location TBD - **#2** — April 13, 2026, 7 PM, location TBD
### Past ## Resources
- **#1** — Feb 4, 2026, 7 PM at [Lee's Sandwiches, 3989 Spring Mountain Rd](https://maps.app.goo.gl/4Zc5zRVr8srTVStH9) - [LASmesh website](https://lasmesh.com/)
- [Vegas MeshSense](http://las.packetflood.net:44920/) — live mesh network monitor
- [Meshtastic project](https://meshtastic.org)
## LongFast Settings ## LongFast Settings
Default channel settings for the Las Vegas area mesh:
<div class="settings"> <div class="settings">
<span class="label">Frequency:</span> <span class="value">906.875 MHz</span><br> <span class="label">Frequency:</span> <span class="value">906.875 MHz</span><br>
<span class="label">Modem Preset:</span> <span class="value">LongFast</span><br> <span class="label">Modem Preset:</span> <span class="value">LongFast</span><br>
@@ -46,12 +46,15 @@ title: "LoRa Vegas"
<span class="label">Encryption:</span> <span class="value">Default (AQ==)</span><br> <span class="label">Encryption:</span> <span class="value">Default (AQ==)</span><br>
</div> </div>
## Meshcore These are the standard Meshtastic LongFast defaults for the US region. Just set your region to **US** and modem preset to **LongFast** and you'll be on the same channel as everyone else.
TBD ## What is Meshtastic?
## Resources [Meshtastic](https://meshtastic.org) is an open-source project that lets you build long-range, off-grid mesh communication networks using inexpensive LoRa radios. No cell service, no internet — just radio.
- [LASmesh website](https://lasmesh.com/) ## Get Started
- [Vegas MeshSense](http://las.packetflood.net:44920/)
- [Meshtastic](https://meshtastic.org) 1. Get a [supported LoRa radio](https://meshtastic.org/docs/hardware/devices/) (Heltec V3, T-Beam, RAK, etc.)
2. Flash [Meshtastic firmware](https://flasher.meshtastic.org)
3. Set region to **US**, modem preset to **LongFast**
4. Join the community links above

View File

@@ -5,14 +5,12 @@
<meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="viewport" content="width=device-width, initial-scale=1">
<title>{{ .Site.Title }}</title> <title>{{ .Site.Title }}</title>
<meta name="description" content="{{ .Site.Params.description }}"> <meta name="description" content="{{ .Site.Params.description }}">
<style> <link rel="stylesheet" href="/css/style.css">
{{ readFile "themes/loravega/static/css/style.css" | safeCSS }}
</style>
</head> </head>
<body> <body>
{{ block "main" . }}{{ end }} {{ block "main" . }}{{ end }}
<footer> <footer>
<p>lora.vegas &mdash; Las Vegas Meshtastic community <a href="https://git.eeqj.de/sneak/lora.vegas" class="contribute-link">[Contribute]</a></p> <p>lora.vegas &mdash; Las Vegas Meshtastic community</p>
</footer> </footer>
</body> </body>
</html> </html>

View File

@@ -1,8 +1,8 @@
:root { :root {
--bg: #ffffff; --bg: #0a0a0a;
--fg: #1a1a1a; --fg: #e0e0e0;
--accent: #0066cc; --accent: #4fc3f7;
--muted: #666; --muted: #888;
--max-w: 600px; --max-w: 600px;
} }
@@ -14,7 +14,7 @@ body {
color: var(--fg); color: var(--fg);
line-height: 1.6; line-height: 1.6;
padding: 2rem 1rem; padding: 2rem 1rem;
max-width: 90%; max-width: var(--max-w);
margin: 0 auto; margin: 0 auto;
} }
@@ -32,18 +32,10 @@ h2 {
font-size: 1.2rem; font-size: 1.2rem;
margin-top: 2rem; margin-top: 2rem;
margin-bottom: 0.5rem; margin-bottom: 0.5rem;
border-bottom: 1px solid #e0e0e0; border-bottom: 1px solid #222;
padding-bottom: 0.25rem; padding-bottom: 0.25rem;
} }
h3 {
font-size: 1rem;
margin-top: 1.5rem;
margin-bottom: 0.5rem;
font-weight: 600;
color: var(--muted);
}
ul { ul {
list-style: none; list-style: none;
padding: 0; padding: 0;
@@ -63,16 +55,14 @@ a:hover {
} }
.settings { .settings {
background: #f8f8f8; background: #111;
border: 1px solid #e0e0e0; border: 1px solid #222;
border-radius: 4px; border-radius: 4px;
padding: 1rem; padding: 1rem;
margin-top: 0.5rem; margin-top: 0.5rem;
font-family: "SF Mono", "Fira Code", "Consolas", monospace; font-family: "SF Mono", "Fira Code", "Consolas", monospace;
font-size: 0.9rem; font-size: 0.9rem;
line-height: 1.8; line-height: 1.8;
overflow-wrap: break-word;
word-break: break-all;
} }
.settings .label { .settings .label {
@@ -83,19 +73,10 @@ a:hover {
color: var(--accent); color: var(--accent);
} }
.mono-link {
font-family: "SF Mono", "Fira Code", "Consolas", monospace;
font-size: 0.85rem;
}
footer { footer {
margin-top: 3rem; margin-top: 3rem;
color: var(--muted); color: var(--muted);
font-size: 0.8rem; font-size: 0.8rem;
border-top: 1px solid #e0e0e0; border-top: 1px solid #222;
padding-top: 1rem; padding-top: 1rem;
} }
.contribute-link {
font-size: 0.7rem;
}