Scaffold Cloudron packaging workspace

This commit is contained in:
2025-10-02 13:39:36 -05:00
parent 482d4ff1b8
commit fe0ade1dd9
366 changed files with 4035 additions and 2493 deletions

View File

@@ -0,0 +1,9 @@
{
"slug": "{{ app_slug }}",
"title": "{{ app_title }}",
"issue": "{{ app_issue }}",
"repo": "{{ app_repo }}",
"additionalRepos": {% if additional_repos_json != '[]' %}{{ additional_repos_json | indent(2, True) }}{% else %}[]{% endif %},
"created": "{{ generated_at }}",
"notes": "TODO: capture packaging notes"
}