feoblog icon indicating copy to clipboard operation
feoblog copied to clipboard

Idea: Package FeoBlog as an Electron(-like?) application.

Open NfNitLoop opened this issue 3 years ago • 0 comments

The current implementation is a Rust server that just serves its content to a browser, and the client runs in the browser.

Is that something that could easily be bundled up into something like Electron?

  • Could add on an installation workflow that sets up the server-side bits.
  • Run a local server.
  • Sync from/to other servers (already in the web UI!)

This would make FeoBlog a lot more palatable to folks who aren't comfortable with the CLI and running servers.

NfNitLoop avatar Jan 29 '22 19:01 NfNitLoop