- Fix service instance management to use global instance for stopping autosync - Add automatic saving when toggle is changed (no manual save required) - Fix validation issue where custom sync type without cron expression caused 400 error - Add comprehensive debugging and error handling - Ensure .env file is properly updated with AUTO_SYNC_ENABLED value - Improve service lifecycle management with proper state cleanup - Add fallback logic for invalid sync interval configurations Resolves issue where disabling autosync in GUI didn't update .env file or stop service
40 lines
1.1 KiB
JSON
40 lines
1.1 KiB
JSON
{
|
|
"name": "jotty",
|
|
"slug": "jotty",
|
|
"categories": [
|
|
12
|
|
],
|
|
"date_created": "2025-10-21",
|
|
"type": "ct",
|
|
"updateable": true,
|
|
"privileged": false,
|
|
"interface_port": 3000,
|
|
"documentation": "https://github.com/fccview/jotty/blob/main/README.md",
|
|
"website": "https://github.com/fccview/jotty",
|
|
"logo": "https://cdn.jsdelivr.net/gh/selfhst/icons/webp/jotty.webp",
|
|
"config_path": "/opt/jotty/.env",
|
|
"description": "A simple, self-hosted app for your checklists and notes. Tired of bloated, cloud-based to-do apps? jotty is a lightweight alternative for managing your personal checklists and notes. It's built with Next.js 14, is easy to deploy, and keeps all your data on your own server.",
|
|
"install_methods": [
|
|
{
|
|
"type": "default",
|
|
"script": "ct/jotty.sh",
|
|
"resources": {
|
|
"cpu": 2,
|
|
"ram": 3072,
|
|
"hdd": 6,
|
|
"os": "debian",
|
|
"version": "13"
|
|
}
|
|
}
|
|
],
|
|
"default_credentials": {
|
|
"username": null,
|
|
"password": null
|
|
},
|
|
"notes": [
|
|
{
|
|
"text": "jotty was previously named rwMarkable",
|
|
"type": "info"
|
|
}
|
|
]
|
|
} |