vault backup: 2026-08-08 17:27:24
This commit is contained in:
@@ -0,0 +1,41 @@
|
||||
# {{title}}
|
||||
|
||||
## Project Overview
|
||||
**Start Date**: {{date}}
|
||||
**Target Completion**:
|
||||
**Status**: Active
|
||||
|
||||
## Objectives
|
||||
- [ ]
|
||||
- [ ]
|
||||
- [ ]
|
||||
|
||||
## Context
|
||||
<!-- Why this project? What problem does it solve? -->
|
||||
|
||||
|
||||
## Success Criteria
|
||||
<!-- How will we know this is complete? -->
|
||||
|
||||
## Key Resources
|
||||
<!-- Links to relevant notes, documents, people -->
|
||||
|
||||
## Progress Log
|
||||
<!-- Claude Code will help maintain this -->
|
||||
|
||||
### {{date}} - Project Initiated
|
||||
- Set up project structure
|
||||
- Initial research phase
|
||||
|
||||
## Open Questions
|
||||
<!-- Track what we need to figure out -->
|
||||
-
|
||||
-
|
||||
|
||||
## Next Actions
|
||||
<!-- Immediate next steps -->
|
||||
- [ ]
|
||||
- [ ]
|
||||
|
||||
---
|
||||
*Using Claude Code? Say: "I'm working on {{title}} in thinking mode. Let's explore."*
|
||||
@@ -74,10 +74,10 @@ You can manage ports at the cloud firewall or your router (no `firewalld` requir
|
||||
curl -sfL https://get.k3s.io | sh -s - server
|
||||
|
||||
# kubeconfig for your user (replace 'windy' if needed)
|
||||
mkdir -p ~windy/.kube
|
||||
mkdir -p ~/.kube
|
||||
sudo cp /etc/rancher/k3s/k3s.yaml ~windy/.kube/config
|
||||
sudo chown windy:windy ~windy/.kube/config
|
||||
chmod 600 ~windy/.kube/config
|
||||
sudo chown windy:windy ~/.kube/config
|
||||
chmod 600 ~/.kube/config
|
||||
echo 'export KUBECONFIG=$HOME/.kube/config' | sudo tee -a ~windy/.bashrc
|
||||
|
||||
# Helm
|
||||
@@ -422,3 +422,9 @@ sudo /usr/local/bin/k3s-uninstall.sh
|
||||
7. `/.well-known` returns correct JSON; federation tester OK.
|
||||
8. Create admin via MAS CLI; log in at `https://chat.chans.xyz`.
|
||||
9. Configure SMTP for MAS (and optionally Synapse), fix Mailcow sender policy if needed.
|
||||
|
||||
|
||||
matrix hermes token:
|
||||
```
|
||||
mpt_RHPPoHqhXYbhkZyDaBT5H6Bd0plq4V_p3woK4
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user