Package Details: kanboard 1.2.36-1

Git Clone URL: https://aur.archlinux.org/kanboard.git (read-only, click to copy)
Package Base: kanboard
Description: Simple visual task board
Upstream URL: http://kanboard.org/
Licenses: MIT
Submitter: pschmitt
Maintainer: PreparationH67
Last Packager: PreparationH67
Votes: 19
Popularity: 0.015386
First Submitted: 2014-10-31 10:43 (UTC)
Last Updated: 2024-05-21 19:45 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 4 5 Next › Last »

carlenny commented on 2019-10-14 11:09 (UTC)

Thank you very much! One more issue: It's very cool and clear that /usr/share/webapps/kanboard/config.php is a symlink to /etc/webapps/kanboard/config.php. However the __DIR__ constants in /etc/webapps/kanboard/config.php resolve to /etc/webapps/kanboard. So with the default config, kanboard tries to upload files to /etc/webapps/kanboard/data instead of /usr/share/webapps/kanboard/data. Would it be a good idea to replace __DIR__ with /usr/share/webapps/kanboard in the default config?

PreparationH67 commented on 2019-09-24 15:33 (UTC)

The symlink should now be created automatically and point to the default config supplied by kanboard. The issue with the post_install function is fixed.

carlenny commented on 2019-09-23 18:28 (UTC)

Is the symlink still meant to be a manual post install action? I had a look at kanboard.install, and ${pkgname} seems to be not available in post_install(), so the call to ln yields:

$ ls -l /usr/share/webapps/config.php
lrwxrwxrwx 1 root root 24 20. Sep 15:10 /usr/share/webapps/config.php -> /etc/webapps//config.php

PreparationH67 commented on 2018-06-29 19:01 (UTC)

Currently the symlink of the config is meant to be a manual post install action to prevent the service from being started without doing the initial required configuration.

rEnr3n commented on 2018-05-24 04:27 (UTC)

Can you add these?

ln -s ${pkgdir}/etc/webapps/${pkgname}/config.php ${pkgdir}/usr/share/webapps/${pkgname}/data/config.php
chown -R http: ${pkgdir}/usr/share/webapps/${pkgname}/data

PreparationH67 commented on 2018-05-15 17:06 (UTC)

Looks like I did forget to clean the directory I was building in, the package has been updated.

dopsi commented on 2018-05-12 10:30 (UTC)

I can confirm the problem warsh reported. Have you tried redownloading the source zip ?

PreparationH67 commented on 2018-05-11 14:11 (UTC)

Odd, I just tried a rebuild and it passed with the current sha256sum for kanboard 1.2.3-1 and failed with the f009051ccd496ac678f5a7532ce2dced58cebec87fe9cb5e69d5059b4ed165ae value. Since I can't reproduce the issue I'm going to leave current value in place unless more people report the same problem.

warsh commented on 2018-05-11 04:40 (UTC)

==> Validating source files with sha256sums... kanboard-1.2.3.zip ... FAILED kanboard-apache.conf ... Passed kanboard-nginx.conf ... Passed kanboard-nginx-subdir.conf ... Passed kanboard-cron ... Passed kanboard.service ... Passed kanboard.timer ... Passed ==> ERROR: One or more files did not pass the validity check! :: Unable to build kanboard - makepkg exited with code: 1

Worked when I used the sha256sum: f009051ccd496ac678f5a7532ce2dced58cebec87fe9cb5e69d5059b4ed165ae

MarHinz commented on 2018-01-29 18:18 (UTC)

Kanboard 1.2.0 is out. Please find a according PKGBUILD at https://gist.github.com/MartinHinz/53524be80823fa11a7caef5b67591880. Would be glad if you could update the package!