Compare commits

..
2 Commits
Author SHA1 Message Date
davide 1247608441 update claude plugin 2026-05-25 17:09:25 +02:00
davide aac4ee6e43 chore(docker): use local bind mount for uploads
Store uploaded files under data/uploads for both the app and Caddy instead of the named Docker volume. Update .gitignore to keep runtime data out of Git while preserving the uploads directory placeholder.
2026-05-25 17:09:16 +02:00
+11
View File
@@ -0,0 +1,11 @@
{
"enabledPlugins": {
"stripe@claude-plugins-official": true,
"superpowers@claude-plugins-official": true,
"security-guidance@claude-plugins-official": true,
"ui-ux-pro-max@ui-ux-pro-max-skill": true,
"claude-md-management@claude-plugins-official": true,
"figma@claude-plugins-official": true,
"frontend-design@claude-plugins-official":true
}
}