Warning
Taksim is still in development. It is not ready for production use, be careful when using it.
Taksim is a tool for setting up Nginx with SSL certificates with ease.
- Python 3.10+ (of course)
- Nginx
- Certbot
git clone https://github.com/innoversat/taksim.git
cd taksimsudo python main.py -d example.com -d www.example.com -p 3000This command will set Nginx to listen on port 3000 and redirect all requests to the domains to the local server, and Certbot will automatically generate and install the SSL certificate.
Note: You have to set up Certbot before running this command.
Taksim is licensed under the MIT License. See the LICENSE file for details.