's Avatar

travisshears

Gemeinsam 1755281691

travisshears / Gemini Ink Demo Server (Javascript)

0 Favoriten
0 Forks
4 Dateien
Zuletzt aktiv 1761117391
Code from https://mosfetarium.com/blog/gemini-ink-server/

GEMINI INK DEMO SERVER

This little node js server is a demonstration of playing text-only narrative games created with Ink (https://github.com/inkle/ink) over the gemini protocol (https://gemini.circumlunar.space/). It uses basically a bunch of standard nodejs functionality and inkjs (https://github.com/y-lohse/inkjs). The demo game is The Intercept, also made by Inkle, not me! So don't give me credit for the game (https://github.com/inkle/the-intercept).

To run this. You will need to install node and npm. You will also need a gemini server cert!

travisshears / Anubis Config

0 Favoriten
0 Forks
3 Dateien
Zuletzt aktiv 1756454403
See full blog post https://travisshears.com/tech/blog/blocking-ai-scraping
1 bots:
2 - name: php
3 path_regex: php$
4 action: DENY
5 - name: api-calls
6 expression:
7 any:
8 - 'method == "POST"'
9 - 'method == "PATCH"'
10 - 'method == "DELETE"'
Neuer Älter