manton
manton

Every time I set up something in S3 or Cloudfront, I have to re-learn how it works. Users, bucket policies, CORS… Doesn’t matter if it was only a few weeks ago that I last configured something, or that I’ve used AWS for years. The UI is optimized for flexibility, not convenience.

|
Embed
Progress spinner
eggfreckles
eggfreckles

@manton this never would have happened with iDisk.

|
Embed
Progress spinner
manton
manton

@eggfreckles Haha. I kind of miss iDisk. It was simple and based on standards... iCloud is so opaque. Unless that's just nostalgia talking.

|
Embed
Progress spinner
manton
manton

@Ddanielson Possibly, yes! There are some areas of Micro.blog that are very powerful but hard to get started with. Definitely want to improve that.

|
Embed
Progress spinner
fahrni@curmudgeon.cafe
fahrni@curmudgeon.cafe

@manton I just posted this to an internal Slack today. 🤣

|
Embed
Progress spinner
brandontreb
brandontreb

@manton heads up, your job for fetching from non hosted sites seems to be a taking much longer than usual. My posts have been taking sometimes 20+ minutes to show up. I have been experiencing this for a few days now.

|
Embed
Progress spinner
vincent
vincent

@brandontreb I had that in the past, and mine is self hosted too. I’m using the Micro.blog Ping url and POST to it, when I’ve posted on my site (the CMS will do it for me on save), with the feed url I want it to fetch. Works mostly instant:

‘https://micro.blog/ping?url=‘

And add your feed url at the end that you want MB to fetch.

Although suspect that it’s running a little slower than it should.

|
Embed
Progress spinner
brandontreb
brandontreb

@vincent ahh I didn’t know that existed. I’ll be sure to add that to my posting pipeline.

Thanks so much!

|
Embed
Progress spinner
vincent
vincent

@brandontreb the docs for that are here.

|
Embed
Progress spinner
brandontreb
brandontreb

@vincent awesome. Thanks again.

|
Embed
Progress spinner
vincent
vincent

@brandontreb pleasure is mine. Do you have a write up about your stack btw?

|
Embed
Progress spinner
dsh1705
dsh1705

@manton AWS is not meant to be used via the UI - the API is where it is at. That is why the UI is so bad.

|
Embed
Progress spinner
brandontreb
brandontreb

@vincent I don’t currently. I’ve actually spent the last couple months building an indie web focused blog engine in node/express/SQLite link

It’s not even close to ready to actually open source (no judging ;))

I’ve learned quite a few lessons in the process and will most likely pivot to more of a CMS on top of Hugo and keep the indie web features (auth,webmentions,etc…).

I’ll probably do a retro post when I finally do pivot.

|
Embed
Progress spinner
In reply to
nickkaczmarek
nickkaczmarek

@manton I wonder if terraform would help you. I guess you might just switch to having to relearn that though.

|
Embed
Progress spinner
joakimkemeny@mastodon.se
joakimkemeny@mastodon.se

@manton you’ve probably already checked out CloudFormation but if not, that’s the way to go. I just copy my setup, change a few parameters and 5 minutes later I have a website with certificates and everything working. It’s glorious!

|
Embed
Progress spinner
brandontreb
brandontreb

@vincent @manton just did a test of the m.b. Ping service. I got a 200 back, but still no updates to my status. I tried both POST and GET with url=https://brandontreb.com/feed.json also tried url in the body.

Maybe I’m doing something wrong?

|
Embed
Progress spinner
manton
manton

@brandontreb @vincent For the ping, the RSS URL has to match exactly, and it looks like your account's feed is "http" not "https". Should work if you change the url param to non-HTTPS. (I'll look into making this less strict.)

|
Embed
Progress spinner
brandontreb
brandontreb

@manton ahhh that makes sense. Thanks for clarifying. ill give it a try.

|
Embed
Progress spinner