taskserver icon indicating copy to clipboard operation
taskserver copied to clipboard

Taskserver - Taskwarrior Synchronisation Server

Results 67 taskserver issues
Sort by recently updated
recently updated
newest added

It would be awesome to add an official dockerfile + dockercompose so that installation is quick and easy. For example the following repo implements it : https://github.com/ogarcia/docker-taskd. Should you agree...

Dear all, considering the Insights of the last month, there was no activity. I am also affected by the recurring-bug on syncing the db and I'm waiting for a fix....

Hi! Could you fix your guides for the installation process? The `gnutls-utils` should be the name for the Redhat, but for Ubuntu/Debian, it should be `gnutls-bin` Thanks!

Hello Gothenburg bit factory, In `$SOURCEDIR/test/all.log` I have: ```text # ./version.t 1..1 not ok 1 - Copyright is current # Failed test 'Copyright is current' # at ./version.t line 35....

Hi, Somewhere down https://gothenburgbitfactory.github.io/taskserver-setup/ is this ```text Interprete the results This example shows that all 2,920 tests pass. If you see test failures, stop and report them. Note that there...

Hello, While building `taskserver` I encountered `No SOURCES given to target: libshared`. The message in context: ```text stappers@hc4:/usr/src/taskserver $ cmake . -DCMAKE_BUILD_TYPE=Release -- Configuring C++11 -- System: Linux -- Looking...

I setup taskserver using this docker image: https://github.com/ogarcia/docker-taskd. I then exec'd into the image to create an organization and user and certs after setting the CN to tasks.rooday.com. The docker...

I'm using Taskserver 1.1.0 and Taskwarrior 2.5.3. I try `json.depends.array=yes`, and I import the following json into Taskwarrior: ```json [ {"id":1,"description":"foo","entry":"20210101T000000Z","modified":"20210101T000000Z","status":"pending","uuid":"00000000-0000-0000-0000-000000000000","urgency":10}, {"id":2,"depends":"00000000-0000-0000-0000-000000000000","description":"foo","entry":"20210101T000000Z","modified":"20210101T000000Z","status":"pending","uuid":"11111111-1111-1111-1111-111111111111","urgency":-3} ] ``` Upon sync, the data lands successfully...

vars: ``` BITS=4096 EXPIRATION_DAYS=365 ORGANIZATION="#####" CN=task.#####.dev COUNTRY=### STATE="#####" LOCALITY="#####" ``` docker-compose.yml: ``` version: '3.3' services: taskd: restart: always image: connectical/taskd volumes: - /opt/task:/var/taskd ports: - 53589:53589 networks: default: external: name:...

Previously, invalid PEM files, for example where a user put `taskd.certificate` and `taskd.key` from a different server, in other words, they don't align with `$TASKDDATA/ca.cert.pem`, or your `taskd config |...