Machine auto start/stop on private network

From what I managed to grasp from the docs, the machine auto start/stop functionality only works with apps with external ports.

Is there a way to achieve this when the apps are only accessible through the private network?

You can use Flycast to have private network requests go via the proxy.

The idea here is you allocate a private ipv6 address, and you don’t have any public addresses. This way, even though you’re exposing ports in your fly.toml, your app isn’t publicly accessible.

1 Like

Thanks for the reply @jfent. That was a brilliant, spot on response.

I did as you recommended, following the docs on the Flycast. The app now has only a private ipv6 address and can’t be accessed from the outside.

Now, I was having some issues connecting to the app through the private network, because I was using the flycast domain BUT I was putting the 8080 port… which doesn’t make sense, obviously. After I understood that and fixed my error, it worked perfectly.

Many thanks for this!

1 Like

From How To to Questions / Help

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.