One tool python webapp deployment: initializes your gitlab repo, installs dokku and your app on your server, deploys your app from gitlab to your server, sets your domain and establishes continuous deployment so that all main commits are automatically deployed. Templates for Django, flask, fastApi

This page summarizes the projects mentioned and recommended in the original post on /r/Python

CodeRabbit: AI Code Reviews for Developers
Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
coderabbit.ai
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  1. ezinnit

    ezinnit initializes your gitlab repository and your server. Your app will be live and commits to main will automatically deploy.

    gitlab personal access token

  2. CodeRabbit

    CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.

    CodeRabbit logo
  3. dokku-letsencrypt

    Automatic Let's Encrypt TLS Certificate installation for dokku

    downloads and installs dokku-letsencrypt on server

  4. gitignore.io

    Create useful .gitignore files for your project

    if there is no .gitignore in your project directory, uses toptotal to create a .gitignore file

  5. website

    Let's Encrypt Website and Documentation (by letsencrypt)

    enables encryption for app on server with TLS certificate from letsencrypt on server

  6. Dokku

    A docker-powered PaaS that helps you build and manage the lifecycle of applications

    downloads and installs dokku on server (this takes a few minutes)

  7. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • How to set up HTTPS/SSL/TLS for a .dev domain, django/wagtail, Nginx, and docker/docker-compose

    2 projects | /r/WagtailCMS | 22 Jul 2022
  • Self hosting in 2023 and why you should do that

    8 projects | news.ycombinator.com | 19 Feb 2023
  • What Isn't A PaaS

    2 projects | dev.to | 6 Jan 2025
  • My Journey Deploying an API: From Novice to Docker Enthusiast

    5 projects | dev.to | 4 Jan 2025
  • การทำ HTTPS ด้วย Certbot และ Nginx บน Ubuntu Server

    1 project | dev.to | 23 Dec 2024

Did you know that Shell is
the 11th most popular programming language
based on number of references?