I hope you’ve heard about my project Lifeboat, but if you haven’t yet I would be grateful for your feedback! Lifeboat is an app to simplify the deploy process for Xojo Web apps. My goal is to help everyone who wants to make a web app get up and running.
These past few weeks have been very busy for both my business and personal life. It’s been almost a month since the last update!
In this newest version are two huge features many folks have been asking for. First, I am pleased to announce support for Debian GNU/Linux. Lifeboat now supports both versions Stretch 9 and Buster 10. The second, this version introduces Static File serving!
After configuring a domain, you can serve static files like additional css/js through nginx instead of your Xojo Web app. This offloads work serving files and can help your Xojo Web app load faster. It is even possible to configure these files to serve out of a folder on the same domain as your web app.
Here’s what’s new in Build 36:
New: Support for Debian 9 & 10 servers
New: Static File serving and management
New: Root document for when nothing is configured at an address
Fixed: Lifeboat now redeploys all address configurations when repairing a server
Fixed: Deleting an address now corrects the main nginx config
Fixed: Deleting a name brings the user back to the names list
Fixed: Deployment errors for domains and subdomains now reach the user
Fixed: Deployment errors are cleared from previous action
Fixed: Requesting SSL certificate now gets the latest email address from the UI
Fixed: Permissions error with nginx
Fixed: Server windows no longer open as children of the previous server
Changed: Window build label no longer visible until sidebar appears
Changed: Window build label now indicates license
Please check it out and let me know what you think! It seems like we’re getting close to an initial release now. This could be the final round of testing before an official 1.0 release. I’m quite excited and look forward to your feedback.
Even tough I’m not using your product, as I’m dealing with it on my own (hard learning curve over the years), I have to tell you 2 things:
Firstly I learned a few more things via your script, which I bought and is excellent too.
Secondly, I believe you are doing a fantastic job with this product as it is not trivial for beginners to deal with all this stuff in parallel to learning Xojo Web. Xojo Cloud is a great product, but there are reasons why you want to run a server by yourself, or be it only the price ticket for beginners with simple apps which don’t bring any or no big income.
Last but not least, starting an own linux server to run a Xojo Web App is one thing, but running it securely is a complete different thing. Judging from your script tutorial I can say that you are building your stuff by having a maximum of security in mind, Well done!
BTW, are you giving the user a helping hand to change the timezone of the server?
Reason why I’m asking is that, I just installed a web app to a customer server and it took me a while to realize that the one who installed that server forgot to adapt the timezone. I know that many Linux people will not localise time on servers, but for strictly local/regional deployments I prefer the server dealing with the right timestamp rather than me taking care of it in database updates via Xojo. And it would be a small “feature” if not yet included ;-).
If you need a helping hand to translate to German, just PM me with your strings and the max. length of each. If you see a big market in Luxembourg, I can translate to Luxembougian too .
Where do you add your license key? I open Lifeboat and it takes me to the New Server window. No way to add license on boot. I am trying to install CentOS 7 or Debian 9/10 on my Raspberry Pi to make it a server.
You will find License under the Help menu on the Server window. On Windows, you will need to connect to a server to access the MenuBar. There is also a button on the server list window when not activated. You should be seeing it with the new connection view (it’s the same window).
Lifeboat will show the new server window if you have no saved server connections. When you add your first server Lifeboat will set the option for auto connect to that server. You can change the auto connect behavior from Edit > Options.
If you’re still having difficulty please reach out by private message or email and we’ll get things squared away.
I tried an earlier beta and, while it walked me through everything something at the end didn’t work. I’m sure it’s me, not the program, but when I can make it work you’ll know it’s ready for primetime. Every time you idiot-proof something God makes a better idiot. I am that idiot.
I keep getting “Authentication failed. Unable to extract public key from private key.” I’m using the .pub key I created (and tried recreating it just in case) but no luck.
The Public Key goes on the remote server, you will need the Private Key file to authenticate. If you’re having a lot of trouble, Digital Ocean still offers password authentication.
You will have the most success if you develop like you’re respecting the macOS security standards. In other words, don’t use GetFolderItem or store things next to the executable. Store them in a child folder of SpecialFolder.ApplicationData.
Fortunately I was already using SpecialFolder.ApplicationData, so it was just a matter of uploading the database setting a path, which you made very easy.
License purchased. You saved me a ton of headache. You are a gentleman and a scholar.