-- Leo's gemini proxy

-- Connecting to gemlog.blue:1965...

-- Connected

-- Sending request

-- Meta line: 20 text/gemini

This is my first post here on gemlog.blue, just trying things out to see if they are working.


For those that do not know:


gemlog.blue is a web interface[1] to be able to post gemini journal entries (gemlogs). It is unfortunate that the web is needed and an approach that bypasses it is being looked into, but an afternoon coding enabled the ability for a potentially wider audience to be able to post and partake in the gemini fun! gemlog.blue is built as follows:


Apache2 and PHP

Secure HTTPS via Let's Encrypt

No database (got weird with it instead)

No JavaScript, at all

No images

No separate css file (what little there is is coded in the `head`)

No cookies, at all, ever


So the above basically boils down to a very simple website where what you see is what you get and it should be just the page request with no other requests going out. Doing this without cookies does necessitates entering a username and password for each post you want to make... but that is a small tradeoff for simplicity. The less great side of this is that it becomes more difficult to do things like editing existing docs. As a result, for the time being, gemlog.blue is post only (no edit, no delete). I am thinking on good ways to maintain the minimalism and respect for users while also allowing at least the deletion of posts (I have a good idea, just need to implement it).


Other than that, things are up and running. Currently you can:


Create an account

Add a post

Edit a post

Change your password, if need be

Delete account


Coming soon:


Delete a post

Export posts


Check it out and get your own space:


[1] gemlog.blue




-- Response ended

-- Page fetched on Sat Apr 20 15:44:07 2024