Add minimal README and fix gitignore

This commit is contained in:
Fimeg
2025-10-13 16:49:12 -04:00
parent 55b7d03010
commit b14225d4c9
2 changed files with 48 additions and 1 deletions

2
.gitignore vendored
View File

@@ -404,6 +404,7 @@ secrets/
# Exclude ALL documentation files - this is private development # Exclude ALL documentation files - this is private development
*.md *.md
!LICENSE !LICENSE
!README.md
*.html *.html
*.txt *.txt
@@ -416,6 +417,7 @@ PROXMOX_*
HOW_TO_* HOW_TO_*
NEXT_* NEXT_*
Starting* Starting*
README_D*
# Setup and documentation files # Setup and documentation files
SETUP_* SETUP_*

45
README.md Normal file
View File

@@ -0,0 +1,45 @@
# RedFlag
**⚠️ PRIVATE DEVELOPMENT - NOT FOR PUBLIC USE**
This is a private development repository for version retention only.
## Status
- **Active Development**: Session 4 in progress
- **Not Production Ready**: Do not use
- **Breaking Changes Expected**: APIs will change
- **No Support Available**: This is not released software
## What This Is
A self-hosted, cross-platform update management platform built with:
- Go server backend + PostgreSQL
- React web dashboard with TypeScript
- Linux agents with APT + Docker scanning
- Local CLI tools for agent management
## What This Isn't
- Not ready for public use
- Not documented for external users
- Not supported or maintained for others
- Not stable (active development)
## For Developers
This repository contains:
- Server backend code (`aggregator-server/`)
- Agent code (`aggregator-agent/`)
- Web dashboard (`aggregator-web/`)
- Database migrations and configuration
**Setup**: See local documentation files (not committed to this repo).
## License
MIT License - see LICENSE file for details.
---
**This is private development software. Use at your own risk.**