New on LowEndTalk? Please Register and read our Community Rules.
All new Registrations are manually reviewed and approved, so a short delay after registration may occur before your account becomes active.
All new Registrations are manually reviewed and approved, so a short delay after registration may occur before your account becomes active.

Comments
Hourly feature drops on a weekend is quite the rapid rollout cadence
Upcoming Feature: Do you use Tailscale? We've got you covered. You will be able to, in your Application Specification file, tell us to connect to your Tailnet instead of our WireGuard VPN option. We will automatically announce your private LAN to your Tailnet -- no more extra VPN profile required if you're already a Tailscale user!
This is all the configuration you'll need once we push the feature:
It's that simple, really.
vibecoding works wonders sometimes
Feature Released: Tailscale VPN is now available in the public beta. Just add the below YAML to your specification file and Tailscale will automatically deploy for you, announce the internal subnet over your Tailnet. Please remember to disable key expiry or set a long expiry for prolonged use, we recommend 90 days or expiry disabled for that reason. By default, our Tailscale implementation accepts your preexisting routes as well.
For users in the beta who wish to try this out, please see the below YAML fragment for your Application Specification:
YAML Fragment:
Flags:
expose_lanexposes the internal (eg, 172.28.3.0/24) subnet to your Tailnet.accept_dnsaccepts existing Tailscale DNS entries from your Tailnet into the container.New Template: Looking to deploy your Node.js Applications? We've got you covered now. In your Resource's
role:field, specify "nodejs-22" and we'll automatically deploy your Node.js Application.For beta test users wanting to try this, look below for instructions.
You will need to have an
entrypoint.shfile to run your application's service. An exampleentrypoint.shis below:Dam. Your hella updating this!
Suggest, maybe ad a way to allow users to make custom VPN profiles/temple.
That way the can use
vpn:on multiple containers/deployments if they have other solutions setup like zerotier, netbird, netmaker, etc.New Template: Looking to deploy your Go (golang) Application? We've got you covered now. In your Resource's
role:field, specify "golang-1.24" and we'll automatically deploy your Node.js Application.For beta test users wanting to try this, look below for instructions.
You will need to have an
entrypoint.shfile to run your application's service. An exampleentrypoint.shis below:You can use
vpn:directive on multiple deployments, it will export your subnets appropriately. Each deployment has it's own unique and isolated subnet, if you plan to do lots of deployments in their ownprojects, just make your tailscale auth key re-usable so you don't have to use multiple keys.We have plans to add zerotier natively to the
vpn:directive, but always open to feedback if you have ones you'd like added.New Template: You can now deploy your ASP.NET Core applications on our platform, supporting both versions 8 (LTS) and 9 (Standard). In your Resource's
role:field, specify eitheraspnet-core-8oraspnet-core-9and we'll automatically deploy your ASP.Net Core Application.For beta test users wanting to try this, look below for instructions.
You will need to have an
entrypoint.shfile to run your application's service. An exampleentrypoint.shis below:New Template: You can now deploy your Ruby applications on our platform, with Ruby version 3.42. In your Resource's
role:field, specifyruby-3.42and we'll automatically deploy your Ruby application.For beta test users wanting to try this, look below for instructions.
You will need to have an
entrypoint.shfile to run your application's service. An exampleentrypoint.shis below:As a reminder, you can install and compile your application using our
deploy: -> run:directive, with an array of commands to execute (eg,bundle install), a generic example is below:@SilverCreek
Hey there,
Have some questions regarding this:
Thanks!
Great questions!
Fly lets you deploy what you want quickly. Bunny does the same. Bunny has a beautiful interface for it (props to their team). They both let you deploy on the edge but you have to build your own stack -- for example, as far as I can tell, they aren't pre-provisioning VPN containers, Tailscale + Zerotier network accesses (and subnet routers), per-tenant DNS servers, etc. which we are.
Our end goal is to build this platform for someone who wants refined control of their infrastructure like Fly & Bunny give you, but with the conveniences such as the Tailscale + Zerotier, baked in DNS and other features we have in the works.
On our platform, you no longer have to define multiple containers just to expose your internal subnet over Tailscale, setup an autodiscover DNS server within your internal network, you can scale up and down with a single API call or let our
max_scale: {{ INT }}directive take it.I won't touch much on pricing, but comparing our internal pricing guideline to Fly.io for example, we're significantly cheaper. We also do not charge for how many containers or VMs you deploy, we charge just for CPUs used, memory used and storage used -- we don't charge you for what you've allocated, only what you've actually consumed -- when you reach your allocation we send an automated alert to you via our portal letting you know you've reached your allocation, we provide a temporary boost (one-time) at no cost, and if the overage isn't rectified (e.g, resource group plan upgrade, or reducing load) within 30 days we suspend the service -- we give ample opportunity to resolve any issues without any automated process kicking you, ensuring no downtime even if you go over your limits.
We also don't bill for overages at this time and I'd like to keep it that way. All our nodes have plenty of resources, and if we're all playing nice we can all benefit. If we do have to bill for overages, we'd follow our 30 day model (30 days past the overage beginning, if not rectified, would be billed at the pre-defined rate for your resource group plan).
Thanks for the response! Indeed the product itself looks promising, and would definitely have a look. I do have a few more questions though,
Could you elaborate on this please? E.g. it doesn't matter because you bill by 95th%, or unintended spikes will not be billed, etc.
April 1st, 2025: Changelog for beta users.
We have released support for Application (Manifest) Specification version 1.1. Please see below for an example:
New Changes:
- Support for multiple backends per frontend domain
-
scale:option is available but disabled during beta.- Automatic load balancing and health checks are issued to backends. Backends which become unhealthy are removed from the pool of available backends until they become healthy again.
- New
restart-containerendpoint is available.- Automated monitoring system will attempt to restart containers and VMs which become unhealthy. If unsuccessful after 5 attempts, monitoring system will send alerts to the portal and remove the container from rotation automatically.
New Feature: Deployments from Git now support a
branchdirective. You can pull from a branch instead of the main branch.New Endpoint: The logs of your deployment are now available at
GET /app/get-deploy-logs. Logs are available for 24 hours before they are removed automatically.Apologies for the delay in updates here, I have been away (and still partially am).
New Features:
public_repo: true, no longer requires authentication to pull from Git.New Regions:
We have added multiple new regions and availability zones (AZs) to the beta, with 6 more on the way.
Coming soon: