Git Product home page Git Product logo

pasta's Introduction

Pasta Devops


About

Pasta is a minimalist set of scripts and conventions to self-host Docker Applications and deploy Web Projects on Debian based VPS servers.

In other words, it's an Open-source Self-Hosted alternative to CloudFlare, Netlify, Vercel or Heroku.

Features

Pasta Server comes with :

  • A set of scripts an tools ( lazydocker / htop / l / ll )
  • A nice preconfigured .bashrc file

With those script and conventions, you will be able to :

  • Host Docker Applications
  • Host your projects in staging phase ( with an HTTP password for example )
  • Host your projects in production phase with zero-downtime
  • Host Git repositories and their CI ( with Gitea or Gitlab )

But also :

  • Create secured workspaces for any project to work with other developers and share data
  • Sync projects files between branches ( for example, cms.sqlite and uploads directories )
  • Deploy specific branches of your git projects with zero-downtime

Pasta CLI node package :

  • pasta init to create a new deployable project
  • pasta deploy to deploy the current project on the server
  • pasta connect to connect with SSH to the server
  • pasta sync to sync data between servers and branches
  • pasta server stats to get stats of a server ( ram / cpu / disk )
  • and more

Documentation

⚑️ Quick start

πŸ“ΊοΈ Project Demo

pasta's People

Stargazers

Antoine avatar Hugo Piquemal avatar  avatar Guillaume Dumoulin avatar Loup-Rodolphe THIBAULT avatar  avatar Willy Brauner avatar

Watchers

Alexis Bouhet avatar

pasta's Issues

Pasta YAML

Allow publishing branches with glob :

branches:
  _default:
    ...
  preview:
    ...
  main:
    ...
  feature/*
    domain: $project_$1

Pushing feature/test-home-page will push to ${project}_test-home-page.$PASTA_DOMAIN

Pasta CLI - deploy

Show login / password ( or login : **** ) when deploying to a branch with login / password

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.