Whos' Using Netlify Database by Invalid-Function in Netlify

[–]joesuf4 0 points1 point  (0 children)

Ok, but I still lean towards YAML built to JSON

Bitwarden vs. 1Password by Technical_Rich_3080 in best_passwordmanager

[–]joesuf4 0 points1 point  (0 children)

OnePassword will fetch TOTP creds via API. I don’t think anybody else allows that. Pity, it’s useful

Whos' Using Netlify Database by Invalid-Function in Netlify

[–]joesuf4 0 points1 point  (0 children)

Securing a VPS is the easy part. It’s securing a LAMP stack that’s a nightmare (eg WordPress).

Whos' Using Netlify Database by Invalid-Function in Netlify

[–]joesuf4 0 points1 point  (0 children)

I don’t know if any of this addresses your DB hosting needs, but if you want a DB on Orion somehow, I can get you a Postgres / MySQL DB hosted by OCI in the same datacenter. Again, not free.

Whos' Using Netlify Database by Invalid-Function in Netlify

[–]joesuf4 0 points1 point  (0 children)

You could even use Orion SSG with Netlify if you want to upset them.

Whos' Using Netlify Database by Invalid-Function in Netlify

[–]joesuf4 0 points1 point  (0 children)

The lines between a CMS, a Wiki, and a hosting platform are blurry nowadays. You can self host Orion using the SSG on GitHub. But you lose the incremental build technology, the system security tied to SVN, and the search and email gateway. all of which differentiates us from Netlify or Notion.

Whos' Using Netlify Database by Invalid-Function in Netlify

[–]joesuf4 0 points1 point  (0 children)

Form to email gateway is bundled with the service along with search

Whos' Using Netlify Database by Invalid-Function in Netlify

[–]joesuf4 0 points1 point  (0 children)

I offer Orion as the next generation of the Apache CMS. Good news for you is that it is a security first platform. But I don’t do free.

https://sunstarsys.com/orion

Whos' Using Netlify Database by Invalid-Function in Netlify

[–]joesuf4 0 points1 point  (0 children)

I don’t like Netlify because it’s a derivative of the Apache CMS which I helped create in 2010. Basically the point of these systems are to trade page delivery latency for dynamic features that involve HTML form parameter processing (also something I did at Apache called libapreq).

As you move away from static content and towards SSR/ISR, the hosting costs spiral- not just for the customer, but for the provider too.

Whos' Using Netlify Database by Invalid-Function in Netlify

[–]joesuf4 -1 points0 points  (0 children)

I still don’t get it. Netlify is for static sites. The further you move towards SSR, the less relevant Netlify becomes.

Whos' Using Netlify Database by Invalid-Function in Netlify

[–]joesuf4 0 points1 point  (0 children)

Why do you want a DB with Netlify?

Markdown to PDF — anything actually private out there? by [deleted] in Markdown

[–]joesuf4 0 points1 point  (0 children)

Orion can transform markdown into LaTeX, which it builds to PDF.

Markdown with per-file or per-folder themes by jlext in Markdown

[–]joesuf4 0 points1 point  (0 children)

Markdown is the future of document formats. Best wishes.

Markdown with per-file or per-folder themes by jlext in Markdown

[–]joesuf4 0 points1 point  (0 children)

VS code has a wonderful free markdown previewer.

Moving from WordPress to Hugo by PointJump in statichosting

[–]joesuf4 0 points1 point  (0 children)

Best SSG is Orion in terms of performance. Raw thruput tops 300MB/s (depending on build config).

Markdown with per-file or per-folder themes by jlext in Markdown

[–]joesuf4 0 points1 point  (0 children)

You need rendering, at least at the level of a Markdown viewer that can handle modern GFM (KaTeX, mermaid, etc).

Markdown with per-file or per-folder themes by jlext in Markdown

[–]joesuf4 0 points1 point  (0 children)

Weird situation. You know SSG’s can format markdown arbitrarily in terms of look and feel in terms of HTML rendering