feat: scaffold v0.3.0 mailcow integration and plugin hook structure

This commit is contained in:
Thea Kindinger
2026-04-08 20:00:01 -04:00
parent 931c03ba93
commit cdb8e31c54
9 changed files with 9 additions and 0 deletions

1
scripts/next-steps.sh Executable file
View File

@@ -0,0 +1 @@
#!/usr/bin/env bash\nset -euo pipefail\n\necho 'Next manual steps:'\necho '1. Wire deploy/nginx/mailcow-plugin-runtime.conf into the Mailcow nginx server block.'\necho '2. Make Mailcow load src/integrations/mailcow/install.ts output on compose pages.'\necho '3. Replace placeholder selectors in src/integrations/mailcow/dom-targets.ts.'\necho '4. Build owncloud-attach picker API and file attachment flow.'\n