insomnia
This commit is contained in:
parent
b0f58a77ac
commit
6141ca7ab5
2 changed files with 4 additions and 0 deletions
|
@ -19,6 +19,7 @@ THEME = 'themes/dark'
|
||||||
HOSTS = (
|
HOSTS = (
|
||||||
('rwx.work', 'https://blog.rwx.work'),
|
('rwx.work', 'https://blog.rwx.work'),
|
||||||
('envs.net', 'https://mspe.envs.net'),
|
('envs.net', 'https://mspe.envs.net'),
|
||||||
|
('insomnia247.nl', 'https://mspe.insomnia247.nl'),
|
||||||
('tilde.team', 'https://mspe.tilde.team'),
|
('tilde.team', 'https://mspe.tilde.team'),
|
||||||
('tilde.cafe', 'https://mspe.tilde.cafe'),
|
('tilde.cafe', 'https://mspe.tilde.cafe'),
|
||||||
('tilde.institute', 'https://mspe.tilde.institute'),
|
('tilde.institute', 'https://mspe.tilde.institute'),
|
||||||
|
@ -55,6 +56,7 @@ GIT = (
|
||||||
('gitgud.io', 'https://gitgud.io/mspe'),
|
('gitgud.io', 'https://gitgud.io/mspe'),
|
||||||
('github.com', 'https://github.com/m-s-p-e'),
|
('github.com', 'https://github.com/m-s-p-e'),
|
||||||
('gitlab.com', 'https://gitlab.com/mspe'),
|
('gitlab.com', 'https://gitlab.com/mspe'),
|
||||||
|
('insomnia247.nl', 'https://git.insomnia247.nl/mspe'),
|
||||||
('notabug.org', 'https://notabug.org/mspe?tab=activity'),
|
('notabug.org', 'https://notabug.org/mspe?tab=activity'),
|
||||||
('pagure.io', 'https://pagure.io/user/mspe'),
|
('pagure.io', 'https://pagure.io/user/mspe'),
|
||||||
('sr.ht', 'https://sr.ht/~mspe'),
|
('sr.ht', 'https://sr.ht/~mspe'),
|
||||||
|
|
2
sync.sh
2
sync.sh
|
@ -25,6 +25,8 @@ echo 'FastCGI & PHP / .'
|
||||||
|
|
||||||
# .cgi .lua .pl .py .sh /cgi-bin .php
|
# .cgi .lua .pl .py .sh /cgi-bin .php
|
||||||
rs 22 'mspe' 'envs.net' 'public_html'
|
rs 22 'mspe' 'envs.net' 'public_html'
|
||||||
|
# /cgi-bin
|
||||||
|
rs 22 'mspe' 'insomnia247.nl' 'public_html/mspe.insomnia247.nl'
|
||||||
# .cgi .lua .pl .py .sh /cgi-bin .php
|
# .cgi .lua .pl .py .sh /cgi-bin .php
|
||||||
rs 22 'mspe' 'tilde.team' 'public_html'
|
rs 22 'mspe' 'tilde.team' 'public_html'
|
||||||
# .cgi .lua .pl .py .sh /cgi-bin .php
|
# .cgi .lua .pl .py .sh /cgi-bin .php
|
||||||
|
|
Loading…
Reference in a new issue