Stacks included:
- Infrastructure: traefik, authentik, gitea, registry, watchtower, dockge
- Monitoring: smokeping, changedetection
- Apps: ghost, gollum, wallabag, radicale, invidious, xbackbone, filebrowser, syncthing, zerotier
- Custom: obsidian-tools, memento, perilous, ramz, bookclub, brain
🤖 Generated with Claude Code
14 lines
257 B
JSON
14 lines
257 B
JSON
{
|
|
"name": "bookclub-form-mailer",
|
|
"version": "1.0.0",
|
|
"description": "Simple form mailer service",
|
|
"main": "server.js",
|
|
"scripts": {
|
|
"start": "node server.js"
|
|
},
|
|
"dependencies": {
|
|
"express": "^4.18.2",
|
|
"nodemailer": "^6.9.7"
|
|
}
|
|
}
|