{"id":22424053,"url":"https://github.com/dullage/tahskr-server","last_synced_at":"2025-06-30T10:32:26.986Z","repository":{"id":51358130,"uuid":"209296229","full_name":"dullage/tahskr-server","owner":"dullage","description":"A simple, open source, self-hosted todo manager.","archived":false,"fork":false,"pushed_at":"2023-09-18T12:05:25.000Z","size":134,"stargazers_count":16,"open_issues_count":2,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-11-29T14:55:26.615Z","etag":null,"topics":["flask","flask-sqlalchemy","self-hosted","selfhosted","task","task-list","tasklist","tasks","todo","todo-list","todolist","todos"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dullage.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-09-18T11:53:34.000Z","updated_at":"2024-10-11T01:17:53.000Z","dependencies_parsed_at":"2022-09-24T22:11:51.653Z","dependency_job_id":null,"html_url":"https://github.com/dullage/tahskr-server","commit_stats":null,"previous_names":[],"tags_count":8,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dullage%2Ftahskr-server","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dullage%2Ftahskr-server/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dullage%2Ftahskr-server/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dullage%2Ftahskr-server/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dullage","download_url":"https://codeload.github.com/dullage/tahskr-server/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":228348323,"owners_count":17905899,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["flask","flask-sqlalchemy","self-hosted","selfhosted","task","task-list","tasklist","tasks","todo","todo-list","todolist","todos"],"created_at":"2024-12-05T18:13:54.699Z","updated_at":"2024-12-05T18:13:55.297Z","avatar_url":"https://github.com/dullage.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# tahskr-server\n\n* [What is tahskr?](#what-is-tahskr)\n* [Screenshot](#screenshot)\n* [Installation](#installation)\n  * [Docker](#docker)\n  * [Other](#other)\n\n## What is tahskr?\ntahskr is a simple, open source, self-hosted todo manager.\n\nThere are two parts to tahskr. The **server side** that stores and serves data (that's this repo) and the [**frontend**](https://github.com/Dullage/tahskr) that provides a web interface accessible from a mobile/desktop browser or Windows Electron app.\n\n## Screenshot\n\n![Screenshot](https://github.com/Dullage/tahskr/blob/master/docs/screenshot.png?raw=true)\n\n## Installation\n\n*Note: These installation instructions relate to the server part of tahskr (this repo). For details about the frontend see [this repo](https://github.com/Dullage/tahskr).*\n\n### Docker\n\nDocker images of all [releases](https://github.com/Dullage/tahskr-server/releases) are published to [Docker Hub](https://hub.docker.com/r/dullage/tahskr-server). These images are built for x86/64 and arm64.\n\nExample Docker Run Command:\n\n```bash\ndocker run -d \\\n  --name tahskr-server \\\n  -e \"TAHSKR_ADMIN_PASSWORD=changeMe!\" \\\n  -v \"/path/for/database:/app/data\" \\\n  -p 8080:8080 \\\n  --restart=unless-stopped \\\n  dullage/tahskr-server:latest\n```\n\nExample Docker Compose:\n\n```bash\nversion: \"3\"\n\nservices:\n  tahskr:\n    container_name: tahskr-server\n    image: dullage/tahskr-server:latest\n    environment:\n      TAHSKR_ADMIN_PASSWORD: \"changeMe!\"\n    volumes:\n      - \"/path/for/database:/app/data\"\n    ports:\n      - \"8080:8080\"\n    restart: unless-stopped\n```\n\nOnce running, you can use the API to create a user account. See the [API docs](https://github.com/Dullage/tahskr-server/blob/master/docs/api.md) for details.\n\nExample Curl Command:\n\n```bash\ncurl -X POST http://[SERVER IP OR NAME]:[YOUR PORT]/user -H 'Content-Type: application/json' -H 'x-admin: [YOUR ADMIN PASSWORD]' -d '{ \"username\": \"[YOUR USERNAME]\", \"password\": \"[YOUR PASSWORD]\"}'\n```\n\n### Other\n\nThis is a flask python app so can be deployed in a number of different ways. See the [Flask Docs](https://flask.palletsprojects.com/en/1.1.x/deploying/) for details.\n\n## API Reference\n\nSee the API docs [here](https://github.com/Dullage/tahskr-server/blob/master/docs/api.md).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdullage%2Ftahskr-server","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdullage%2Ftahskr-server","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdullage%2Ftahskr-server/lists"}