Generating multiple copies of the site for Tor, I2P etc #3892
CrawlerBleak
started this conversation in
General
Replies: 2 comments 3 replies
-
|
I wouldnβt generate multiple copies, but instead use either Server Side Includes or client-side JS to load the correct script based on the way the site is loaded. |
Beta Was this translation helpful? Give feedback.
2 replies
-
|
how do you do two separate sites? or do you literally mean having two separate roots, conf.pys, themes, contents etc
β¦On April 20, 2026 11:29:31 PM PDT, Chris Warrick ***@***.***> wrote:
If you want different content, then translations or two separate sites would be the way to go.
--
Reply to this email directly or view it on GitHub:
#3892 (reply in thread)
You are receiving this because you authored the thread.
Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I use Isso comments on my site, which I'd like to make available over Tor/I2P. The problem is, the comments are loaded over the clearnet, and I don't see a clear path to making another copy of the site which loads the comments over onion/eepsite instead. Is this possible? I could maybe (ab)use translations for this, and duplicate each post like
foo.tor.mdand put.. template: post_tor.tmplin the front matter. Then I'd put the onion for my Isso instance in post_tor.tmpl. But this is less than ideal because:Any ideas?
Beta Was this translation helpful? Give feedback.
All reactions