Software Alternatives & Reviews

🚢 Home DevOps Pipeline: A junior engineer’s tale (2/4)

Let's Encrypt Git Large File Storage Drone.io
  1. Let’s Encrypt is a free, automated, and open certificate authority brought to you by the Internet Security Research Group (ISRG).
    Pricing:
    • Open Source
    Having a home repository is great. But, since I am not a complete hermit and want to collaborate with others, I then went on to add external access to my repo. I did this using Traefik, the reverse proxy which gives automatic SSL encryption with certificates from Let’s Encrypt and I used a free domain from duckdns.

    #Identity And Access Management #Security & Privacy #Two Factor Authentication 311 social mentions

  2. Git Large File Storage (LFS) replaces large files such as audio samples, videos, datasets, and graphics with text pointers.
    Pricing:
    • Open Source
    You may be thinking large files and git doesn’t make any sense. You are absolutely right. Any edits involving large binaries cause your git repo to explode in size. Enter stage left to solve all git/large file problems: the Git LFS (Large File Storage) — a git plugin that stores specified files in a sensible way.

    #Git #Development #Code Collaboration 100 social mentions

  3. Continuous Integration For GitHub and Bitbucket That Monitors Your code For Bugs
    However, this isn’t exactly DevOps. Using git provides you with the continuous integration of your code via pull requests etc., but it does not provide continuous delivery. For that, we look to a software called Drone.

    #Continuous Integration #DevOps Tools #Continuous Deployment 23 social mentions

Discuss: 🚢 Home DevOps Pipeline: A junior engineer’s tale (2/4)

Log in or Post with