Micropub test of creating a photo referenced by URL. This post should include a photo of a sunset.

Micropub test of creating a photo referenced by URL

Micropub test of creating a photo referenced by URL
In the future I should create a way to see older posts.
I have enabled let's encrypt on my publog. It was pretty easy with nginx-proxy and the let's encrypt companion docker images.
Thumbs up
Yesterday I wrote a microsub server in golang. It contains most of the feature that I need to connect with the Together reader app.
Some observations:
- search is pretty strange to implement, it now only supports full urls.
- it does support automatic fetching of feeds
- it doesn't have caching support of items. It always fetches the full page
- no support for smart or automatic feed downloading, no WebSub. It should in the future
- mute and block are not implemented
Some observations:
- search is pretty strange to implement, it now only supports full urls.
- it does support automatic fetching of feeds
- it doesn't have caching support of items. It always fetches the full page
- no support for smart or automatic feed downloading, no WebSub. It should in the future
- mute and block are not implemented