feat: add OpenToggl LXC container script#1717
Conversation
New open-source time-tracking application using a pre-compiled binary from GitHub Releases. Requires PostgreSQL 16 + Redis; runs on port 8080. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
- Drop get_lxc_ip call (already part of core build) - Combine redis + opentoggl systemctl enable into a single line
|
Thanks for the review @MickLesk! Both suggestions applied. I just noticed the "6 months old" and "600+ stars" requirements — OpenToggl doesn't meet them yet, so I will re-open once it does. Thanks! 🙏 |
|
❌ Pull Request Closed – Application Requirements Not Met This pull request is marked as 🆕 New script, but the required application criteria were not confirmed. The following requirement confirmations are missing:
New application submissions must meet the project requirements before being considered. ⚠ Maintainer note The team periodically reviews closed submissions. If a project is still considered valuable to the ecosystem, maintainers may reopen the PR even if it does not fully meet the thresholds. Please do not ping or repeatedly contact maintainers to reopen PRs. |
|
@CrazyWolf13 your bot went crazy? |
|
Ah, you use the PR Template from VE Not from VED. VED has more checkboxes, If they are Not filled -> bot close |
|
❌ Pull Request Closed – Application Requirements Not Met This pull request is marked as 🆕 New script, but the required application criteria were not confirmed. The following requirement confirmations are missing:
New application submissions must meet the project requirements before being considered. ⚠ Maintainer note The team periodically reviews closed submissions. If a project is still considered valuable to the ecosystem, maintainers may reopen the PR even if it does not fully meet the thresholds. Please do not ping or repeatedly contact maintainers to reopen PRs. |
|
Updated the description to use the correct ProxmoxVED PR template with all checkboxes filled. I'm unable to reopen the PR myself — could a maintainer please reopen? Thanks @MickLesk! |
|
No, my bot did not go crazy, but the whole section was missing. I handled this case seperately now. @MickLesk Flow should be fixed now. you can also add keep-open label to keep to PR open |
|
Repo is disabled / Deleted |
Scripts which are clearly AI generated and not further revised by the Author of this PR (in terms of Coding Standards and Script Layout) may be closed without review.
✍️ Description
Adds a new CT script for OpenToggl, an open-source self-hosted time-tracking application.
The install script deploys the pre-compiled single-file binary from GitHub Releases, sets up PostgreSQL 16 and Redis as local dependencies, writes
/opt/opentoggl/.env, and registers asystemdservice that runsopentoggl serveon port 8080.🔗 Related PR / Issue
Link: #
✅ Prerequisites (X in brackets)
🛠️ Type of Change (X in brackets)
README,AppName.md,CONTRIBUTING.md, or other docs.🔍 Code & Security Review (X in brackets)
Code_Audit.md&CONTRIBUTING.mdguidelinesAppName.sh,AppName-install.sh,AppName.json)📋 Additional Information (optional)
fetch_and_deploy_gh_releaseinsinglefilemode for the prebuilt binarysetup_postgresql/setup_postgresql_dbhelpers for the databasecheck_for_gh_releaseto stop the service, redeploy the binary, and restart📦 Application Requirements (for new scripts)
🌐 Source
https://github.com/CorrectRoadH/opentoggl