Giter Club home page Giter Club logo

Comments (4)

nolim1t avatar nolim1t commented on May 22, 2024

Or just take a diff of whats on master or a tagged version for docker-compose and apply the patch if the user agrees

from umbrel.

nolim1t avatar nolim1t commented on May 22, 2024

So flow would be.

  1. Fetch docker-compose to a temporary location (eg. docker-compose.yml.ota)
  2. Apply all configuration changes (RPCPASS and RPCPORT) to the file
  3. do a diff between the two files and make a patch file
  4. If the patch file exists, as the user to do an update

from umbrel.

mayankchhabra avatar mayankchhabra commented on May 22, 2024

I haven't worked with patch files yet, so not sure how it works. But here was my approach:
https://github.com/mayankchhabra/umbrel-compose/blob/8d61be12f49adbb34c1a7507986939d003c942aa/update-scripts/install.sh#L42

from umbrel.

nolim1t avatar nolim1t commented on May 22, 2024

to make a patchfile

diff -u docker-compose.yml docker-compose.yml.new > version.patch

version.patch contains ALL the changes.

Applying the patch

patch docker-compose version.patch

from umbrel.

Related Issues (20)

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.