https://github.com/felipefontoura/ubinkaze
An comprehensive post-installation configuration tool for Ubuntu servers.
https://github.com/felipefontoura/ubinkaze
bash-script docker post-installation ubuntu-server
Last synced: 4 months ago
JSON representation
An comprehensive post-installation configuration tool for Ubuntu servers.
- Host: GitHub
- URL: https://github.com/felipefontoura/ubinkaze
- Owner: felipefontoura
- Created: 2025-01-14T16:19:19.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2025-01-15T20:27:25.000Z (9 months ago)
- Last Synced: 2025-02-14T05:34:26.238Z (8 months ago)
- Topics: bash-script, docker, post-installation, ubuntu-server
- Language: Shell
- Homepage:
- Size: 9.77 KB
- Stars: 8
- Watchers: 1
- Forks: 7
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Ubinkaze
[](https://opensource.org/licenses/MIT)
Ubinkaze (U-bin-ka-zeh) - "Ubuntu" + "Kaze" (🌀, wind in Japanese).
An comprehensive post-installation configuration tool for Ubuntu servers, streamlining the setup process and implementing best practices.
## 🚀 Features
- Automated post-installation configuration
- Security hardening settings
- Common server software setup
- Performance optimizations## 📋 Prerequisites
- Ubuntu Server (20.04)
- Root or sudo access
- Basic command line knowledge## 💡 Usage
Run the setup script on your server:
```bash
bash <(curl -sSL https://raw.githubusercontent.com/felipefontoura/ubinkaze/stable/boot.sh)
```## 🐋 Docker Swarm
If you need to use Docker Swarm run:
```bash
docker swarm init --advertise-addr=""
docker network create --driver=overlay network_public
```## 🤝 Contributing
We welcome contributions to Ubinkaze! Here's how you can help:
1. Fork the repository
2. Create your feature branch (`git checkout -b feature/AmazingFeature`)
3. Commit your changes (`git commit -m 'Add some AmazingFeature'`)
4. Push to the branch (`git push origin feature/AmazingFeature`)
5. Open a Pull RequestFor documentation improvements:
- Ensure clear and concise explanations
- Include examples where appropriate
- Follow the existing documentation structure## 📝 License
Ubinkaze is released under the [MIT License](https://opensource.org/licenses/MIT).
## 📫 Contact
- Project Link: [https://github.com/felipefontoura/ubinkaze](https://github.com/felipefontoura/ubinkaze)
- Issue Tracker: [GitHub Issues](https://github.com/felipefontoura/ubinkaze/issues)## 🙏 Acknowledgments
- [@rameerez](https://github.com/rameerez)
- [Omakub](https://omakub.org/)
- Contributors and maintainers
- Open source community