Compare commits
11 Commits
b9a8f1b9b8
...
security-a
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
6c930bf4d8 | ||
|
|
4919779c08 | ||
|
|
1fd7dd2f03 | ||
|
|
5965b69d53 | ||
|
|
4b114c9dcd | ||
|
|
582a3bae4d | ||
|
|
ff1a6462ac | ||
| 28f4c0305e | |||
| e808fc1aaa | |||
| deb163595f | |||
| d3e421bb22 |
13
.gitea/workflows/security-recon.yml
Normal file
13
.gitea/workflows/security-recon.yml
Normal file
@@ -0,0 +1,13 @@
|
|||||||
|
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,13 +4,20 @@ title: "LoRa Vegas"
|
|||||||
|
|
||||||
## Mesh Channels
|
## Mesh Channels
|
||||||
|
|
||||||
- **LV Traffic** — <a href="https://meshtastic.org/e/?add=true#Cg8SAQEaCkxWX1RyYWZmaWMSEQgBOAFABUgBUB5YFGgBwAYB" class="mono-link">https://meshtastic.org/e/?add=true#Cg8SAQEaCkxWX1RyYWZmaWMSEQgBOAFABUgBUB5YFGgBwAYB</a>
|
<div class="settings">
|
||||||
- **LASMeshMeet** — <a href="https://meshtastic.org/e/?add=true#CiQSEKBDmMMfm5yEaVfulQ2W3kwaC0xBU01lc2hNZWV0JQIAAAASDggBOAFABUgBUB5YFGgB" class="mono-link">https://meshtastic.org/e/?add=true#CiQSEKBDmMMfm5yEaVfulQ2W3kwaC0xBU01lc2hNZWV0JQIAAAASDggBOAFABUgBUB5YFGgB</a>
|
<span class="label">LV Traffic:</span><br>
|
||||||
- **LongFast** — Set region to **US**, modem preset to **LongFast**
|
<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
|
## Signal Groups
|
||||||
|
|
||||||
- **Vegas-LongFast** — <a href="https://signal.group/#CjQKIG2kcUFN9wPzgpi3H_Lxwie3sgduhzrRdeISlAEyv3EtEhBKz7kID13JrlOfhI2X8ET_" class="mono-link">https://signal.group/#CjQKIG2kcUFN9wPzgpi3H_Lxwie3sgduhzrRdeISlAEyv3EtEhBKz7kID13JrlOfhI2X8ET_</a>
|
<div class="settings">
|
||||||
|
<span class="label">Vegas-LongFast:</span><br>
|
||||||
|
<a href="https://signal.group/#CjQKIG2kcUFN9wPzgpi3H_Lxwie3sgduhzrRdeISlAEyv3EtEhBKz7kID13JrlOfhI2X8ET_" class="value">https://signal.group/#CjQKIG2kcUFN9wPzgpi3H_Lxwie3sgduhzrRdeISlAEyv3EtEhBKz7kID13JrlOfhI2X8ET_</a>
|
||||||
|
</div>
|
||||||
|
|
||||||
## Discord
|
## Discord
|
||||||
|
|
||||||
@@ -26,7 +33,7 @@ title: "LoRa Vegas"
|
|||||||
|
|
||||||
### Past
|
### Past
|
||||||
|
|
||||||
- **#1** — Feb 4, 2026, 7 PM at Lee's Sandwiches
|
- **#1** — Feb 4, 2026, 7 PM at [Lee's Sandwiches, 3989 Spring Mountain Rd](https://maps.app.goo.gl/4Zc5zRVr8srTVStH9)
|
||||||
|
|
||||||
## LongFast Settings
|
## LongFast Settings
|
||||||
|
|
||||||
|
|||||||
@@ -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: var(--max-w);
|
max-width: 90%;
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -71,6 +71,8 @@ a:hover {
|
|||||||
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 {
|
||||||
|
|||||||
Reference in New Issue
Block a user