feat: updated onion domain
This commit is contained in:
parent
a825cb0937
commit
c5fe64e460
2 changed files with 11 additions and 6 deletions
|
|
@ -200,7 +200,7 @@
|
|||
</span>
|
||||
rss
|
||||
</a>
|
||||
<a href="http://2ggpzgonqsll5gi56u47aywu4qyl37eiu5jjrq7ma43z77ekkwuqxmid.onion" style="display: flex;">
|
||||
<a href="http://7qygixvjhk3mlcrvos4x4dxjlqrp5rh7ih267qewidotibskg3w3srad.onion.onion" style="display: flex;">
|
||||
<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%;">
|
||||
</span>
|
||||
|
|
|
|||
|
|
@ -1,4 +1,8 @@
|
|||
{inputs, realSrc, ...}: {
|
||||
{
|
||||
inputs,
|
||||
realSrc,
|
||||
...
|
||||
}: {
|
||||
imports = [
|
||||
./hardware-configuration.nix
|
||||
./module.nix
|
||||
|
|
@ -34,10 +38,11 @@
|
|||
|
||||
services.volpe = {
|
||||
enable = true;
|
||||
domain = "blog.jan-leila.com";
|
||||
domain = "volpe.jan-leila.com";
|
||||
extraDomains = [
|
||||
"volpe.jan-leila.com"
|
||||
"2ggpzgonqsll5gi56u47aywu4qyl37eiu5jjrq7ma43z77ekkwuqxmid.onion"
|
||||
"blog.jan-leila.com"
|
||||
# command to get this value: `sudo cat /var/lib/tor/onion/volpe/hostname`
|
||||
"7qygixvjhk3mlcrvos4x4dxjlqrp5rh7ih267qewidotibskg3w3srad.onion.onion"
|
||||
];
|
||||
enableACME = true;
|
||||
acmeEmail = "leyla@jan-leila.com";
|
||||
|
|
@ -81,4 +86,4 @@
|
|||
enable = true;
|
||||
capacity = 100;
|
||||
};
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue