mirror of
https://github.com/Retropex/umbrel-apps.git
synced 2025-05-12 11:20:43 +02:00
App Submission: Super Productivity (#1812)
Co-authored-by: nmfretz <nmfretz@gmail.com>
This commit is contained in:
parent
cd0993e37f
commit
05b03a2c3a
11
super-productivity/docker-compose.yml
Normal file
11
super-productivity/docker-compose.yml
Normal file
@ -0,0 +1,11 @@
|
||||
version: '3.7'
|
||||
|
||||
services:
|
||||
app_proxy:
|
||||
environment:
|
||||
APP_HOST: super-productivity_web_1
|
||||
APP_PORT: 80
|
||||
|
||||
web:
|
||||
image: johannesjo/super-productivity:v10.2.3@sha256:d8df5fc62c04de4e17384150439a20be2265b500084e134b420436703894ad64
|
||||
restart: on-failure
|
60
super-productivity/umbrel-app.yml
Normal file
60
super-productivity/umbrel-app.yml
Normal file
@ -0,0 +1,60 @@
|
||||
manifestVersion: 1
|
||||
id: super-productivity
|
||||
name: Super Productivity
|
||||
tagline: An efficient way to manage tasks, time, and projects all in one place
|
||||
category: files
|
||||
version: "10.2.3"
|
||||
port: 8020
|
||||
description: >-
|
||||
⚠️ By default, Super Productivity stores your data (like tasks and settings) in the browser on the device you're using to access it.
|
||||
This means your data stays tied to that browser and device and it won't automativelly sync elsewhere and could be lost if you clear your browser data or use a different device.
|
||||
|
||||
|
||||
⚙️ To save and sync your data across devices, you can go to the in-app settings and connect to Dropbox or a custom WebDAV server such as Nextcloud.
|
||||
|
||||
|
||||
Super Productivity is a comprehensive, open-source productivity app tailored to help individuals and teams organize their work with ease. Ideal for developers, project managers, freelancers, and anyone seeking a streamlined approach to task and time management, this tool combines essential features in one intuitive platform.
|
||||
|
||||
|
||||
With Super Productivity, users can create detailed to-do lists, manage tasks within projects, and track progress efficiently. You can easily prioritize tasks, set deadlines, and track your productivity with built-in time tracking features. Whether you’re working on a single project or juggling multiple tasks, this app allows you to stay organized and on top of your work.
|
||||
|
||||
|
||||
Key features include:
|
||||
|
||||
|
||||
📅 Task and Project Management: Create, organize, and prioritize tasks. Group them into projects, assign due dates, and monitor completion status.
|
||||
|
||||
|
||||
🕒 Time Tracking: Log work hours directly within the app to gain insights into how your time is spent. You can also track your productivity with the Pomodoro timer or manual time entries.
|
||||
|
||||
|
||||
🔗 Super Productivity integrates with popular tools like Jira, GitHub, and GitLab, so you can import tasks and manage them without leaving your workflow.
|
||||
|
||||
|
||||
📊 Reports and Analytics: Generate time reports to analyze how much time you’ve spent on tasks and projects, helping you make data-driven decisions about your work habits.
|
||||
|
||||
|
||||
📴 Offline Mode: The app works offline, meaning you can continue managing your tasks and tracking time even without an internet connection.
|
||||
|
||||
|
||||
🛡️ Privacy and Data Security: As an open-source app, Super Productivity ensures that your data remains private and is stored locally, providing a secure and customizable solution for your productivity needs.
|
||||
|
||||
|
||||
Super Productivity is designed for those who want to boost their productivity while maintaining control over their data. It's perfect for individuals who prefer a simple yet powerful tool, and teams that need seamless task and project management without relying on complex software. Available for Windows, macOS, Linux, and as a web app, Super Productivity is a versatile tool that fits into your workflow, whether you’re working solo or collaborating with others.
|
||||
|
||||
developer: Johannes Schickling
|
||||
website: https://super-productivity.com/
|
||||
submitter: dennysubke
|
||||
submission: https://github.com/getumbrel/umbrel-apps/pull/1812
|
||||
repo: https://github.com/johannesjo/super-productivity
|
||||
support: https://github.com/johannesjo/super-productivity/issues
|
||||
gallery:
|
||||
- 1.jpg
|
||||
- 2.jpg
|
||||
- 3.jpg
|
||||
- 4.jpg
|
||||
releaseNotes: ""
|
||||
dependencies: []
|
||||
path: ""
|
||||
defaultUsername: ""
|
||||
defaultPassword: ""
|
Loading…
Reference in New Issue
Block a user