Commit fd9a3a5
FreeSynergy
feat(G1.5+G1.6): fs-node-server + fsn node command
G1.5 — Node Grundstruktur (fs-node-server crate):
- NodeLayer trait: start/stop/name lifecycle fuer alle Schichten
- AuthGateway: OAuthProvider + PamProvider + SsoProvider (fs-auth Traits)
- S3Provider: StorageLayer wrapping fs-s3 (opendal)
- ServiceProxy: Capability-Lookup via fs-registry
- FederationGate: Trait + disabled placeholder (bis Phase P)
- NodeServer: komposes alle Layers, startet axum HTTP API
G1.6 — Einladungs-System:
- InviteToken: fsn1. HMAC-signierter Token (node_id|address|expires|nonce)
- InviteBundle: age-verschluesseltes TOML-Paket (passphrase-basiert)
- PortPool: port-per-invitation Allokation aus konfigurierbarem Range
- InviteSystem: create / verify / accept
CLI-Integration (fsn node):
- fsn node serve -- startet NodeServer
- fsn node invite create -- generiert Token + verschluesseltes Bundle
- fsn node invite accept -- nimmt Einladung an1 parent 128d87b commit fd9a3a5
19 files changed
Lines changed: 1630 additions & 2 deletions
File tree
- cli
- crates
- fs-node-cli
- src
- commands
- fs-node-server
- src
- invite
- layer
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| 14 | + | |
14 | 15 | | |
15 | 16 | | |
16 | 17 | | |
| |||
40 | 41 | | |
41 | 42 | | |
42 | 43 | | |
| 44 | + | |
43 | 45 | | |
44 | | - | |
| 46 | + | |
| 47 | + | |
45 | 48 | | |
46 | 49 | | |
47 | 50 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
39 | | - | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
40 | 44 | | |
41 | 45 | | |
42 | 46 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
195 | 195 | | |
196 | 196 | | |
197 | 197 | | |
| 198 | + | |
| 199 | + | |
| 200 | + | |
| 201 | + | |
| 202 | + | |
| 203 | + | |
198 | 204 | | |
199 | 205 | | |
200 | 206 | | |
| |||
568 | 574 | | |
569 | 575 | | |
570 | 576 | | |
| 577 | + | |
| 578 | + | |
| 579 | + | |
| 580 | + | |
| 581 | + | |
| 582 | + | |
| 583 | + | |
| 584 | + | |
| 585 | + | |
| 586 | + | |
| 587 | + | |
| 588 | + | |
| 589 | + | |
| 590 | + | |
| 591 | + | |
| 592 | + | |
| 593 | + | |
| 594 | + | |
| 595 | + | |
| 596 | + | |
| 597 | + | |
| 598 | + | |
| 599 | + | |
| 600 | + | |
| 601 | + | |
| 602 | + | |
| 603 | + | |
| 604 | + | |
| 605 | + | |
| 606 | + | |
| 607 | + | |
| 608 | + | |
| 609 | + | |
| 610 | + | |
| 611 | + | |
| 612 | + | |
| 613 | + | |
| 614 | + | |
| 615 | + | |
| 616 | + | |
| 617 | + | |
| 618 | + | |
| 619 | + | |
| 620 | + | |
| 621 | + | |
| 622 | + | |
| 623 | + | |
| 624 | + | |
| 625 | + | |
| 626 | + | |
| 627 | + | |
| 628 | + | |
| 629 | + | |
| 630 | + | |
| 631 | + | |
571 | 632 | | |
572 | 633 | | |
573 | 634 | | |
| |||
801 | 862 | | |
802 | 863 | | |
803 | 864 | | |
| 865 | + | |
804 | 866 | | |
805 | 867 | | |
806 | 868 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| 12 | + | |
12 | 13 | | |
13 | 14 | | |
14 | 15 | | |
| |||
0 commit comments