Search Criteria
Package Details: codimd-bin 1.6.0-1
Git Clone URL: | https://aur.archlinux.org/codimd-bin.git (read-only, click to copy) |
---|---|
Package Base: | codimd-bin |
Description: | Realtime collaborative markdown notes |
Upstream URL: | https://github.com/codimd/server |
Licenses: | |
Submitter: | quartic |
Maintainer: | Alfrothul |
Last Packager: | quartic |
Votes: | 0 |
Popularity: | 0.000000 |
First Submitted: | 2019-09-12 10:07 |
Last Updated: | 2020-11-22 17:42 |
Latest Comments
Alfrothul commented on 2020-12-01 08:47
There is an error in the PKGBUILD. Sources don't pass validity check.
codimd.service ... FAILED
sysusers.conf ... Passed
environment ... FAILED
config.json ... Passed
pablo1 commented on 2020-01-09 18:06
There is an error in the package: If setting up oauth authentication (e.g. via mattermost), the login failes because of an DNS error. This seems to be because /opt/codimd/etc/resolv.conf is emtpy.
I copied over the system-wide DNS configuration like this: cat /etc/resolv.conf >> /opt/codimd/etc/resolv.conf
This fixed the problem, but it was a hassle to find the cause of the error. You might want to take a look at this and copy or symlink the system resolv.conf