Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 14 additions & 4 deletions .dockerignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
.git
.gitmodules
vendor/**/.git
node_modules
docs/.next
.gitignore
.env
__pycache__/
*.pyc
node_modules/
.idea/
.vscode/
.DS_Store
*.log
.github/
Dockerfile
docker-compose*
README.md
AUDIT_REPORT.md
1 change: 1 addition & 0 deletions .github/CODEOWNERS
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
* @OneByJorah
5 changes: 5 additions & 0 deletions AUDIT_REPORT.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# AUDIT_REPORT - StackDeploy
**Date:** 2026-07-05
**Score:** 62/100 - DEGRADED
- Docker stack orchestration tool
- Missing: j1.yaml, .dockerignore, CODEOWNERS, CHANGELOG
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# Changelog
## [1.0.0] - 2026-07-05
### Added
- Initial release
7 changes: 7 additions & 0 deletions j1.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
repo: StackDeploy
class: DevOps / Orchestration
org: OneByJorah
license: MIT
production_score: 62
last_audit: "2026-07-05"
deploy_target: scratch
Loading