[raph_l]hey, I haven't poked my head in here in a while, but I just released al alpha version of the system I've been building for the last 10 months or so. It's a AWS-hostable serverless blog that costs around $2 / month to operate and includes an authoring UI. I'm planning to add federation features so that it can do social-media things. https://raphaelluckom.com/posts/Mid-July%20check%20in%3A%20alpha%20and%20beyond.html
vikanezrimayaIt feels weirdly good to be blocked by some sort of an "outside" problem when you know your software works properly on its own, it's just some other thing preventing it from working.
GWGI figured out why my site was slow. It was my brother. He has a site on the server and he got my redis cache up to 500mb of data. I was only using Redis for PHP session caching and WordPress object caching, so I never expected that.
vikanezrimaya<GWG "He's storing pictures in there, "> I don't think Redis is intended for storing large binary blobs such as images... Even I only store small-ish JSON blobs and use a static folder for pictures
vikanezrimayaFor example, my Micropub endpoint (very correctly) rejected two h-cards because they contained foreign u-urls - which is technically expected behavior... I've decided to do so because I'm thinking of making Kittybox support sideblogs and/or multi-tenant setups and there's an access control check that rejects a post if any u-url doesn't match the user. I guess I should relax the check to make it simply not set up redirects on foreign
vikanezrimayaAt least I know the bulk import works - and thanks to my software always storing mf2-json data it's extremely easy to write an importer - in fact, mine is just 50 LOC
aaronpki don't have a good solution for spinning up another blog since my software isn't really packaged up nicely, so maybe i should just stick to posting them on my site in a special category
[snarfed]seems like the easier path ops wise (and more). if you really wanted, you could even custom style category feeds like those, but might be a double edged sword
aaronpki'm not sure i want to collapse my cat's website like that, but on the flip side, i haven't been posting anything there since ownyourgram died so maybe that would be a better plan
aaronpkhuh that's an interesting thought... i could effectively turn my site into a multi-user/multi-domain site without too much hassle by adding a new property to my posts to keep track of which domain they should be shown on
aaronpkso you'd still visit indiewebcat.com, but that would query my main site's posts table and only show the subset of posts associated with that domain
[tantek]subdomains are good if you need an origin boundary, or a way to route an entire set of resources to a different service (image hosting), other than that it's more hassle than using paths