Osixia specializes in cloud-native infrastructure, containerization and secure deployments.
Through our GitHub organization, we publish and maintain several open source projects used both internally and by the broader community.
This repository aims to:
- Provide structured documentation for all Osixia open source projects
- Offer consistent usage guides and configuration references
- Make adoption and contribution easier for the community
- Centralize best practices and examples
This documentation includes (but is not limited to) the following projects:
| Project | Description |
|---|---|
| container-baseimage | A container base image to build reliable single- or multi-process images quickly 🐳✨🌴 |
This repository is organized to provide structured documentation.
Typical structure:
.
├── docs
│ ├── assets
│ │ ├── images
│ │ │ ├── [...]
│ │ └── stylesheets
│ │ └── [...]
│ └── projects
│ ├── category
│ │ ├── project
│ │ ├── [...]
│ │ └── index.md
│ └── index.md
└── mkdocs.yml
Contributions are welcome and appreciated ✨
You can contribute by:
- Improving documentation clarity
- Fixing inaccuracies or outdated information
- Adding examples or deployment guides
- Reporting issues or inconsistencies
To contribute:
- Fork the repository
- Create a feature branch
- Submit a Pull Request
- Open an Issue for larger changes or discussions
If you are contributing documentation updates, please ensure:
- Clear technical explanations
- Practical examples
- Consistent formatting
- Accurate configuration references
Please keep documentation technical, precise, and production-oriented.
For questions or support:
- Open an issue in the relevant project repository
- Check existing documentation before submitting a new issue
- Participate in discussions via GitHub
This project is licensed under the terms of the MIT license. See LICENSE.md file for more information.
Thank you for supporting and using Osixia open source projects 🚀
