Skip to content

Instantly share code, notes, and snippets.

View eskema's full-sized avatar

Tiago Balas eskema

View GitHub Profile
@eskema
eskema / static.html
Last active February 1, 2023 22:29
Nostr Static
<!DOCTYPE html>
<html lang="en-US">
<head>
<meta charset="UTF-8">
<title>Nostr Static</title>
<style>
article {
margin-bottom: 1rem;
border-top: 1px solid #999;
}
@eskema
eskema / nostr-rs-relay_no-docker.md
Last active July 18, 2023 08:42
How to install nostr-rs-relay on ubuntu without Docker

These are the steps I took to install and run a nostr relay on a new server.

First, you'll need the server, this tutorial is using the most basic server Hetzner provides (CX11 - €4.15/mo), you don't need much. If you don't know where to get your server from and decide to go with Hetzner, consider using my affiliate link: https://hetzner.cloud/?ref=4FZql6rUwaeQ

Once you have your server running, log into it via SSH. I'm on a MacOS, so I'll use Terminal as my command line tool. open a new Terminal window and paste the following commands: