Cloud infrastructure guides, tutorials, and best practices by 8Labs
This repository contains the source code for the 8Labs documentation website, built with Docusaurus. It provides comprehensive guides for cloud infrastructure management, virtualization platforms, and system administration.
- XCP-ng - XCP-ng deployment, hardening, and VMware coexistence
- Hardening public-facing XCP-ng with OPNsense & WireGuard
- Running XCP-ng nested in VMware/ESXi
- Proxmox - Proxmox VE tutorials
- DHCP troubleshooting, OVA importing, disk expansion
- Caddy 101 - Caddy web server setup on Rocky Linux 8
- Installation and configuration guides
- Rocky Linux - Enterprise Linux configuration
- Custom mirror repository setup
- VMware - VMware/ESXi administration
- Resetting evaluation trials
# Clone the repository
git clone https://github.com/Adekabang/docs-8labs.git
cd docs-8labs
# Install dependencies
yarn install# Start development server
yarn startThis command starts a local development server at http://localhost:3000 and opens your browser. Most changes are reflected live without restarting the server.
# Generate static content
yarn buildThis command generates static content into the build directory, which can be served using any static hosting service.
The documentation is automatically deployed to https://docs.8labs.id
For manual deployment to GitHub Pages:
# Using SSH
USE_SSH=true yarn deploy
# Using HTTPS
GIT_USER=<Your GitHub username> yarn deployWe welcome contributions! If you find errors or want to add new guides:
- Fork the repository
- Create your feature branch (
git checkout -b feature/new-guide) - Commit your changes (
git commit -am 'Add new guide') - Push to the branch (
git push origin feature/new-guide) - Open a Pull Request
- 8Labs Website: https://8labs.id
- Client Panel: https://my.8labs.id
- Cloud Panel: https://cloud.8labs.id
- GitHub: https://github.com/Adekabang
This project is licensed under the MIT License - see the repository for details.
Maintained by 8Labs | Built with ❤️ using Docusaurus + Tailwind CSS