Super Productivity
Homepage: https://github.com/johannesjo/super-productivity
Super Productivity is a free and open source to-do list and time tracker that helps you to organize your tasks and track time spent on them. It includes features like task management, time tracking, to-do lists, calendar, notes, and more.
Usage
Set superproductivity_enabled: true in your inventories/<your_inventory>/group_vars/nas.yml file.
The Super Productivity web interface can be found at http://ansible_nas_host_or_ip:8188.
Specific Configuration
Super Productivity includes a WebDAV sync server for synchronizing your data across multiple devices. The WebDAV server runs on port 8189 and can be accessed at http://ansible_nas_host_or_ip:8189 with the default credentials (admin/admin).
To use the sync functionality from the Super Productivity desktop application:
- Go to Settings > Sync
- Enter the WebDAV URL:
http://ansible_nas_host_or_ip:8189 - Use the default username:
admin - Use the default password:
admin - Set the sync folder path to
/ - Configure sync interval and other settings as needed
For best security, change the default WebDAV credentials in the Ansible-NAS configuration.