Server configuration files and templates for various services
This repository contains infrastructure and automation scripts for setting up and managing server-configs components.
- Docker and Docker Compose
- Ubuntu/Debian Linux environment
- Appropriate API keys and tokens (see Configuration section)
# Clone the repository
git clone https://github.com/wtfisai/server-configs.git
cd server-configs
# Make scripts executable
chmod +x *.sh
# Follow setup instructions belowBefore running the scripts, you may need to:
- Set up environment variables
- Configure API keys and tokens
- Adjust configuration files for your environment
# Run the main setup script
./setup.sh
# Or run individual scripts as needed
./script-name.sh- Fork the repository
- Create a feature branch (
git checkout -b feature/amazing-feature) - Commit your changes (
git commit -m 'Add some amazing feature') - Push to the branch (
git push origin feature/amazing-feature) - Open a Pull Request
This project is licensed under the MIT License - see the LICENSE file for details.
For issues and questions:
- Open an issue in this repository
- Check the troubleshooting section above
- Refer to the official documentation of the underlying technologies
This is part of a larger development server infrastructure. See the dev-server-index repository for the complete overview.