bgwastu / papirus

Simple but powerful note-taking app. Built with Next.js & Appwrite.
https://papirus.wastu.dev
Apache License 2.0
6 stars 0 forks source link

Is an AppImage forthcoming? #1

Open johnblommers opened 2 years ago

johnblommers commented 2 years ago

Would papirus be available as an AppImage at some point?

I really like the idea of an open source WYSIWYG Markdown editor by I'm not inclined to install another framework like appwrite to try out papirus.

bgwastu commented 2 years ago

Appimage? Do you mean Linux Appimage format? I think it's not possible since Papirus was a web app, not a desktop app.

Technically, it's possible to self-host Papirus on your machine. But you'll need Appwrite running on your device.

I know it's not an elegant way to self-host the app, and in the future, I plan to make the self-hosted version of Papirus, using SQLite as a database and packed on container images for easy deployment.

Just stay tuned for the upcoming updates!

johnblommers commented 2 years ago

Yes I mean the Linux AppImage format. The appnativefy tool can wrap up a URL and create an AppImage. Of course any backend dependencies of the webapp would still have to be available on the Internet. So Papirus as an AppImage would not really make it standalone.

I look forward to a standalone version of Papirus.