Silly merge because I wasn't paying attention

This commit is contained in:
Nox Sluijtman 2023-08-07 03:13:39 +02:00
commit f3e95447b1
6 changed files with 26 additions and 10 deletions

2
.gitmodules vendored
View file

@ -1,3 +1,3 @@
[submodule "themes/vugo"] [submodule "themes/vugo"]
path = themes/vugo path = themes/vugo
url = git@gitlab.com:EternalWanderer/vugo.git url = gitlab:EternalWanderer/vugo.git

View file

@ -1,8 +1,9 @@
src := public src := public
target := voidcruiser.nl target := voidcruiser.nl
host := voidDroplet
push: $(target) push: $(target)
rsync -ahv $(target) voidDroplet:/var/www/ --delete rsync -ahv $(target) $(host):/var/www/ --delete
$(target): build $(target): build
mv $(src) $(target) mv $(src) $(target)

View file

@ -0,0 +1,8 @@
---
title: "{{ replace .Name "-" " " | title }}"
date: {{ .Date }}
author: "$HUMANOID"
tags: ["", ""]
description: "This is the default article description"
draft: true
---

View file

@ -15,10 +15,10 @@ Recently I've decided to move most of my hardware over to NixOS. It's been an
amazing experience being able to configure everything OS related from one amazing experience being able to configure everything OS related from one
central point. central point.
A few years ago, I discovered i2p. I really liked the idea of it; a different A few years ago, I discovered [i2p](https://geti2p.net/en/). I really liked the
darknet than tor with different kinds of people on it -- more blog oriented. At idea of it; a different darknet than tor with different kinds of people on it --
the time I ran a node on a Raspberry Pi running Debian. I connected to it using more blog oriented. At the time I ran a node on a Raspberry Pi running Debian. I
an ssh tunnel over Yggdrasil and used an connected to it using an ssh tunnel over Yggdrasil and used an
[Arkenfox](https://github.com/arkenfox/user.js) hardened Firefox profile to [Arkenfox](https://github.com/arkenfox/user.js) hardened Firefox profile to
browse around. browse around.
@ -86,9 +86,9 @@ else than an HTTP connection to interact with i2p.
## Torrents ## Torrents
Since I wanted to see what kinds of _linux distros_ the i2p network has to After a little while, I wanted to see what kinds of _linux distros_ the i2p
offer, I also enabled `services.i2pd.proto.sam` and added the corresponding network has to offer, I also enabled `services.i2pd.proto.sam` and added the
default port to the container's firewall in order to get corresponding default port to the container's firewall in order to get
[XD](https://xd-torrent.github.io/) (which can be found in the Nix repo) to [XD](https://xd-torrent.github.io/) (which can be found in the Nix repo) to
behave properly: behave properly:

View file

@ -0,0 +1,7 @@
<footer>
<div class="mirror">
[<a rel="rss" href="/index.xml">rss</a>]
[<a href="http://void5xgev2n26prpzqvf2g3gqv5kx7kz6md4skqngrfm23rmwkbralad.onion">onion_1</a>|<a href="http://fxawfamgojpoxxgzmmjiro4wx4eycempujmryk6miz4a64ljl6sz7dqd.onion">onion_2</a>|<a href="http://lmwr2pugnmv4pkkxlneeepi4oysfly33zfuj7x25s6hfydysnpfq.b32.i2p">i2p</a>|<a href="http://[201:e2aa:7c70:666b:9a28:6406:be7f:bf0d]">yggdrasil</a>]
<a rel="lisence" href="http://creativecommons.org/licenses/by-sa/4.0/"><img alt="CC BY-SA 4.0" src="/stickers/cc4.png"></a>
</div>
</footer>

@ -1 +1 @@
Subproject commit dcc9f2bf2213887d14a5b925f74c84f3a8f9123d Subproject commit 3b5f48aa5ae395065b02f8c63c8f7afd5aa924b0