HackerTrans
TopNewTrendsCommentsPastAskShowJobs

fgrsnau

no profile record

Submissions

Vikunja – Open-source, self-hostable to-do app

vikunja.io
322 points·by fgrsnau·قبل 3 سنوات·90 comments

comments

fgrsnau
·قبل 3 سنوات·discuss
I recently switched from Kanboard to vikunja. Main reason is that it is more mobile friendly, which allows to jot down ideas quickly or to use it as a grocery lists.
fgrsnau
·قبل 3 سنوات·discuss
Without your comment I would have discarded the whole article as AI generated. If the images are obviously fake, why should I trust the text?
fgrsnau
·قبل 3 سنوات·discuss
It's even documented and mentions the idea of setting it to the frontend directory: https://vikunja.io/docs/config-options/#staticpath

By the way, thanks for creating this software. I especially like the clean split between the API server and the frontend. Interaction feels almost like a local application.
fgrsnau
·قبل 3 سنوات·discuss
Sorry, I cannot answer. I am only a user.
fgrsnau
·قبل 3 سنوات·discuss
Initially I was also interested in this. There is the staticpath option in the backend config. You can point it to the directory of the frontend files. Theoretically, both the backend and the frontend could be served by the builtin webserver. Unfortunately, for this to work most frontend URLs must get rewritten/rerouted to /index.html and this does not seem to be implemented. Shouldn't be too complicated though.
fgrsnau
·قبل 3 سنوات·discuss
In this specific case it is not very complicated and actually pretty close to unzip, edit config and run. I have deployed it on a Raspberry running FreeBSD, so Docker is not an option.

The backend server is written in Go and after building it only a single binary has to be deployed. A second repository contains the frontend (HTML, JS) which you copy to a path that you make available via your webserver. That's basically it.
fgrsnau
·قبل 3 سنوات·discuss
A mobile app is work in progress[1]. I am currently using the web interface which is quite usable on a mobile phone. Lists work quite nicely, also on smaller screens. I was using Kanboard previously and mobile usage was a bit too complicated.

CalDAV seems to be supported[2]. I have not tried it (yet).

[1]: https://github.com/go-vikunja/app

[2]: https://vikunja.io/docs/caldav/
fgrsnau
·قبل 4 سنوات·discuss
pdfTeX does not use your system fonts. It will not even load TrueType or OpenType fonts, but usually uses Type 1 fonts. Fonts for LaTeX come bundled with your TeX distribution like TeX live (on my Arch system present in /usr/share/texmf-dist/fonts/).

If you want to use system fonts you should have a look at Lua(La)TeX (or Xe(La)TeX but I think focus shifted completely to the LuaTeX engine).
fgrsnau
·قبل 4 سنوات·discuss
It is currently living in the net/wireguard-kmod port. Works fine in FreeBSD 13.0 so far.
fgrsnau
·قبل 4 سنوات·discuss
I am using sway (similar to i3 but for wayland) and it is working flawless on an Lenovo X230 running FreeBSD 13. It seems biggest problem will be graphics driver for different hardware.
fgrsnau
·قبل 5 سنوات·discuss
Not true: https://wiki.freebsd.org/Graphics/Wayland

I run sway on FreeBSD and haven’t observed problems.