Compare commits
No commits in common. "c8283e1d085003359aabcaa4b51bf8f28fae4d45" and "febce132d82ed086c7f5a1bb84e3720caf50eaf6" have entirely different histories.
c8283e1d08
...
febce132d8
8
Makefile
8
Makefile
@ -1,5 +1,3 @@
|
|||||||
map.txt: map.ge
|
output: map.txt
|
||||||
grep -v '# unimportant' $< | graph-easy --boxart > $@
|
map.txt: map.md
|
||||||
|
cat map.md | graph-easy --boxart > map.txt
|
||||||
full_map.txt: map.ge
|
|
||||||
graph-easy --boxart < $< > $@
|
|
||||||
|
39
map.ge
39
map.ge
@ -1,39 +0,0 @@
|
|||||||
# Network map of Decentrala. Use with:
|
|
||||||
# graph-easy --boxart < netmap.txt
|
|
||||||
|
|
||||||
(Mox
|
|
||||||
[ m_router ]{label: router ;}
|
|
||||||
[ wireguard ] --> [ m_nginx ]{label: nginx-11 ;}
|
|
||||||
[ wiki ] --> [ m_nginx ]
|
|
||||||
[ gitea ] --> [ m_nginx ]
|
|
||||||
[ tor11 ] --> [ m_nginx ] --> [ m_router ]
|
|
||||||
[ smtp ]
|
|
||||||
)
|
|
||||||
|
|
||||||
(Serverko
|
|
||||||
[ s_nginx ]{label: nginx-12 ;}
|
|
||||||
[ s_router ]{label: router ;}
|
|
||||||
[ s_nginx ] --> [ nextcloud ]
|
|
||||||
[ s_nginx ] --> [ tor12 ]
|
|
||||||
[ s_nginx ] --> [ s_router ]
|
|
||||||
)
|
|
||||||
|
|
||||||
(splint.rs # unimportant
|
|
||||||
[ soft-serve ] # unimportant
|
|
||||||
[ mail-cache ]# unimportant
|
|
||||||
) # unimportant
|
|
||||||
|
|
||||||
[ tor12 ] <..> [ onions ] <..> [ tor11 ]
|
|
||||||
[ m_router ] <..> [ BGP ] <..> [ madness ] <..> [ s_router ]
|
|
||||||
[ smtp ] <..> [ madness ]
|
|
||||||
[ madness ] <..> [ mail-cache ]# unimportant
|
|
||||||
[ A ]{label: "" ;}
|
|
||||||
[ B ]{label: "" ;}
|
|
||||||
[ C ]{label: "" ;}
|
|
||||||
[ D ]{label: "" ;}
|
|
||||||
[ onions ] <..> [ A ]
|
|
||||||
[ onions ] <..> [ B ]
|
|
||||||
[ A ] <..> [ C ]
|
|
||||||
[ B ] <..> [ D ]
|
|
||||||
|
|
||||||
(Sharks! [ D ])
|
|
Loading…
x
Reference in New Issue
Block a user