Upload files to "/"

This commit is contained in:
2026-02-20 15:55:47 +00:00
parent 2945617114
commit 81933a9bfb
3 changed files with 97 additions and 0 deletions

34
PITCH.md Normal file
View File

@@ -0,0 +1,34 @@
# TuxiNet Terminal
## Event-Ready POS Platform
TuxiNet Terminal is a purpose-built Point Of Sale system designed for
events, LAN parties and association-based environments.
------------------------------------------------------------------------
## Why Choose TuxiNet Terminal?
- Works fully offline
- Fast touch-based interface
- RFID payment support (KlubKort)
- Reliable receipt printing
- Automatic hourly backups
- Web-based revenue overview
------------------------------------------------------------------------
## Ideal For
- LAN events
- Schools
- Clubs & associations
- Pop-up sales environments
------------------------------------------------------------------------
## Status
Currently running as v0.6.0 Beta and actively used at events.
For inquiries: TuxiNet.dk

20
RELEASE_STRUCTURE.md Normal file
View File

@@ -0,0 +1,20 @@
# Release Package Structure
Version: v0.6.0 Beta
------------------------------------------------------------------------
## Recommended ZIP Layout
/TuxiNet-Terminal/ │ ├── lanpos/ ├── scripts/ ├── assets/ ├── database/
├── backup/ ├── README.md ├── ROADMAP.md ├── CHANGELOG.md ├──
SECURITY.md ├── RELEASE_NOTES_v0.6.0.md └── Wiki/
------------------------------------------------------------------------
## Deployment Notes
- Extract to target machine
- Verify XAMPP installation
- Confirm printer driver installed
- Run startup script

43
SECURITY.md Normal file
View File

@@ -0,0 +1,43 @@
# Security & Data Handling
Version: v0.6.0 Beta
------------------------------------------------------------------------
## Design Principles
- Offline-first architecture
- No external API dependency required
- Local database storage
- Segmented Print Agent process
------------------------------------------------------------------------
## Data Storage
- Transaction data stored locally
- Backup performed hourly
- No public exposure of POS interface
------------------------------------------------------------------------
## Network
- Optional secure tunnel for backup transfer
- No inbound public access required
------------------------------------------------------------------------
## Access Control
- SUADMIN restricted access
- No public login system
- KlubKort used for payments only
------------------------------------------------------------------------
## Recommendations
- Restrict physical access to terminal
- Secure Windows account
- Regularly verify backups