From Theodore Keloglou to ~sirodoht/mataroa-community
Hi Thomas! Glad you enjoy using mataroa! On Mon, 27 Nov 2023, at 10:54, Thomas Teixeira wrote: > Is there any plan to allow users to upload images using a dedicated > endpoint ? There is no such plan. > If that's not the case but you are open to the idea, I could provide > a patch. I'm not sure about this feature. Providing a programmatic way to upload
From Theodore Keloglou to ~sirodoht/public-inbox
--- LICENSE | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 LICENSE diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..2362941 --- /dev/null +++ b/LICENSE @@ -0,0 +1,21 @@ MIT License Copyright (c) sirodoht[message trimmed]
From Theodore Keloglou to ~sircmpwn/email-test-drive
--- sirodoht | 1 + 1 file changed, 1 insertion(+) create mode 100644 sirodoht diff --git a/sirodoht b/sirodoht new file mode 100644 index 0000000..66cb3d4 --- /dev/null +++ b/sirodoht @@ -0,0 +1 @@ -- 2.39.2 I have successfully used git send-email![message trimmed]
From Theodore Keloglou to ~sircmpwn/email-test-drive
--- sirodoht | 1 + 1 file changed, 1 insertion(+) create mode 100644 sirodoht diff --git a/sirodoht b/sirodoht new file mode 100644 index 0000000..6d0ecfd --- /dev/null +++ b/sirodoht @@ -0,0 +1 @@ -- 2.39.2 I'm about to try git send-email[message trimmed]
From Theodore Keloglou to ~sirodoht/mataroa-community
Hi Francis, I'm not sure it's clear but the search functionality hasn't been merged yet! Theodore
From Theodore Keloglou to ~sirodoht/mataroa-community
There was a planned outage yesterday night during a server migration. All went well with 22m minutes of downtime. More here: https://status.mataroa.blog/issues/2023-08-27-migration-planned-outage/
From Theodore Keloglou to ~sirodoht/mataroa-community
Hey! On Wed, 1 Feb 2023, at 16:49, Merlin Scholz wrote: > This does not necessarily have to increase the database load that much > (or at all) if one would implement it through client side search. AFAIK > many blogs implemented through static site generators already use that > tactic, and thus there are plenty of options to choose from, > https://lunrjs.com/ being seemingly a popular one. That could be > implemented by generating a full index as a hourly service, or at > runtime similar to how RSS feeds are generated. In theory one could > even abuse the RSS feed itself for that purpose, as it contains every > blog entry with its contents. lunrjs et al seem very interesting. I've noticed them in
From Theodore Keloglou to ~sirodoht/mataroa-community
Hi Merlin! Yes, IPv6 support is planned for the future! I also want to add support for CNAME as the IP technique is much more fragile, although it works with naked custom domain names. Theodore
From Theodore Keloglou to ~sirodoht/mataroa-community
On Fri, 27 Jan 2023, at 18:18, Slingstone wrote: > I was pleasantly surprised by the change! I think it was > good idea, and I'm happy that it's easier to visually separate > published from drafts. Thank you! Nice, glad you like it! – Theodore
From Theodore Keloglou to ~sirodoht/mataroa-community
I have just pushed a change in how drafts appear in the logged in blog index page. I've always had the problem that it's not easily distinguishable which posts are still drafts and recently someone else pointed that out as well. Looking for feedback for the current change. Best, Theodore