I want to share that Meteor Up is being maintained again. Last month @arunoda transferred ownership of the kadirahq/meteorup
repository and added me as an owner to the mup
npm package.
If you were trying to find mupx or mup 0.x, you would have noticed that the repositories have been moved around.
-
kadirahq/meter-up
is now atzodern/meteor-up
-
arunoda/meteor-up
redirects tozodern/meteor-up
- The repository formerly at
arunoda/meteor-up
(mup 0.x and mupx) has been renamed toarunoda/meteor-up-legacy
In February there were 4 new versions. What changed?
- Let’s Encrypt support added
- It validates your mup.js and warns you about potential problems
- Many small bugs that could make it difficult to get started were fixed, as well as a few causes of silent fails.
- And more
What’s coming in the next couple months? In the immediate future, I will continue focusing on making it easier to get started with mup. Community members have submitted pull requests that add a reverse proxy for running multiple apps on a server and add support for using a custom nginx config. After that, I will evaluate how well mup follows current best practices and make any needed adjustments. mup@1.3.x
will focus on improving the experience when using multiple servers.