Show HN: Tumbless, a Tumblr-like blogging platform running on Amazon S3
11–20 of 23 posts
Re: Show HN: Tumbless, a Tumblr-like blogging platform running on Amazon S3
#12I run my website on tumblr. This is perfect for when the new owner inevitably ruins tumblr with ads.
Caveat: it's a bit rough, but does the job.
Re: Show HN: Tumbless, a Tumblr-like blogging platform running on Amazon S3
#13Re: Show HN: Tumbless, a Tumblr-like blogging platform running on Amazon S3
#14Re: Show HN: Tumbless, a Tumblr-like blogging platform running on Amazon S3
#15Do you know of any other approaches to managing a site directly from browser to S3? Because this is awesome. I'm not much into this thing of just uploading pictures, but I guess I would like to work into turning your Tumbless into a more full-featured static-website solution for non-devs, that works from the browser.
The only other thing I've seen in this space is DodgerCMS. It may meet your needs as it seems to do a lot more than Tumbless already. I think I prefer the way it handles credentials too(saved in local storage iirc rather than in a "hidden" file that's technically available to everyone) https://github.com/ChrisZieba/dodgercms Regardless, I think this is something that would be awesome to have. You can even throw in so…
I'm not very happy either with the hidden file approach, as it might be vulnerable to brute force attack. Amazon does not specify what kind of protection they have in place. I definitely recommend hard to guess passwords.
Re: Show HN: Tumbless, a Tumblr-like blogging platform running on Amazon S3
#16Amazon S3 transfer costs can be problematic, though. Personally, I would pair a tool like this with a CloudFront configuration. If you configure CloudFront to expire objects after 24 hours, using a A/B release model for an S3-backed site works pretty well.
Re: Show HN: Tumbless, a Tumblr-like blogging platform running on Amazon S3
#17Re: Show HN: Tumbless, a Tumblr-like blogging platform running on Amazon S3
#18I run my website on tumblr. This is perfect for when the new owner inevitably ruins tumblr with ads.
To help you with the migration I've built a script that export all the content (including videos) and creates an index in a format suitable by Tumbless: https://github.com/matteobrusa/TumblrToStaticExporter Caveat: it's a bit rough, but does the job.
Re: Show HN: Tumbless, a Tumblr-like blogging platform running on Amazon S3
#19Do you know of any other approaches to managing a site directly from browser to S3? Because this is awesome. I'm not much into this thing of just uploading pictures, but I guess I would like to work into turning your Tumbless into a more full-featured static-website solution for non-devs, that works from the browser.
The only other thing I've seen in this space is DodgerCMS. It may meet your needs as it seems to do a lot more than Tumbless already. I think I prefer the way it handles credentials too(saved in local storage iirc rather than in a "hidden" file that's technically available to everyone) https://github.com/ChrisZieba/dodgercms Regardless, I think this is something that would be awesome to have. You can even throw in so…
Now I don't know if Tumbless does everything client-side too. I guess the other way is way too hard (recompiling everything every time, finding what to recompile etc.), like I tried to do and failed with https://github.com/fiatjaf/coisas
Re: Show HN: Tumbless, a Tumblr-like blogging platform running on Amazon S3
#20Text or HTML posts ?
oEmbed based links? Link in a txt file would be simple enough.
I'm not sure the best way for integrating these things, but I'm mentioning them because I'm always looking for simple blog tools, and it doesn't get simpler than files in a bucket. So this approach has me excited to see how far it can extend without the need to introduce additional components like Lambda or a normal Server.