You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Pipes CE and pipes.digital diverged. This is because I made an error in the beginning: When I created Pipes CE, I did not want to have the pricing page and the full git history of the original repo available, so Pipes CE was basically a reduced fork. But that lead to fixes regularly going only into the separate git project for pipes.digital - which means the code here is in worse shape. Additionally the project looks stale, which at the very least hurts my pride.
Solution: Do it right this time. Take the source code of pipes.digital, modularize it so that the parts a selfhosted pipes does not need are simply not loaded by default (but still available). Blocks that rely on additional hosted infrastructure should be toggled by environment variables pointing to the URL of the needed service (like the reddit integration).
The text was updated successfully, but these errors were encountered:
Pipes CE and pipes.digital diverged. This is because I made an error in the beginning: When I created Pipes CE, I did not want to have the pricing page and the full git history of the original repo available, so Pipes CE was basically a reduced fork. But that lead to fixes regularly going only into the separate git project for pipes.digital - which means the code here is in worse shape. Additionally the project looks stale, which at the very least hurts my pride.
Solution: Do it right this time. Take the source code of pipes.digital, modularize it so that the parts a selfhosted pipes does not need are simply not loaded by default (but still available). Blocks that rely on additional hosted infrastructure should be toggled by environment variables pointing to the URL of the needed service (like the reddit integration).
The text was updated successfully, but these errors were encountered: