Authelia - Free, Open Source, Self Hosted authorization and authentication for your web applications

Authelia - Free, Open Source, Self Hosted authorization and authentication for your web applications

Awesome Open Source

2 года назад

58,435 Просмотров

Ссылки и html тэги не поддерживаются


Комментарии:

@jamesnb
@jamesnb - 05.12.2023 09:51

Hi there, I recently deployed a ubuntu 22.04 and am trying to reinstall the Authelia and NGINX. For NGINX proxy manager, it was fine. But Authelia has some significant change(s) that won't allow your configuration.yml file to perform successfully. Would you mind digging a bit and let me know if there is any part of the configuration.yml and the docker-compose.yml must make changes? By the way, the way to run docker-compose.yml has now becaome docker compose uo (no hyphen needed...). THANKS A MILLION

Ответить
@HeneryH
@HeneryH - 19.09.2023 21:45

Thank you for your efforts. When doing my docker-up, I am getting i/o errors connecting to redis. I vaguely remember having similar troubles in some things because I am running ubuntu virtual machines as these hosts and there was something about being docker in vms and privileged mode. I'll keep investigating but if anyone has insight please let me know.

Ответить
@JanDemore
@JanDemore - 26.07.2023 14:18

Awesome guide, been following and all good but I cant access to any host after adding the Advanced info.

Hosts looks offline in NGINX and got this error in Chrome : ERR_SSL_UNRECOGNIZED_NAME_ALERT

Can you assist please?

Ответить
@ErnestGWilsonII
@ErnestGWilsonII - 18.07.2023 23:53

Thank you for making this video and sharing it with all of us! I am of course subscribed with notifications turned on and thumbs up!

Ответить
@seanhdka
@seanhdka - 08.06.2023 00:24

a shame the weather's so good atm. you're channel is an amazing resource for me since i'm trying to decouple from big tech. you always pop up in my searches with lengthy guides and explanations. god speed!

Ответить
@redetermine
@redetermine - 31.03.2023 00:31

Cool video, subscribed and looking forward to seeing your future uploads!

Ответить
@whocares3132
@whocares3132 - 27.03.2023 23:17

I am using free ddns pointed to my ip and subfolder ... how can I config authelia with nginx in this situation?

Ответить
@vidx9
@vidx9 - 24.03.2023 07:05

How to get Authelia to work with applications that use programs to sync data, like Nextcloud or Bitwarden if they require authentication to access?

Ответить
@hijiktaforever2565
@hijiktaforever2565 - 11.03.2023 16:05

Hi , Thank you for the nice video it help a lot ,
I want to use authelia with remtely ,
when authelia is up and i try to use remtely the agent cant get the Id
do you have any suggestion ?
tky

Ответить
@timvanrooijen3324
@timvanrooijen3324 - 06.03.2023 12:23

Thanks it was helpfull!

Ответить
@ranjithgreen
@ranjithgreen - 26.02.2023 12:33

thank you for great tutorials , i am very thankful, and one more thing i need tutorial for PFSENSE HAPROXY + AUTHELIA with complete info, thank you in advance

Ответить
@haydenc2742
@haydenc2742 - 10.02.2023 04:48

so awesome! I'm trying to build a cloudflare tunnel so I don't need to open ports...can't seem to get authelia and nginx working...it's killing me

Ответить
@calebbobby914
@calebbobby914 - 04.02.2023 01:03

Great Video, took me a couple attempts but i was able to get Authelia up and running. This might be a dumb question, but would you need to stop the container and run it again with the -d flag?

Ответить
@manfromva_
@manfromva_ - 07.01.2023 00:42

Have you gotten this to work with proxmox?

Ответить
@ksrhinebolt
@ksrhinebolt - 03.01.2023 06:08

The nginx docker-compose.yml that is pulled in your script no longer comes with the mariadb config preloaded in it. It seems like nginx has removed it for whatever reason. It will have to be added manually unless it's no longer needed.

Ответить
@MehrdadGivehchi
@MehrdadGivehchi - 18.12.2022 07:42

Great video and many thank!

Ответить
@user-bm9qi2ev4c
@user-bm9qi2ev4c - 01.12.2022 05:41

I really love your channel, super helpful and you don't skip ahead and stay with viewer, please keep making videos like these :)

Ответить
@rupeshshinde8941
@rupeshshinde8941 - 03.10.2022 11:09

Great video. Do you have a tutorial for authelia on kubernetes?

Ответить
@sidneyking11
@sidneyking11 - 21.09.2022 22:14

I notice there is sql information in the docker-compose.yml shown in this video. I am running ubuntu 22.04 and run your script and it does not have any db information in it. has this changed for the 22.04 version of ubuntu? or do I need add that information in it?

Ответить
@k-gemas
@k-gemas - 20.09.2022 05:56

how can i read login cookie information from authelia from another system. For example, I need to get the email value of the user logged in on authelia, what I am getting after logging in to authelia is just a cookie. Thanks you !

Ответить
@AhmadYusuf85
@AhmadYusuf85 - 10.09.2022 08:46

Thanks for the detailed and informative video.

When you add the code in the Advanced tab in npm, you can utilizie the internal nginx variables, this way, you can use the same template for all the hosts without the need to change anything.

Below is an example:
set $upstream_app $forward_scheme://$server:$port;
proxy_pass $upstream_app;

Ответить
@mforrest85
@mforrest85 - 18.08.2022 07:58

Thanks for setting the time zone for me! Nice tutorial.

Ответить
@iamlordking
@iamlordking - 03.08.2022 05:21

love your channel and detailed tutorial. hope to see authentik tutorial in your channel. keep up the good work.

Ответить
@80robina
@80robina - 30.07.2022 19:11

Has anyone tried this with bitwarden

Ответить
@erichb.1396
@erichb.1396 - 30.07.2022 09:36

Hello, this is really a great tutorial. The first time I have (almost) managed to set up Authelia. My current problem is that after entering the login details in the Authelia window, the browser flashes briefly but there is no redirect to the app in question. Do you have a tip what the problem could be. Best regards, Eric

Ответить
@franchise2570
@franchise2570 - 21.07.2022 07:19

Thank you so much Brian, awesome video. It took me awhile, but I finally put it all together. Thanks again man!

Ответить
@Crystawth
@Crystawth - 05.07.2022 17:25

Is it possible to use this without exposing the port on the host machine? For example, assigning it to a docker Network and just using the docker name instead of the IP address in the configuration

Ответить
@milicsantiago
@milicsantiago - 26.05.2022 02:43

Great Video.Thanks

Ответить
@ShlomiDavidson
@ShlomiDavidson - 03.05.2022 23:18

Great tutorial, managed to get it working (I think). How do I know that Redis is managing the session? if I restart the Authelia container I don't need to login back again so that means Redis is doing it's job correctly?

Ответить
@itgeeky6313
@itgeeky6313 - 03.04.2022 10:10

What app are you using on your phone to get the MFA code?

Ответить
@gswhite
@gswhite - 10.02.2022 18:52

Really really fantastic overview and tutorial. First time I have been able to actually get authelia to spin up,

However, I login fine with the credentials setup. I am then challenged to setup 2FA. When I click 'Register Device' to setup I get an error 'There was a problem initiating the registration process!'
#
Any Ideas anyone, so close but completely stuck now.

Ответить
@dmacaulay75
@dmacaulay75 - 07.02.2022 19:00

One of the best tutorials i've come across. Great details and great examples. Managed to get Authelia set up on a bunch of my selfhosted sites within an hour.

Ответить
@kareemschultz
@kareemschultz - 02.12.2021 17:11

Can you do a tutorial on keycloak?

Ответить
@thefullstackworld
@thefullstackworld - 23.11.2021 23:20

this is awsome thank you so much

Ответить
@teriyax
@teriyax - 10.11.2021 04:32

AWESOME Video! Loved it..... BUTTT Can you go in to depth on 2 things.... How to setup the 2factor OTP, AND then show a differnce between the NPM advanced authelia server config, and a service config for another external service.... say lidarr.... look forward to seeing your reply.

Ответить
@Konikitto
@Konikitto - 24.10.2021 22:49

Your tutorial does not work anymore, you should mention this

Ответить
@SelfSufficient08
@SelfSufficient08 - 17.10.2021 14:15

Thank you so much for doing this ! There are a good bit of how to’s for other reverse proxy’s and I was debating a change until I stumbled on yours.
Thanks !

Ответить
@fredzibulski3111
@fredzibulski3111 - 05.10.2021 19:22

Love the Tutorial only did not get it to work. I have nginx already installed on my raspberry pi 4. Got already plenty docker containers. Not sure what I did wrong tried it 3 times to the tee. Can some one help ?

Ответить
@jamesnb
@jamesnb - 24.09.2021 19:06

It is really well constructed, details tutorial, thank you! I am also looking for a guide to setup a database to work with Authelia (such as mysql) to manage users instead of the file. But thank you again

Ответить
@slcyberking
@slcyberking - 24.09.2021 16:50

TFS

Ответить
@kevinhughes9801
@kevinhughes9801 - 24.09.2021 13:13

Good stuff thanks

Ответить
@PaPaTheGMan1215
@PaPaTheGMan1215 - 20.09.2021 22:20

Thanks for video, awesome (sic) as always. Have a newbie type question. I'm about to show my lack of IT security understanding, but how does this improve upon Nginx Proxy Manager's Access Lists? It is a very intricate and complex set up, and aside from the fact that it is fun and challenging, what type(s) of additional protection does it offer?

Ответить
@mahmoudshihab
@mahmoudshihab - 18.09.2021 16:25

Wow! I didn’t even know that I could do something like this!
Thank you so much!!!

Ответить
@jaygreentree4394
@jaygreentree4394 - 18.09.2021 03:17

An easier way to copy from github files is to click the raw button on the right of the page. It gives you a text version without the line numbers.

Ответить
@frnkdrvs
@frnkdrvs - 17.09.2021 00:09

I love it!

Ответить
@ChristopherScanlan88
@ChristopherScanlan88 - 16.09.2021 04:54

Nice quick overview.

Ответить
@chrisumali9841
@chrisumali9841 - 16.09.2021 03:36

Thanks for the demo and info, the scripts are awesome. Have a great day

Ответить
@kdouglas8410
@kdouglas8410 - 15.09.2021 17:46

I get to the last step of adding the json info to one of my services I want to access behind authelia. As soon as I input the json info in the advanced tab (changing the appropriate entries to reflect my settings and hit save. Nginx Proxy Manager appears to set the status of that service to OFFLINE. If I go back and remove everything from the advance tab and hit save, Nginx Proxy Manager sets it back to ONLINE.

Can't seem to figure out whats went wrong with whats entered in the Advance Tab.

Ответить