Update .gitignore and remove obsolete documentation files

- Added new entries to .gitignore for build artifacts and macOS output directories to streamline the build process.
- Deleted outdated documentation files: AUTH_LOGIN_FIX.md, AUTBOOT_CONFIGURATION.md, BACKEND_FIXES.md, BACKEND_STARTUP_FIX.md, BITCOIN_CORE_HEADLESS_FIX.md, BITCOIN_CORE_UI_COMPLETE.md, BITCOIN_STANDALONE_UI_COMPLETE.md, BITCOIN_UI_COMPLETE.md, BOOT_SEQUENCE_DIAGRAM.txt, and BUILD_COMMANDS_REFERENCE.txt to declutter the repository and remove unnecessary content.
This commit is contained in:
Dorian
2026-02-01 02:22:02 +00:00
parent 8f0b080e73
commit c9722a34f6
143 changed files with 2036 additions and 17839 deletions
+8 -16
View File
@@ -94,33 +94,25 @@ brew install node
### Production Builds for Hardware
Archipelago supports building optimized OS images for specific hardware:
Archipelago supports building bootable Debian-based OS images:
```bash
cd image-recipe
# Build for Start9 Server Pure
./build-for-hardware.sh start9-pure iso
# Build bootable ISO
./build-debian-iso.sh
# Build for HP ProDesk 400 G4 DM
./build-for-hardware.sh hp-prodesk iso
# Build for Dell OptiPlex
./build-for-hardware.sh dell-optiplex iso
# Build for all hardware targets
./build-all-hardware.sh iso
# Write to USB
./write-usb-dd.sh /dev/diskN
```
**Supported Hardware:**
- 🖥️ **Start9 Server Pure** - Intel i7-10710U, 32-64GB RAM, 2-4TB NVMe
- 🖥️ **HP ProDesk 400 G4 DM** - Intel varies, 8GB+ RAM, 128GB+ SSD
- 🖥️ **Dell OptiPlex** - Intel varies, 8GB+ RAM, 128GB+ SSD
- 🖥️ **Generic x86_64** - Any x86_64 hardware
- 🖥️ **Generic x86_64** - Any x86_64 hardware with UEFI
Each build includes hardware-specific optimizations, drivers, and firmware.
See [image-recipe/QUICK-REFERENCE.md](image-recipe/QUICK-REFERENCE.md) for detailed build instructions.
See [image-recipe/README.md](image-recipe/README.md) for detailed build instructions.
## 📖 Documentation
@@ -265,7 +257,7 @@ Built with amazing open-source projects:
- [Docker](https://www.docker.com/) - Container runtime
- [Bitcoin Core](https://bitcoin.org/) - Bitcoin full node
- [LND](https://lightning.engineering/) - Lightning Network
- [Alpine Linux](https://alpinelinux.org/) - Minimal Linux (inspiration)
- [Debian](https://www.debian.org/) - Stable Linux foundation
- And many more...
## 💖 Support the Project