💾 Archived View for station.martinrue.com › chime_23 › d5530d70c67b4847972714d027adeffa captured on 2023-09-08 at 17:27:58. Gemini links have been rewritten to link to archived content

View Raw

More Information

⬅️ Previous capture (2023-07-22)

➡️ Next capture (2023-11-04)

🚧 View Differences

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

👽 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

5 months ago · 👍 innerteapot, warpengineer, justyb

Links

[1] gemini://localhost

Actions

👋 Join Station

1 Reply

👽 tamatama

How about publishing the server via tor onion? · 5 months ago