You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Would you like to copy its configuration to the new app?
choose y
Do you want to tweak these settings before proceeding?
If you want to name the app after the directory the toml is in, choose N. Otherwise choose y, and change the name in the web UI which opens
Here's how it reads. Anything that says "redacted" is redacted by me for this writeup.
fly launch --image actualbudget/actual-server:latest
An existing fly.toml file was found
? Would you like to copy its configuration to the new app? y/N
# y[enter]
Using image actualbudget/actual-server:latest
Creating app in /redacted/pwd
We're about to launch your app on Fly.io. Here's what you're getting:
Organization: redacted (defaulting to 'redacted-default-org')
Name: redacted (derived from your directory name)
Region: redacted (this is the fastest region for you)
App Machines: shared-cpu-1x, 256MB RAM (from your fly.toml)
Postgres: <none> (not requested)
Redis: <none> (not requested)
Tigris: <none> (not requested)
? Do you want to tweak these settings before proceeding? y/N
# note for this issue: if you choose y, you get
# Opening https://fly.io/cli/launch/redactedhash ...
#
# Waiting for launch data...
# and when you save the config via the web ui that line changes to
# Waiting for launch data... Done
Created app 'redacted-app-name' in organization 'redacted-org-name'
Admin URL: https://fly.io/apps/redacted-app-name
Hostname: redacted-app-name.fly.dev
Wrote config file fly.toml
Validating /redacted-PWD/fly.toml
✓ Configuration is valid
==> Building image
Searching for image 'actualbudget/actual-server:latest' remotely...
image found: redacted_but_maybe_unnecessarily_if_its_just_the_id_of_the_actualbudget_image
Watch your deployment at https://fly.io/apps/redacted-app-name/monitoring
Provisioning ips for redacted-app-name
Dedicated ipv6: redact:ed
Shared ipv4: re.dac.ted
Add a dedicated ipv4 with: fly ips allocate-v4
Creating a 1 GB volume named 'actual_data' for process group 'app'. Use 'fly vol extend' to increase its size
This deployment will:
* create 1 "app" machine
No machines in group app, launching a new machine
Finished launching new machines
-------
✔ Machine redacted [app] update finished: success
-------
Checking DNS configuration for redacted-app-name.fly.dev
Visit your newly deployed app at https://redacted-app-name.fly.dev/
Screenshots
No response
Category
Installation & Configuration
The text was updated successfully, but these errors were encountered:
@olets - do you feel that you can change the documentation yourself? Alas - are you versed in cloning repos and providing pull requests using GitHub? If this is something you can manage, please go ahead.
Description
The Fly setup described in https://github.com/actualbudget/docs/blob/master/docs/install/fly.md?plain=1#L104-L143 has changed.
It is now only two questions:
choose
y
If you want to name the app after the directory the toml is in, choose
N
. Otherwise choosey
, and change the name in the web UI which opensHere's how it reads. Anything that says "redacted" is redacted by me for this writeup.
Screenshots
No response
Category
Installation & Configuration
The text was updated successfully, but these errors were encountered: