reclaim-the-stack / talos-manager

Rails application to help bootstrap Talos Linux on Hetzner servers
MIT License
32 stars 10 forks source link

Not needed #13

Closed gunnars04 closed 2 months ago

dbackeus commented 2 months ago

The docs should be adapted to take into account that a deploy must be done before these ENV vars show up though.

gunnars04 commented 2 months ago

In the readme: https://github.com/reclaim-the-stack/talos-manager/edit/master/README.md What about:

Updating:

# 2. Deploy to a Heroku subdomain
# For this you'll want to enable the runtime-dyno-metadata lab feature which will provide us
# with the HEROKU_APP_DEFAULT_DOMAIN_NAME environment variable.
heroku labs:enable runtime-dyno-metadata

To:

# 2. Deploy to a Heroku subdomain
# For this you'll want to enable the runtime-dyno-metadata lab feature which will provide us
# with the HEROKU_APP_DEFAULT_DOMAIN_NAME environment variable, that won't be populated until deploy is done
heroku labs:enable runtime-dyno-metadata

image