dkforest

A forum and chat platform (onion)
git clone https://git.dasho.dev/n0tr1v/dkforest.git
Log | Files | Refs | LICENSE

commit 52056ceb4f3bbd6756cb071f1083adf7ede54fb9
parent d6a24ca3c763a5032599258d74f5bbbe1ca7f6f7
Author: n0tr1v <n0tr1v@protonmail.com>
Date:   Wed, 21 Jun 2023 21:40:04 -0700

git dkf subdomain

Diffstat:
Mpkg/config/config.go | 3++-
Mpkg/database/utils/processMessage.go | 3++-
Mpkg/web/public/views/pages/bhcli.gohtml | 2+-
Mpkg/web/public/views/pages/index.gohtml | 2+-
Mpkg/web/public/views/pages/links-claim-instructions.gohtml | 4++--
Mpkg/web/public/views/pages/news.gohtml | 2+-
Mpkg/web/public/views/pages/standalone/filedrop.gohtml | 2+-
Mpkg/web/public/views/pages/torchess.gohtml | 2+-
Mpkg/web/public/views/pages/vip/forgot-password-bypass-challenge.gohtml | 4++--
9 files changed, 13 insertions(+), 11 deletions(-)

diff --git a/pkg/config/config.go b/pkg/config/config.go @@ -32,7 +32,8 @@ var RoomPasswordSalt = "room_pa$$word_$alt_OYvUwmNPVTdsw" const ( DkfOnion = "http://dkforestseeaaq2dqz2uflmlsybvnq2irzn4ygyvu53oazyorednviid.onion" - DkfGitOnion = "http://yylovpz7taca7jfrub3wltxabzzjp34fngj5lpwl6eo47ekt5cxs6mid.onion" + DkfGitOnion = "http://git.dkforestseeaaq2dqz2uflmlsybvnq2irzn4ygyvu53oazyorednviid.onion" + DkfGit1Onion = "http://yylovpz7taca7jfrub3wltxabzzjp34fngj5lpwl6eo47ekt5cxs6mid.onion" ChattorOnion = "http://chattorwozgwecrzzbchyhvxiyomny6jn4ac2njc22ozgwg42bhtupad.onion" DreadOnion = "http://dreadytofatroptsdj6io7l3xptbet6onoyno2yv7jicoxknyazubrad.onion" BhcOnion = "http://blkhatjxlrvc5aevqzz5t6kxldayog6jlx5h7glnu44euzongl4fh5ad.onion" diff --git a/pkg/database/utils/processMessage.go b/pkg/database/utils/processMessage.go @@ -458,7 +458,8 @@ func convertLinks(in string, quote, rest := splitQuote(in) knownOnions := [][]string{ - {"http://dkfgit.onion", config.DkfGitOnion}, + {"http://git.dkf.onion", config.DkfGitOnion}, + {"http://dkfgit.onion", config.DkfGit1Onion}, {"http://dread.onion", config.DreadOnion}, {"http://cryptbb.onion", config.CryptbbOnion}, {"http://blkhat.onion", config.BhcOnion}, diff --git a/pkg/web/public/views/pages/bhcli.gohtml b/pkg/web/public/views/pages/bhcli.gohtml @@ -18,7 +18,7 @@ It also use a lot less CPU than tor browser does on these websites.<br /> This application is written in <a href="https://www.rust-lang.org/" rel="noopener noreferrer" target="_blank">Rust</a> and is open source on - <a href="http://yylovpz7taca7jfrub3wltxabzzjp34fngj5lpwl6eo47ekt5cxs6mid.onion/n0tr1v/bhcli" rel="noopener noreferrer" target="_blank">this git server</a> + <a href="http://git.dkforestseeaaq2dqz2uflmlsybvnq2irzn4ygyvu53oazyorednviid.onion/n0tr1v/bhcli" rel="noopener noreferrer" target="_blank">this git server</a> <br /> </p> diff --git a/pkg/web/public/views/pages/index.gohtml b/pkg/web/public/views/pages/index.gohtml @@ -45,7 +45,7 @@ <li class="nav-item"><a class="nav-link" href="/chess">{{ t "Chess" . }}</a></li> <li class="nav-item"><a class="nav-link" href="/vip">{{ t "VIP" . }}</a></li> <li class="nav-item"><a class="nav-link" href="/club">{{ t "Club" . }}</a></li> - <li class="nav-item"><a class="nav-link" href="http://yylovpz7taca7jfrub3wltxabzzjp34fngj5lpwl6eo47ekt5cxs6mid.onion" rel="noopener noreferrer" target="_blank">{{ t "Git" . }}</a></li> + <li class="nav-item"><a class="nav-link" href="http://git.dkforestseeaaq2dqz2uflmlsybvnq2irzn4ygyvu53oazyorednviid.onion" rel="noopener noreferrer" target="_blank">{{ t "Git" . }}</a></li> {{ end }} </ul> {{ end }} diff --git a/pkg/web/public/views/pages/links-claim-instructions.gohtml b/pkg/web/public/views/pages/links-claim-instructions.gohtml @@ -10,11 +10,11 @@ </ul> <div> Golang script:<br /> - <a href="http://yylovpz7taca7jfrub3wltxabzzjp34fngj5lpwl6eo47ekt5cxs6mid.onion/n0tr1v/dkforest/src/master/cmd/torsign/main.go">http://dkfgit.onion/n0tr1v/dkforest/src/master/cmd/torsign/main.go</a> + <a href="http://git.dkforestseeaaq2dqz2uflmlsybvnq2irzn4ygyvu53oazyorednviid.onion/n0tr1v/dkforest/src/master/cmd/torsign/main.go">http://git.dkf.onion/n0tr1v/dkforest/src/master/cmd/torsign/main.go</a> </div> <div> Python script:<br /> - <a href="http://yylovpz7taca7jfrub3wltxabzzjp34fngj5lpwl6eo47ekt5cxs6mid.onion/n0tr1v/dkforest/src/master/cmd/torsign/torsign.py">http://dkfgit.onion/n0tr1v/dkforest/src/master/cmd/torsign/torsign.py</a> + <a href="http://git.dkforestseeaaq2dqz2uflmlsybvnq2irzn4ygyvu53oazyorednviid.onion/n0tr1v/dkforest/src/master/cmd/torsign/torsign.py">http://git.dkf.onion/n0tr1v/dkforest/src/master/cmd/torsign/torsign.py</a> </div> </div> {{ end }} \ No newline at end of file diff --git a/pkg/web/public/views/pages/news.gohtml b/pkg/web/public/views/pages/news.gohtml @@ -201,7 +201,7 @@ XsL3eMSETylYitQKDQ/hISZ8/lcIzxMcZhwTRwl6W0NpKKxM4ks= <br /> This application is written in <a href="https://www.rust-lang.org/" rel="noopener noreferrer" target="_blank">Rust</a> and is open source:<br /> - <a href="http://yylovpz7taca7jfrub3wltxabzzjp34fngj5lpwl6eo47ekt5cxs6mid.onion/n0tr1v/bhcli" rel="noopener noreferrer" target="_blank">http://yylovpz7taca7jfrub3wltxabzzjp34fngj5lpwl6eo47ekt5cxs6mid.onion/n0tr1v/bhcli</a> + <a href="http://git.dkforestseeaaq2dqz2uflmlsybvnq2irzn4ygyvu53oazyorednviid.onion/n0tr1v/bhcli" rel="noopener noreferrer" target="_blank">http://git.dkforestseeaaq2dqz2uflmlsybvnq2irzn4ygyvu53oazyorednviid.onion/n0tr1v/bhcli</a> <br /> </p> diff --git a/pkg/web/public/views/pages/standalone/filedrop.gohtml b/pkg/web/public/views/pages/standalone/filedrop.gohtml @@ -17,7 +17,7 @@ <form method="post" enctype="multipart/form-data"><input name="file" type="file" /><input type="submit" value="submit" /></form> <p class="mt-3"> For big files, you should consider running the custom dkf file uploader<br /> - <a href="http://yylovpz7taca7jfrub3wltxabzzjp34fngj5lpwl6eo47ekt5cxs6mid.onion/n0tr1v/dkforest/src/master/cmd/dkfupload/main.go">http://dkfgit.onion/n0tr1v/dkforest/src/master/cmd/dkfupload/main.go</a> + <a href="http://git.dkforestseeaaq2dqz2uflmlsybvnq2irzn4ygyvu53oazyorednviid.onion/n0tr1v/dkforest/src/master/cmd/dkfupload/main.go">http://git.dkf.onion/n0tr1v/dkforest/src/master/cmd/dkfupload/main.go</a> </p> <p> <code>./dkfupload --file /path/to/file.gz --uuid {{ .Data.Filedrop.UUID }}</code> diff --git a/pkg/web/public/views/pages/torchess.gohtml b/pkg/web/public/views/pages/torchess.gohtml @@ -15,7 +15,7 @@ <p class="mt-5 mb-4"> This application is open source on - <a href="http://yylovpz7taca7jfrub3wltxabzzjp34fngj5lpwl6eo47ekt5cxs6mid.onion/n0tr1v/torchess" rel="noopener noreferrer" target="_blank">this git server</a> + <a href="http://git.dkforestseeaaq2dqz2uflmlsybvnq2irzn4ygyvu53oazyorednviid.onion/n0tr1v/torchess" rel="noopener noreferrer" target="_blank">this git server</a> <br /> </p> diff --git a/pkg/web/public/views/pages/vip/forgot-password-bypass-challenge.gohtml b/pkg/web/public/views/pages/vip/forgot-password-bypass-challenge.gohtml @@ -2,8 +2,8 @@ <h3>Forgot-Password Bypass</h3> <p> I have made a git branch named "forgot-password-bypass-ctf" in dkforest repository -><br /> - <a href="http://yylovpz7taca7jfrub3wltxabzzjp34fngj5lpwl6eo47ekt5cxs6mid.onion/n0tr1v/dkforest/src/forgot-password-bypass-ctf"> - http://yylovpz7taca7jfrub3wltxabzzjp34fngj5lpwl6eo47ekt5cxs6mid.onion/n0tr1v/dkforest/src/forgot-password-bypass-ctf + <a href="http://git.dkforestseeaaq2dqz2uflmlsybvnq2irzn4ygyvu53oazyorednviid.onion/n0tr1v/dkforest/src/forgot-password-bypass-ctf"> + http://git.dkforestseeaaq2dqz2uflmlsybvnq2irzn4ygyvu53oazyorednviid.onion/n0tr1v/dkforest/src/forgot-password-bypass-ctf </a><br /> </p> <p>