Skip to content

Roadmap

LordZeuss edited this page Feb 27, 2023 · 1 revision

Auto-Authelia Roadmap

Currently the script does in fact work, as much as I've tested it.


Current Functionality

  • Sets up authelia at it's base level. Creates directories, configures the files, and just works

Future Plans for the following update

I plan on adding the following features in the next update:

  • Email configuration. Currently, you will be using the filesystem for the email notification, unless you manually edit the configuration file and add your email details to get that functioning. I would like to impliment a toggle that asks if you want to configure an email, and then prompt the user for the information for that.

  • Nginx Proxy Manager installation. I would like the script to ask if you want to install NPM.

  • Nginx Proxy Manager Server Configuration. As stated in the README, there is a large section to add in the advanced tab. I would like to create an alternate script where you can input the fields that need to be updated, and either output the updated, configured code, into either a file, or simply display it on the screen for the user to copy and paste.


Things I would like to add, but are not at the top of the priority list

  • Duo API configuration. Allow the user to add their Duo information and have that setup for two factor auth.

  • Additional proxy manager configurations. I use NPM, and thus, I provided instructions for that. However, not everyone uses NPM. I would like to add instructions/capability to use other proxy managers outside of NPM, such as regular Nginx, Caddy, Traefik etc.