mirror of
https://gitlab.com/EternalWanderer/voidcruiser.nl
synced 2024-11-28 20:03:50 +01:00
Silly merge because I wasn't paying attention
This commit is contained in:
commit
f3e95447b1
2
.gitmodules
vendored
2
.gitmodules
vendored
|
@ -1,3 +1,3 @@
|
|||
[submodule "themes/vugo"]
|
||||
path = themes/vugo
|
||||
url = git@gitlab.com:EternalWanderer/vugo.git
|
||||
url = gitlab:EternalWanderer/vugo.git
|
||||
|
|
3
Makefile
3
Makefile
|
@ -1,8 +1,9 @@
|
|||
src := public
|
||||
target := voidcruiser.nl
|
||||
host := voidDroplet
|
||||
|
||||
push: $(target)
|
||||
rsync -ahv $(target) voidDroplet:/var/www/ --delete
|
||||
rsync -ahv $(target) $(host):/var/www/ --delete
|
||||
|
||||
$(target): build
|
||||
mv $(src) $(target)
|
||||
|
|
8
archetypes/rambles/default.md
Normal file
8
archetypes/rambles/default.md
Normal file
|
@ -0,0 +1,8 @@
|
|||
---
|
||||
title: "{{ replace .Name "-" " " | title }}"
|
||||
date: {{ .Date }}
|
||||
author: "$HUMANOID"
|
||||
tags: ["", ""]
|
||||
description: "This is the default article description"
|
||||
draft: true
|
||||
---
|
|
@ -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
|
||||
central point.
|
||||
|
||||
A few years ago, I discovered i2p. I really liked the idea of it; a different
|
||||
darknet than tor with different kinds of people on it -- more blog oriented. At
|
||||
the time I ran a node on a Raspberry Pi running Debian. I connected to it using
|
||||
an ssh tunnel over Yggdrasil and used an
|
||||
A few years ago, I discovered [i2p](https://geti2p.net/en/). I really liked the
|
||||
idea of it; a different darknet than tor with different kinds of people on it --
|
||||
more blog oriented. At the time I ran a node on a Raspberry Pi running Debian. I
|
||||
connected to it using an ssh tunnel over Yggdrasil and used an
|
||||
[Arkenfox](https://github.com/arkenfox/user.js) hardened Firefox profile to
|
||||
browse around.
|
||||
|
||||
|
@ -86,9 +86,9 @@ else than an HTTP connection to interact with i2p.
|
|||
|
||||
## Torrents
|
||||
|
||||
Since I wanted to see what kinds of _linux distros_ the i2p network has to
|
||||
offer, I also enabled `services.i2pd.proto.sam` and added the corresponding
|
||||
default port to the container's firewall in order to get
|
||||
After a little while, I wanted to see what kinds of _linux distros_ the i2p
|
||||
network has to offer, I also enabled `services.i2pd.proto.sam` and added the
|
||||
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
|
||||
behave properly:
|
||||
|
||||
|
|
7
layouts/partials/footer.html
Normal file
7
layouts/partials/footer.html
Normal 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
|
Loading…
Reference in a new issue