DockFlare v2.1: Prepare for Takeoff with the Pre-Flight Wizard! #192
ChrispyBacon-dev
announced in
Announcements
Replies: 1 comment 1 reply
-
I'm sad about the removal of Just wanna add - DockFlare is awesome. Thanks @ChrispyBacon-dev ! |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello everyone,
I'm excited to announce the release of DockFlare 2.1! My focus has been on simplifying the initial setup process, enhancing security, and making the application easier for everyone to manage.
Major New Features
Onboarding Overhaul: The Pre-Flight Setup Wizard
I've eliminated the need for
.env
files for new installations! Now, when you set up DockFlare for the first time, you'll be greeted with a one-time, browser-based setup wizard. This new "Pre-Flight Mode" will guide you step-by-step through configuring your Cloudflare credentials and tunnel settings. My goal was to make this initial setup process faster and more intuitive for you.Here’s a sneak peek at the steps:
Enhanced Security: UI Authentication & Password Management
Security is a top priority. With version 2.1, the DockFlare UI is now fully protected by a login page. I've made sure that all sensitive credentials, including your Cloudflare API token and your new UI password, are stored in a fully encrypted configuration file (
dockflare_config.dat
) on your persistent volume.This update also introduces:
Seamless Migration for Existing Users
Upgrading from an older version? I've got you covered. DockFlare will automatically detect your existing
.env
file, import your settings, and guide you through a quick process to create a new password for the UI. Your existing tunnel and DNS configurations will be preserved, making the transition as smooth as possible.Here's how the migration will look:
Usability Improvements
I've also made several improvements to the user interface and overall usability:
.env
File Support: As part of my move to a more secure and robust configuration system, DockFlare no longer reads its configuration from.env
files after the initial migration. All configuration is now managed via the encrypteddockflare_config.dat
file and the UI.How to Upgrade
docker pull alplat/dockflare:stable
I'm really proud of this release and I hope it makes your experience with DockFlare even better. As always, I welcome your feedback and contributions!
Cheers,
Chris
This discussion was created from the release DockFlare v2.1: Prepare for Takeoff with the Pre-Flight Wizard!.
Beta Was this translation helpful? Give feedback.
All reactions