|
| 1 | +--- |
| 2 | +sidebar_position: 1 |
| 3 | +--- |
| 4 | + |
| 5 | +import { ProxmoxUrl } from '@site/src/components/InstanceUrl'; |
| 6 | + |
| 7 | +# Welcome to MIE Opensource Proxmox Cluster |
| 8 | + |
| 9 | +Welcome to the documentation for the **Opensource Proxmox Cluster** at MIE (Medical Informatics Engineering). This platform provides developers and researchers with access to virtualized infrastructure for building, testing, and deploying applications in a collaborative opensource environment. |
| 10 | + |
| 11 | +## 🚀 Quick Start |
| 12 | + |
| 13 | +To begin using the MIE Opensource Proxmox Cluster, you'll need: |
| 14 | + |
| 15 | +### Prerequisites |
| 16 | + |
| 17 | +- **Valid Proxmox Account**: You must have an active PVE account at <ProxmoxUrl><ProxmoxUrl /></ProxmoxUrl> |
| 18 | +- Basic understanding of virtualization concepts |
| 19 | +- SSH client for remote access to containers |
| 20 | + |
| 21 | +:::tip Access Required |
| 22 | +If you don't have an account yet, please contact the MIE team to request access to the opensource Proxmox cluster. |
| 23 | +::: |
| 24 | + |
| 25 | +:::important Important |
| 26 | +When logging into <ProxmoxUrl><ProxmoxUrl /></ProxmoxUrl>, make sure you are logging in with the PVE Realm. |
| 27 | +::: |
| 28 | + |
| 29 | +## What You Can Do |
| 30 | + |
| 31 | +Our documentation covers everything you need to work with the cluster: |
| 32 | + |
| 33 | +### New to Proxmox? |
| 34 | +**[Introduction to Proxmox →](/docs/proxmox-introduction)** |
| 35 | + |
| 36 | +Learn the fundamentals of Proxmox Virtual Environment (VE), understand the interface, and discover how virtualization works in our cluster environment. |
| 37 | + |
| 38 | +### Ready to Build? |
| 39 | +**[Create Your First Container →](/docs/creating-containers/basic-containers/command-line)** |
| 40 | + |
| 41 | +Step-by-step guide to creating and configuring your own Linux container (LXC) from scratch. Perfect for hosting applications, development environments, or testing new software. |
| 42 | + |
| 43 | +### Want to Deploy Applications Automatically? |
| 44 | +**[Advanced Container Deployment →](/docs/creating-containers/advanced-containers/deploying-containers-overview)** |
| 45 | + |
| 46 | +Learn how to automatically deploy your applications during container creation, with support for single and multi-component applications. |
| 47 | + |
| 48 | +### Automate Your Deployments with GitHub |
| 49 | +**[Proxmox Launchpad Integration →](/docs/proxmox-launchpad/what-is-proxmox-launchpad)** |
| 50 | + |
| 51 | +Connect your GitHub repositories to automatically deploy your projects to the cluster using our custom GitHub Actions workflow. Set up CI/CD pipelines that build and deploy directly to your Proxmox containers. |
| 52 | + |
| 53 | +### Develop with VSCode |
| 54 | +**[VSCode Remote Development →](/docs/vscode-setup)** |
| 55 | + |
| 56 | +Connect VSCode directly to your containers for seamless remote development with full IDE capabilities. |
| 57 | + |
| 58 | +## Key Features |
| 59 | + |
| 60 | +- **Free Opensource Infrastructure**: Access to enterprise-grade virtualization at no cost |
| 61 | +- **Flexible Container Support**: Run both lightweight and resource-intensive containers (LXC) |
| 62 | +- **Automated Deployments**: Integrate with GitHub Actions for seamless CI/CD |
| 63 | +- **Collaborative Environment**: Share resources and collaborate with other developers |
| 64 | +- **Scalable Resources**: CPU, memory, and storage will be allocated based on your project needs |
| 65 | + |
| 66 | +## Getting Access |
| 67 | + |
| 68 | +1. **Login to Proxmox**: Navigate to <ProxmoxUrl><ProxmoxUrl /></ProxmoxUrl> |
| 69 | +2. **Use your credentials**: Login with your provided username and password and **select the PVE Realm**. |
| 70 | +3. **Explore the interface**: Familiarize yourself with the Proxmox web interface |
| 71 | +4. **Start building**: Create your first container |
| 72 | + |
| 73 | +## Documentation Structure |
| 74 | + |
| 75 | +This documentation is organized into several sections: |
| 76 | + |
| 77 | +- **Introduction to Proxmox**: Learn the fundamentals of Proxmox and how our cluster works |
| 78 | +- **Creating Containers**: Essential guides for creating basic and advanced containers |
| 79 | +- **Proxmox Launchpad**: GitHub Actions integration for automated deployments |
| 80 | +- **Monitoring & Development**: Tools for managing and developing in your containers |
| 81 | + |
| 82 | +## Need Help? |
| 83 | + |
| 84 | +- Review the [Protocol List](/docs/creating-containers/protocol-list) for supported network protocols |
| 85 | +- Check the troubleshooting sections in each guide for common issues |
| 86 | +- Contact the MIE team for account or access-related questions |
| 87 | + |
| 88 | +--- |
| 89 | + |
| 90 | +Ready to get started? Choose your path above and begin building on the MIE Opensource Proxmox Cluster! |
0 commit comments