{"id":22573130,"url":"https://github.com/lallassu/doit","last_synced_at":"2025-04-10T14:51:02.105Z","repository":{"id":40710076,"uuid":"253035432","full_name":"Lallassu/doit","owner":"Lallassu","description":"Simple Todo List - Wunderlist Replacement","archived":false,"fork":false,"pushed_at":"2024-12-12T07:10:22.000Z","size":12760,"stargazers_count":85,"open_issues_count":0,"forks_count":18,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-24T13:11:15.631Z","etag":null,"topics":["go","golang","todo","todo-app","todo-list","todolist","vue","wunderlist"],"latest_commit_sha":null,"homepage":null,"language":"Vue","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/Lallassu.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-04-04T15:43:01.000Z","updated_at":"2024-12-12T07:10:21.000Z","dependencies_parsed_at":"2024-06-19T14:25:43.489Z","dependency_job_id":"d08d89c4-981c-4573-8dab-d838d663bc45","html_url":"https://github.com/Lallassu/doit","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Lallassu%2Fdoit","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Lallassu%2Fdoit/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Lallassu%2Fdoit/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Lallassu%2Fdoit/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Lallassu","download_url":"https://codeload.github.com/Lallassu/doit/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248236397,"owners_count":21070021,"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":["go","golang","todo","todo-app","todo-list","todolist","vue","wunderlist"],"created_at":"2024-12-08T02:14:02.468Z","updated_at":"2025-04-10T14:51:02.060Z","avatar_url":"https://github.com/Lallassu.png","language":"Vue","funding_links":[],"categories":[],"sub_categories":[],"readme":"# DoIT Todo List\n\nThis is a simple todo-list made with Vue(frontend) and a simple webserver written in Go(backend). \n\n![](preview/preview.gif)\n\nNote that this started out as a simple hack and the source code probably requires some polishing. Use at your own risk.\n\nThe vue part was based and inspired by https://github.com/webnoobcodes/vuejs-todoapp.\n\n## Features\n\n* Multi-user support\n* Share lists with other users\n* Add reminders for items (sent via mail)\n* Add notes to items \n* Complete an item but still be able to view it.\n* Sort items (optimises the shopping for shopping lists!)\n* Delete items \n* Multiple lists \n* Favorite list (that shows first when accessing)\n* Phone support (Using PWA features)\n* Desktop support (webpage)\n* Update \"live\" when someone else adds stuff.\n* TLS support\n* SQLite database (easy to backup)\n* Self-hosted\n* Simple admin interface\n    - Validate new users\n    - Remove access tokens\n    - Remove users \n\n## Usage \u0026 Requirements\n* In order to send email reminders you need to use a mailserver. I use postfix locally.\n* You need to run DoIt with TLS if you want to be able to use phone app.\n* First site access will allow for admin creation!\n* All new accounts must be validated by admin before being able to login.\n\nCreate a tarball with binary and distribution build.\n```\nmake dist\n```\n\nRun from the dist build:\n```\n./doit -tlscert server.crt -tlskey server.key -mailhost localhost:25 -database my.db\n```\n\nRun without TLS:\n```\n./doit -skiptls\n```\n\n## Development\n\nDevelopment environment (requires TLS certificates, see makefile):\n```\nmake dev\n```\n\n## Todo\n\n* Add support for push notification\n* Throttle signup/login requests better.\n* Code cleanup for both backend and frontend.\n* Packaging\n* Structure backend after best practices\n\n## Screenshots\n\n![](preview/createadmin.png)\n![](preview/createaccount.png)\n![](preview/admin.png)\n![](preview/reminder.png)\n![](preview/menu.png)\n![](preview/note.png)\n![](preview/list.png)\n\n# License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flallassu%2Fdoit","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flallassu%2Fdoit","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flallassu%2Fdoit/lists"}