A web client for Gemini! https://swee.codes/gem2browser
Find a file
swee 4043c093e9
All checks were successful
Test web app / Check syntax (push) Successful in 27s
Test web app / Test server with Gunicorn (WSGI) (push) Successful in 17s
Test web app / Test server with Hypercorn (ASGI) (push) Successful in 23s
Test web app / Test server with Flask Dev Mode (push) Successful in 47s
Update server.py
2025-02-03 19:17:47 -08:00
.forgejo/workflows Update .forgejo/workflows/test.yml 2025-01-20 18:43:22 -08:00
.gitignore Initial commit 2025-01-12 21:30:24 -08:00
cross-server.png Upload files to "/" 2025-01-13 15:35:25 -08:00
external.png Upload files to "/" 2025-01-13 15:35:25 -08:00
gem2browser.png Upload files to "/" 2025-01-14 17:28:48 -08:00
gem2browser.service Add gem2browser.service 2025-01-18 22:18:35 -08:00
gem2browser.svg Upload files to "/" 2025-01-14 17:28:48 -08:00
home.html Update home.html 2025-01-20 14:14:33 -08:00
LICENSE Initial commit 2025-01-12 21:30:24 -08:00
loadcert.html Update loadcert.html 2025-01-15 21:33:05 -08:00
README.md Update README.md 2025-01-20 11:38:52 -08:00
server.py Update server.py 2025-02-03 19:17:47 -08:00
style.css Update style.css 2025-01-20 14:27:06 -08:00
version Add version 2025-01-20 14:18:41 -08:00

Gem2Browser

"Take the web by storm."

A Gemini relay for HTTP using Python flask

Requirements:

  • Python 3
    • Flask
    • Hypercorn (or any other flask compatible WSGI/ASGI)
    • PyOpenSSL