Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

🗄️ [Documentation] - Fly setup CLI flow has changed #449

Open
olets opened this issue Sep 4, 2024 · 1 comment
Open

🗄️ [Documentation] - Fly setup CLI flow has changed #449

olets opened this issue Sep 4, 2024 · 1 comment
Labels
documentation Improvements or additions to documentation

Comments

@olets
Copy link

olets commented Sep 4, 2024

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:

  1. Would you like to copy its configuration to the new app?
    choose y
  2. 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

@olets olets added the documentation Improvements or additions to documentation label Sep 4, 2024
@RubenOlsen
Copy link
Member

@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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

2 participants