Shipnix is sunsetting January 2025
Hello everyone. I have eventually decided to set an end-date for the Shipnix project.
Unfortunately, Shipnix did not hit the mark on what the target audience wanted, and the cost of further developing/maintaining it for an unsustainibly small customer base makes it impossible to justify.
I have decided to shut down Shipnix on the 28th of January 2025 to honor remaining subscriptions until they expire.
After this, Shipnix will be no more.
All further billing on existing subscription stops from today, but you may continue using the subscription tier you are currently on until the sunset date.
Your servers will keep running #
Although I understand this announcement is an inconvenience for those who have chosen to manage servers via Shipnix, your applications will still be working after Shipnix is gone.
You can still deploy changes to them, you'll just have to do it directly via SSH.
For a more graceful transition, I have written a script you can use for deploying and another one for modifying environment variables.
Sunset deployment script #
You can store this bash script as ./deploy-prod.sh
at the root of your project.
It emulates how Shipnix deploys, and we have added some git safe-guards to ensure you know that this script only deploys what exists on your remote repository (Github etc).
Make sure to modify the three variables on top with the correct values:
Sunset script for managing environment variables #
For managing your server secrets, you can use this little script and for example name it ./prod-env
in your project root:
If you have vim installed on your server, you can replace nano
with vim
.
Remember that you will need to redeploy your server after changing your environment variables.
Migration options #
IHP users might consider using migrating to deploy-to-nixos, which is a built-in solution in IHP for deploying your applications. It works similarly to Shipnix but using nixos-rebuild
directly from your local machine. It's all done from your command line, and maintained by IHP.
If you want to migrate, you might want to follow the instructions in the docs by from scratch, for example by creating an EC2 instance on AWS, and migrating your database when it's up and running, then switching over your domain records.
All the best, Lillo
- Previous: How to upgrade to IHP v1.1.0 on Shipnix