Avoid Mistakes: How to Install and Configure Authelia Correctly

Avoid Mistakes: How to Install and Configure Authelia Correctly

IBRACORP

2 года назад

86,796 Просмотров

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


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

@jafizzle95
@jafizzle95 - 28.09.2023 16:53

I think it would be incredibly valuable to have a "layman" completely run through your guides and videos and try to follow them to the point of having a working setup. As the writer of the guides, it's easy to unconsciously skim over important details that your brain automatically fills in because you already know how all of this stuff works. There's so much vagary in the videos and written guides that makes it extremely difficult to follow and understand how any of this is supposed to fit together. I have to assume that your testers (you've mentioned them in one of your videos) probably already know how to set these services up without the guides so indeed they also filled in the details that were lacking in the guides.

Especially frustrating is the fact that the guides for Traefik and Authelia both assume that the other service is already setup so I as the user am left to try to figure out how this basket is weaved together. I've been banging my head against a wall for the last 12 hours (that's not an exaggeration) trying to get any of this to work. I can't spend any more time on this so I'm forced to try to piece back together my original rev proxy setup and hope that my services still work. So, that's fun.

Ответить
@unixweeb6381
@unixweeb6381 - 09.07.2023 03:42

At the time of posting this allkeys generator from the docs is not available

Ответить
@shroomzzz
@shroomzzz - 29.05.2023 20:55

8 mins into the video, I've already had three homework assignments lol I wish I had taken my computer science studies more seriously in college. THANK YOU for taking the time to walk morons like me through this stuff!

Ответить
@Gex2501
@Gex2501 - 11.05.2023 03:38

I had to change the path from being empty "" to "authelia"...right after the port in the configuration.yml (path: "authelia")

Ответить
@DanielTolbertDev
@DanielTolbertDev - 19.04.2023 00:07

This is outdated now with the SWAG video... An update on how to use these with AUtoproxy would be pefect

Ответить
@DanielSchell86
@DanielSchell86 - 01.04.2023 02:47

No matter how many times I try, I keep getting to a point where I'm getting 403 errors whenever I put the endpoint info in (I'm using NPM) and it is breaking my brain

Ответить
@ranjithgreen
@ranjithgreen - 08.03.2023 15:04

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

Ответить
@mwp4600
@mwp4600 - 03.03.2023 06:34

I really like the music you use. Kind of matrix like.

Ответить
@ljakeupl
@ljakeupl - 01.03.2023 01:07

Step one, get a CS degree at the university of your choosing! I just want some authentication when accessing my web apps remotely without needing a vpn. How does that require hours of tutorials on installing multiple things and configuring yaml files?

Ответить
@metalgie
@metalgie - 16.01.2023 10:04

I got this error from Redis logs (mkdir: cannot create directory '/bitnami/redis/data': Permission denied) how can i fix this?

Ответить
@simonemastellonephotography
@simonemastellonephotography - 02.01.2023 18:15

Hi, i follow your guide to set up anthelia few month ago , but recently after an update the configuration file has changed and is not readable any more , i tried to apply the new changes but with no luck, can you please do an update

Ответить
@arathas1979
@arathas1979 - 26.12.2022 12:05

thanks for the guide, once I got money I will signup to help you create more

Ответить
@Subasically
@Subasically - 07.12.2022 07:16

If anyone has issues running redis and gets error "mkdir: cannot create directory '/bitnami/redis': Permission denied"

You need to create the bitnami directory with correct permissions. Open the UnRaid terminal and type the follow commands, one line at a time.

cd mnt/user/appdata
sudo install -d -m 0755 -o 1001 -g 0 redis
cd redis/
sudo install -d -m 0755 -o 1001 -g 0 bitnami

Ответить
@TacPanini8578
@TacPanini8578 - 06.12.2022 03:55

So useful thank you! Ive now been shown how to buy a domain and set up subdomains for my various services i want exposed to the internet behind authelia through an argo tunnel. but how do i go about having my root domain address point to something? Right now it just defaults to a cloudflare bad gateway page. Be nice to even have it point to just some placeholder page or maybe even a hub to all the subdomains using something like heimdall somehow. I am not savvy enough to know how to do this however. thanks!

Ответить
@enissay9950
@enissay9950 - 06.12.2022 03:26

Please update your guide to include this fix to install error (taken from forum, but I cannot paste url, credits to sebz29a)

Run these before installing redis in the web terminal

> cd /mnt/user/appdata

> install -d -m 0755 -o 1001 -g 0 redis

> cd redis/

> install -d -m 0755 -o 1001 -g 0 bitnami

Ответить
@Fluxzone90
@Fluxzone90 - 10.11.2022 11:56

How and where does Authentik from CA install to? I can't see it in appdata and I want to know if/how it would get backed up using CA Backup and Restore

Ответить
@jonirish323
@jonirish323 - 14.10.2022 23:29

So I just walked through this process, and I think I have everything setup properly. However, when I try to go to the Authelia web UI, I get this error "There was an issue fetching the current user state" and the "loading" animated icon is the only thing displayed.

Ответить
@angelauditorerbs170
@angelauditorerbs170 - 04.10.2022 04:44

great hack, thanks you

Ответить
@ChadEck
@ChadEck - 30.09.2022 20:57

if you are running into issue of " mkdir: cannot create directory '/bitnami/redis': Permission denied" on unraid 6.9+
delete the container and folders created for redis (won't work if folder exist)
use the terminal and cd into the folder in my case its (/mnt/user/appdata)
run
sudo install -d -m 0755 -o 1001 -g 0 redis
cd redis/
sudo install -d -m 0755 -o 1001 -g 0 bitnami
and then reinstall the redis container

something with the way unraid 6.9+ changed with container permission, giving the container privilege didnt work and this was a work around I found.

Ответить
@evanmarshall9498
@evanmarshall9498 - 26.09.2022 05:15

Can you show an example with say sonarr? I have followed this guide, added catch all rule to my domain and subdomains, but when I go to sonarr the authelia login screen does not show. Is there any configuration that needs to be done on the sonarr docker container maybe?

Ответить
@abdullahiahmed3895
@abdullahiahmed3895 - 25.09.2022 10:23

Video for putting your own softs on or is that possible. I can softbox so would like to up load my own softs.

Ответить
@pedritounodos
@pedritounodos - 22.09.2022 15:40

I opened up a new project and deleted the area where you "paint" the soft and I don't know how to make it co back!! Lol

Ответить
@evanmarshall9498
@evanmarshall9498 - 22.09.2022 07:00

Stuck at redis setup. The appdata path is actualy included in this image now but I added /bitnami/ to the end since it is "/mnt/user/appdata/redis/" I have tried with and without "bitnami" at the end of the path and the container will not start. My logs keep giving me error: mkdir: cannot create directory '/bitnami/redis': Permission denied

Ответить
@MrBond-rq3om
@MrBond-rq3om - 15.09.2022 01:32

Excellent video. Clearly explained all the basics to get started on soft soft. Thanks

Ответить
@sufalofficial6772
@sufalofficial6772 - 14.09.2022 22:24

When I added the GMS it softed completely different than yours. Yours softed more like a real app, wNice tutorialle mine softed very

Ответить
@svsuryaa5521
@svsuryaa5521 - 14.09.2022 07:57

Thanks mate

Ответить
@khaliphathiane584
@khaliphathiane584 - 12.09.2022 13:52

I have setup authelia one factor is working but two factor doesn't. Is redis required for two factor?

Ответить
@alejandromunozdelacruz9598
@alejandromunozdelacruz9598 - 12.09.2022 09:35

tho

Ответить
@gracemina4528
@gracemina4528 - 07.09.2022 17:01

Doesn’t tNice tutorials program cost like 100$ ?

Ответить
@twitch.sae7
@twitch.sae7 - 05.09.2022 01:31

Tutorial*

Ответить
@itdraak7531
@itdraak7531 - 03.09.2022 14:55

i can't get it to work because of an notification error, i get error 535 on smtp. normaly i use "Minder goed beveiligde apps en je Google-account" but that is disabled. dus anywane now an other way to get smtp to work?

Ответить
@egetasel3909
@egetasel3909 - 02.09.2022 13:56

Türkçe altyazıyı koyan kişinin eline sağlık ö-ö-ö-ö-ö-ö-ö-ö-öptüm bayy, gö-gö-gö-gö-gö-gö-gö-gö-gömmdüm say

Ответить
@trix4462
@trix4462 - 02.09.2022 02:14

You never know how much you have in common with so people.

Ответить
@kshexpress4117
@kshexpress4117 - 01.09.2022 13:59

SO link is given below!!!

Ответить
@physicsguy1240
@physicsguy1240 - 01.09.2022 06:52

Do the basics first, if it would be easy, everyone would do it

Ответить
@bobzeknob
@bobzeknob - 21.08.2022 21:43

I get the following error when trying to install redis:

"mkdir: cannot create directory '/bitnami/redis': Permission denied"

Is anyone able to offer any assistance with overcoming this? Thanks

Ответить
@OwsleyLaws71
@OwsleyLaws71 - 09.08.2022 06:13

Am I crazy or is the Unraid password hash command missing?

Ответить
@waarpzor5629
@waarpzor5629 - 02.08.2022 00:17

Thank you very much for this guide! Everything is working except the rules for internal IPs, i think it is because i use Cloudflare (i used your other guide for this too :P).
In Authelia's logs, it seems to only see the Cloudflare IPs, not the real ones. If anyone got ideas to solve this, please let me know !

Ответить
@MR_GPU
@MR_GPU - 19.07.2022 23:33

Hey, since the new update we now get this message:

"Configuration: configuration key 'authentication_backend.disable_reset_password' is deprecated in 4.36.0 and has been replaced by 'authentication_backend.password_reset.disable': this has been automatically mapped for you but you will need to adjust your configuration to remove this message"

Could the description and docs be updated to accommodate this?

Ответить
@waddoo1234
@waddoo1234 - 27.06.2022 01:31

Unfortunately I got authelia setup and started without issue, until I received a 'request header too large' trying to reach the webpage.

I disabled the email/smtp as I could not get gmail to work, but I assume that is unrelated.

Ответить
@nathanmcfarlane317
@nathanmcfarlane317 - 14.06.2022 08:21

Hi, love your videos, at least the few I have watched but I am already playing with OpenLDAP so keen for you to do the guide.

Ответить
@indrar359
@indrar359 - 26.05.2022 07:17

followed you tutorial step by step, still got error

level=error msg="Configuration: storage: option 'encryption_key' must is required"
level=fatal msg="Can't continue due to the errors loading the configuration"

i did using more than 20 char to encryption_key in storage section, did i miss something ?


-----
edit
-----

so i did some misconfiguration, somehow container authelia still using template configuration, so i just copy the real configuration to /opt/appdata/authelia

Ответить
@roderickvanrhyn2073
@roderickvanrhyn2073 - 06.05.2022 20:53

I don't know what was happenning. I wound up having to remove autheila and all the endpoint protection from NGINX. I copied the config files to my computer for the time being. I was getting an error 500 (I think) from NGINX. NGINX worked after the removal of the advanced configs. This all started after upgrading container as requested by Unraid Rod My intentions is to reistall unraid and copy the config files into place where they were before the uninstall.

Ответить
@shootinputin6332
@shootinputin6332 - 01.05.2022 10:06

Adding a persistent volume for Redis causes Redis to not even start up. Logs "mkdir: cannot create directory '/bitnami/redis': Permission denied"

Ответить
@Henegeu11
@Henegeu11 - 20.04.2022 22:37

Nice video. I love your step-by-step approach. Do you know how i can log out of an application if i use Authelia 1or 2 factor authentication to log in? I can log in but i can't log out since the app i use it for doesn't have a login method.

Ответить