Vikunja – Open-source, self-hostable to-do app
1–10 of 97 posts
Re: Vikunja – Open-source, self-hostable to-do app
#2Re: Vikunja – Open-source, self-hostable to-do app
#3Looks promising! Does it have mobile apps or even better, support for standard protocols like CalDAV or Etesync?
CalDAV seems to be supported[2]. I have not tried it (yet).
Re: Vikunja – Open-source, self-hostable to-do app
#4Looks promising! Does it have mobile apps or even better, support for standard protocols like CalDAV or Etesync?
Re: Vikunja – Open-source, self-hostable to-do app
#5Re: Vikunja – Open-source, self-hostable to-do app
#6Re: Vikunja – Open-source, self-hostable to-do app
#7Re: Vikunja – Open-source, self-hostable to-do app
#8I miss the days where app installation was just "unzip, edit the config file, upload to your web server and hit up the install page". Now it's all Docker and gulp and build and urgh soooo complicated.
Re: Vikunja – Open-source, self-hostable to-do app
#9I miss the days where app installation was just "unzip, edit the config file, upload to your web server and hit up the install page". Now it's all Docker and gulp and build and urgh soooo complicated.
Re: Vikunja – Open-source, self-hostable to-do app
#10I miss the days where app installation was just "unzip, edit the config file, upload to your web server and hit up the install page". Now it's all Docker and gulp and build and urgh soooo complicated.
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.