aussies,thunix,vern
This commit is contained in:
parent
f353c7b941
commit
bb8c8f9c9c
2 changed files with 6 additions and 6 deletions
|
@ -184,7 +184,7 @@
|
||||||
</nav>
|
</nav>
|
||||||
|
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="https://aussies.space/~mspe">aussies.space</a></li>
|
<!--<li><a href="https://aussies.space/~mspe">aussies.space</a></li>-->
|
||||||
<li><a href="https://mspe.u.blinkenshell.org">blinkenshell.org</a></li>
|
<li><a href="https://mspe.u.blinkenshell.org">blinkenshell.org</a></li>
|
||||||
<li><a href="https://ctrl-c.club/~mspe">ctrl-c.club</a></li>
|
<li><a href="https://ctrl-c.club/~mspe">ctrl-c.club</a></li>
|
||||||
<li><a href="https://mspe.dimension.sh">dimension.sh</a></li>
|
<li><a href="https://mspe.dimension.sh">dimension.sh</a></li>
|
||||||
|
@ -198,7 +198,7 @@
|
||||||
<li><a href="https://mspe.remotes.club">remotes.club</a></li>
|
<li><a href="https://mspe.remotes.club">remotes.club</a></li>
|
||||||
<li><a href="https://rw.rs/~mspe">rw.rs</a></li>
|
<li><a href="https://rw.rs/~mspe">rw.rs</a></li>
|
||||||
<li><a href="https://squiggle.city/~mspe">squiggle.city</a></li>
|
<li><a href="https://squiggle.city/~mspe">squiggle.city</a></li>
|
||||||
<li><a href="https://thunix.net/~mspe">thunix.net</a></li>
|
<!--<li><a href="https://thunix.net/~mspe">thunix.net</a></li>-->
|
||||||
<li><a href="https://mspe.tilde.cafe">tilde.cafe</a></li>
|
<li><a href="https://mspe.tilde.cafe">tilde.cafe</a></li>
|
||||||
<li><a href="https://tilde.club/~mspe">tilde.club</a></li>
|
<li><a href="https://tilde.club/~mspe">tilde.club</a></li>
|
||||||
<li><a href="https://tilde.fun/~mspe">tilde.fun</a></li>
|
<li><a href="https://tilde.fun/~mspe">tilde.fun</a></li>
|
||||||
|
@ -210,7 +210,7 @@
|
||||||
<li><a href="https://tilde.town/~mspe">tilde.town</a></li>
|
<li><a href="https://tilde.town/~mspe">tilde.town</a></li>
|
||||||
<li><a href="https://mspe.tildevarsh.in">tildevarsh.in</a></li>
|
<li><a href="https://mspe.tildevarsh.in">tildevarsh.in</a></li>
|
||||||
<li><a href="https://trash.town/~mspe">trash.town</a></li>
|
<li><a href="https://trash.town/~mspe">trash.town</a></li>
|
||||||
<li><a href="https://mspe.vern.cc">vern.cc</a></li>
|
<!--<li><a href="https://mspe.vern.cc">vern.cc</a></li>-->
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
</section>
|
</section>
|
||||||
|
|
6
sync.py
6
sync.py
|
@ -6,7 +6,7 @@ import subprocess
|
||||||
import pubnix
|
import pubnix
|
||||||
|
|
||||||
ARGS = [
|
ARGS = [
|
||||||
{'dn':'aussies.space', 'sub': False},
|
# {'dn':'aussies.space', 'sub': False},
|
||||||
{'dn':'blinkenshell.org',
|
{'dn':'blinkenshell.org',
|
||||||
'ssh': 'ssh', 'port': 2222, 'web': 'u', 'sub': True},
|
'ssh': 'ssh', 'port': 2222, 'web': 'u', 'sub': True},
|
||||||
{'dn':'ctrl-c.club', 'sub': False},
|
{'dn':'ctrl-c.club', 'sub': False},
|
||||||
|
@ -21,6 +21,7 @@ ARGS = [
|
||||||
{'dn':'remotes.club', 'port': 9022, 'root': 'web', 'sub': True},
|
{'dn':'remotes.club', 'port': 9022, 'root': 'web', 'sub': True},
|
||||||
{'dn':'rw.rs', 'sub': False},
|
{'dn':'rw.rs', 'sub': False},
|
||||||
{'dn':'squiggle.city', 'sub': False},
|
{'dn':'squiggle.city', 'sub': False},
|
||||||
|
# {'dn':'thunix.net', 'sub': False},
|
||||||
{'dn':'tilde.cafe', 'sub': True},
|
{'dn':'tilde.cafe', 'sub': True},
|
||||||
{'dn':'tilde.club', 'sub': False},
|
{'dn':'tilde.club', 'sub': False},
|
||||||
{'dn':'tilde.fun', 'root': 'html', 'sub': False},
|
{'dn':'tilde.fun', 'root': 'html', 'sub': False},
|
||||||
|
@ -32,9 +33,8 @@ ARGS = [
|
||||||
{'dn':'tilde.town', 'sub': False},
|
{'dn':'tilde.town', 'sub': False},
|
||||||
{'dn':'tildevarsh.in', 'sub': True},
|
{'dn':'tildevarsh.in', 'sub': True},
|
||||||
{'dn':'trash.town', 'sub': False},
|
{'dn':'trash.town', 'sub': False},
|
||||||
{'dn':'vern.cc', 'sub': True},
|
# {'dn':'vern.cc', 'sub': True},
|
||||||
{'dn':'sdf.org', 'root': 'html', 'sub': True},
|
{'dn':'sdf.org', 'root': 'html', 'sub': True},
|
||||||
{'dn':'thunix.net', 'sub': False},
|
|
||||||
]
|
]
|
||||||
PUBNIXES = [pubnix.PubNix(**args) for args in ARGS]
|
PUBNIXES = [pubnix.PubNix(**args) for args in ARGS]
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue