# Server Opal-task is now a great task CLI management tool, however I need my task list available elsewhere. For reading, yes, but also modification. ## Current infrastructure I host a VPS behind a Caddy reverse proxy. It hosts an authentik instance for SSO to my services. ## Usecase - Use within household to share tasks or filters. For our first version we should use one task database and share all data. This might branch off to sharing with access control (sharing specific tags/projects for instance) - CRUD tasks on the go ## Implementation I was thinking of hosting an api, then building a minimal svelte-kit frontend that could be used as a PWA on our devices. What are your thoughts? We could use oauth for authentication through authentik. for now disregard the front-end implementation.