feat: fixed onion link

This commit is contained in:
Leyla Becker 2026-02-22 10:49:58 -06:00
parent a46e05e377
commit 72b26472c3
2 changed files with 2 additions and 2 deletions

View file

@ -200,7 +200,7 @@
</span> </span>
rss rss
</a> </a>
<a href="http://7qygixvjhk3mlcrvos4x4dxjlqrp5rh7ih267qewidotibskg3w3srad.onion.onion" style="display: flex;"> <a href="7qygixvjhk3mlcrvos4x4dxjlqrp5rh7ih267qewidotibskg3w3srad.onion" style="display: flex;">
<span style="display: inline-block; width: 24px; height: 24px; margin: 0 8px;"> <span style="display: inline-block; width: 24px; height: 24px; margin: 0 8px;">
<img src="{{ 'onion-icon-dark.svg' | fileHash('assets') }}" alt="Tor Onion Logo" class="icon-invertible" style="width: 100%; height: 100%;"> <img src="{{ 'onion-icon-dark.svg' | fileHash('assets') }}" alt="Tor Onion Logo" class="icon-invertible" style="width: 100%; height: 100%;">
</span> </span>

View file

@ -42,7 +42,7 @@
extraDomains = [ extraDomains = [
"blog.jan-leila.com" "blog.jan-leila.com"
# command to get this value: `sudo cat /var/lib/tor/onion/volpe/hostname` # command to get this value: `sudo cat /var/lib/tor/onion/volpe/hostname`
"7qygixvjhk3mlcrvos4x4dxjlqrp5rh7ih267qewidotibskg3w3srad.onion.onion" "7qygixvjhk3mlcrvos4x4dxjlqrp5rh7ih267qewidotibskg3w3srad.onion"
]; ];
enableACME = true; enableACME = true;
acmeEmail = "leyla@jan-leila.com"; acmeEmail = "leyla@jan-leila.com";