๐Ÿ’พ Archived View for station.martinrue.com โ€บ chime_23 โ€บ d5530d70c67b4847972714d027adeffa captured on 2024-08-31 at 14:08:23. Gemini links have been rewritten to link to archived content

View Raw

More Information

โฌ…๏ธ Previous capture (2024-05-12)

-=-=-=-=-=-=-

๐Ÿ‘ฝ chime_23

To test Gemini I setup Agate, a Rustlang server.

First I added a rule to my firewall, ufw:

$ sudo allow from 127.0.0.1 to 127.0.0.1 port 1965 proto tcp

Then I installed Agate:

$ cargo install agate

Then I made a folder, and made an 'index.gmi' inside it. I typed the following command:

agate --content /path/to/content/agate_public \
      --addr 127.0.0.1:1965 \
      --hostname localhost \
      --lang en-US

I opened Lagrange to 'gemini://localhost' and the contents of 'index.gmi' appeared. To close agate, I ctrl-c'd into the terminal where it was running.

THE END

1 year ago ยท ๐Ÿ‘ innerteapot, warpengineer, justyb

Links

gemini://localhost

Actions

๐Ÿ‘‹ Join Station

1 Reply

๐Ÿ‘ฝ tamatama

How about publishing the server via tor onion? ยท 1 year ago