mirror of
https://github.com/community-scripts/ProxmoxVED.git
synced 2026-04-10 05:58:11 -05:00
tududi #28
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @MickLesk on GitHub.
Originally assigned to: @vhsdream on GitHub.
Name of the Script
Tududi
📋 Script Details
Self-hosted task management with functional programming architecture, hierarchical organization, and multi-language support
https://tududi.com/
@michelroegl-brunner commented on GitHub:
Merged with #6534 in ProxmoxVE
@github-actions[bot] commented on GitHub:
The tududi script is ready for testing:
bash -c "$(curl -fsSL https://github.com/community-scripts/ProxmoxVED/raw/main/ct/tududi.sh)"Create users like this:
cd /opt/tududi=>npm run user:create <email> <password>Database location:
/opt/tududi-db. Uploads:/opt/tududi-uploadsNote: This is not in the official repo yet—it's just a dev version! After merging into ProxmoxVE, it will need to be recreated.
@vhsdream commented on GitHub:
@MickLesk Thank you - I meant to do it last night but for some reason did everything in reverse!
The script works as-is but I don't want to release it until the development is a bit further along. There's a PR for making the upload path configurable which will help with updating, the installation process changed a lot in the past few days, and there was one time when I tested updating and the app DB was wiped.
@github-actions[bot] commented on GitHub:
A PR has been created for tududi: community-scripts/ProxmoxVE#6534
@MickLesk commented on GitHub:
@vhsdream next time please create the issue before the script is available, i was wondering thats on the website without issue ^^