Avoid Mistakes: How to Install and Configure Authelia Correctly

  Рет қаралды 85,954

IBRACORP

IBRACORP

Күн бұрын

Authelia is an open-source authentication and authorization server providing two-factor authentication and single sign-on (SSO) for your applications via a web portal.
We were the first to ever cover Authelia in 2021 and provide the templates that make it easy for you and our community. Others followed but lacked the experience we bring to you.
Today, we're back again, installing and configuring Authelia on Unraid AND Docker Compose.
We'll also show you every bonus you can imagine, from reverse proxies, LDAP, user files, and more. We've even added some troubleshooting to help you help yourself.
All wrapped up in a neat little package - got milk?
Written Docs: docs.ibracorp.io/authelia/
Custom Docker Network: • Unraid Tutorial: Craft...
Code-Server: • Ultimate Guide: Selfho...
Traefik: • Discover Traefik v2.6+...
MariaDB+Adminer: • Simplifying MariaDB Se...
Authelia 2021 (Deep Dive): • Mastering Authelia Ins...
Authelia 2021 (Brief): • NGINX Proxy Manager + ...
🔔 Subscribe for more tech tips and tutorials: @IBRACORP
👍 Like this video if you find it helpful, and tell us in the comments what other tutorials you'd like to see.
🚀 Timestamps:
0:00 Intro
1:54 What is Authelia
3:09 Our Docs
4:30 Installation
4:55 Dependencies
5:31 Redis
8:01 MariaDB
10:36 Authelia
12:00 Configuration
14:30 Theme
14:39 Secrets
15:47 Server
15:55 Logs
16:03 TOTP
16:27 Auth Backend
20:44 Access Control
25:15 Session
25:38 Redis
25:46 Regulation
26:08 Storage
26:59 Notifier
28:13 Troubleshooting
31:16 Testing
31:59 Extras
32:24 LDAP
32:59 NGINX
33:39 Traefik
33:51 Final Notes
📌 Follow us on social media for the latest updates:
Website: ibracorp.io/
Discord: / discord
Reddit: / ibracorp
Twitter: / ibracorp_io
Facebook: / ibracorp
💖 Support Us:
Your support helps us to keep producing high-quality tech tutorials and content. If you've found value in our videos, consider supporting us in the following ways:
PayPal: www.paypal.com/donate/?hosted...
Shop: shop.ibracorp.io/
Subscribe and share our videos with friends and colleagues.
Every bit of support makes a huge difference and enables us to continue delivering content that helps you make the most of the latest technology!
For business enquiries, please email support@ibracorp.io
#authelia #ibracorp #docker #unraid #docker-compose #auth #authorization #authentication #selhosted #ldap #mariadb #npm #2fa

Пікірлер: 164
@IBRACORP
@IBRACORP 2 жыл бұрын
👮Thanks for watching! What did you guys think of Authelia this time around? Will you finally give it a try? Let us know in the comments or join us on Discord: discord.gg/VWAG7rZ
@groto27
@groto27 2 жыл бұрын
Not sure. Can’t watch yet 😂
@apscandy
@apscandy 2 жыл бұрын
I'll tell you in 7 hours ahah
@IBRACORP
@IBRACORP 2 жыл бұрын
@Andrew Clarke Please do! 😅
@IBRACORP
@IBRACORP 2 жыл бұрын
No excuses mate comon
@BenjaminSweetnam
@BenjaminSweetnam 2 жыл бұрын
I'm already using it, thanks to you. But hey, what's with the release time? it's a bit late, isn't it
@DanielSchell86
@DanielSchell86 Жыл бұрын
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
@sfc-hoot
@sfc-hoot Жыл бұрын
For anyone watching this on Unraid 6.10+ I had trouble starting the redis container because it did not have root permissions to write to the app data folder. Before installing the container, (or after deleting the container+image and appdata/redis folder after finding an error) you need to open the unraid terminal and input the following: #go to appdata folder > cd /mnt/user/appdata #verify no redis appdata exists > ls #if no redis/ appdata exists, add redis folder with permissions for docker puid > sudo install -d -m 0755 -o 1001 -g 0 redis #verify redis folder created >ls #go to redis folder > cd redis #add bitnami folder with permissions for docker puid > sudo install -d -m 0755 -o 1001 -g 0 bitnami #verify bitnami folder >ls Then go reinstall the container and it should start. If you find directories already existing for redis and bitnami, remove them using `sudo rmdir bitnami` and `sudo rmdir redis` before using the install commands
@ihearttesla2333
@ihearttesla2333 Жыл бұрын
Thanks so much you are a life saver
@barrettphillips9364
@barrettphillips9364 Жыл бұрын
Worked for me. Thank you for the excellent instructions!
@craigshinn7126
@craigshinn7126 Жыл бұрын
Lifesaver. Thank you!!!
@Andrew-em6mt
@Andrew-em6mt Жыл бұрын
I knew there was a reason for reading the comments first!!!!! Thank you, and thanks IBRACORP for another awesome video
@cphelps777
@cphelps777 Жыл бұрын
Lifesaver 👌
@NahrAlma
@NahrAlma 2 жыл бұрын
All the important videos linked? HELL YEAH. I'm currently setting up mariadb, I guess it will be a while until I actually get to authelia, but you are making it fun to follow these guides.
@IBRACORP
@IBRACORP 2 жыл бұрын
Great to hear! Thanks for the awesome feedback. Glad that you are enjoying the content ☺️
@MrBond-rq3om
@MrBond-rq3om Жыл бұрын
Excellent video. Clearly explained all the basics to get started on soft soft. Thanks
@geyoda64
@geyoda64 2 жыл бұрын
openLDAP? yes please! I struggle getting any of that stuff to work (without a VM)
@unixweeb
@unixweeb Жыл бұрын
At the time of posting this allkeys generator from the docs is not available
@DanielSchell86
@DanielSchell86 Ай бұрын
yeah the website just seems to not exist anymore
@jonathans.8650
@jonathans.8650 2 жыл бұрын
Hype activated! So nice! 😍
@mattwells5625
@mattwells5625 2 жыл бұрын
Another awesome video! Thank you. It would be great if you could update your Traefik documents to use the Cloudflare CDN wildcard certs instead of using lets encrypt for certs or have it as an option in the docs on setting it up that way.
@coasterman6552
@coasterman6552 2 жыл бұрын
Fantastic guide guys. I did struggle with the previous Authelia guide but this one nailed it. Feel far more confident about starting the final step of installing/config FreeIPA from your getting started with LDAP.
@IBRACORP
@IBRACORP 2 жыл бұрын
We love to hear that mate thank you for the feedback and for watching. If you get stuck join us in Discord anytime ✌️
@AwesomeOpenSource
@AwesomeOpenSource 2 жыл бұрын
Super terrific followup to your original video! Well done!
@IBRACORP
@IBRACORP 2 жыл бұрын
Thank you !
@leaf-
@leaf- 2 жыл бұрын
Alright mate you got me. I've always been thinking about getting this running but this video has pushed me that bit extra. Will be setting it up tomorrow, thanks for the awesome video!
@IBRACORP
@IBRACORP 2 жыл бұрын
Finally got ya Leafy!! Enjoy mate if you need help to know where to find us
@leaf-
@leaf- 2 жыл бұрын
@@IBRACORP Yeah cheers mate. Everyone should check out the discord if they haven't already
@CamStansell
@CamStansell 2 жыл бұрын
that is awesome. thanks mate and team.
@bretholcombk6beh398
@bretholcombk6beh398 2 жыл бұрын
Thanks so much for this tutorial! Got my Authelia Server up & working in no time.
@IBRACORP
@IBRACORP 2 жыл бұрын
That's what we love to hear! Thanks for watching Bret
@darshanekbote8423
@darshanekbote8423 2 жыл бұрын
Hey buddy , I still need help with the setup , could you please help me
@evanmarshall9498
@evanmarshall9498 Жыл бұрын
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
@evanmarshall9498
@evanmarshall9498 Жыл бұрын
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?
@metalgie
@metalgie Жыл бұрын
I got this error from Redis logs (mkdir: cannot create directory '/bitnami/redis/data': Permission denied) how can i fix this?
@jonirish323
@jonirish323 Жыл бұрын
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.
@drtrdr23
@drtrdr23 2 жыл бұрын
Thanks for this i got everything working thanks to you guys
@darshanekbote8423
@darshanekbote8423 2 жыл бұрын
Hey buddy, I really need help with the setup, can you please help me
@bobzeknob
@bobzeknob Жыл бұрын
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
@shroomzzz
@shroomzzz Жыл бұрын
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!
@itdraak7531
@itdraak7531 Жыл бұрын
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?
@Equality-and-Liberty
@Equality-and-Liberty 2 жыл бұрын
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.
@Fluxzone90
@Fluxzone90 Жыл бұрын
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
@jean-sebastienfrenette5169
@jean-sebastienfrenette5169 2 жыл бұрын
Do you have a guide for MFA using Authelia? Like Google Authenticator and such instead of password?
@jonathans.8650
@jonathans.8650 2 жыл бұрын
I will try it this time.
@fulesmackofule
@fulesmackofule 7 ай бұрын
I came here for push notification configuration. Where can I find the API key in Duo? Thanks.
@VictorCaoCA
@VictorCaoCA 4 ай бұрын
@IBRACORP the all key generator is no longer in service. Is there a good alternative?
@TacPanini8578
@TacPanini8578 Жыл бұрын
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!
@mwp4600
@mwp4600 Жыл бұрын
I really like the music you use. Kind of matrix like.
@Subasically
@Subasically Жыл бұрын
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
@saltee8460
@saltee8460 Жыл бұрын
Thank you so much.
@cavepox
@cavepox Жыл бұрын
Thank You!
@digaum
@digaum Жыл бұрын
MVP
@abdullahiahmed3895
@abdullahiahmed3895 Жыл бұрын
Video for putting your own softs on or is that possible. I can softbox so would like to up load my own softs.
@svsuryaa5521
@svsuryaa5521 Жыл бұрын
Thanks mate
@roderickvanrhyn2073
@roderickvanrhyn2073 2 жыл бұрын
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.
@fulesmackofule
@fulesmackofule 7 ай бұрын
What is this editor? Pretty cool!
@BCM-jz2uh
@BCM-jz2uh 7 ай бұрын
The Website to generate 128 bit keys is down currently.
@nathanmcfarlane317
@nathanmcfarlane317 2 жыл бұрын
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.
@IBRACORP
@IBRACORP 2 жыл бұрын
Cheers Nathan! We have the written version already Live at docs.ibracorp.io under Authelia if you were interested 🙂
@sebastiaofernandes2372
@sebastiaofernandes2372 2 жыл бұрын
Amazing Guide! - you have shown how to use the YML file. Is there going to be a guide to show Openldap? or when are you going to update the documation to set up Openldap in unraid
@IBRACORP
@IBRACORP 2 жыл бұрын
Hi Sebastiao Fernandes, thank you for watching! We did OpenLDAP right here: docs.ibracorp.io/authelia/openldap 🙂
@Gex2501
@Gex2501 Жыл бұрын
I had to change the path from being empty "" to "authelia"...right after the port in the configuration.yml (path: "authelia")
@JamesDurand_TinMan
@JamesDurand_TinMan 7 ай бұрын
Just a quick note on hashing the password on the CLI, the way that was done in this video is _super_ risky as that command is now in the user's shell history which means someone could read that file and they now know all the passwords that you've generated in this way. It would be better to use something like `read -s ` to prompt for the password and write it to an environment variable and then put the environment variable into that Docker command. That way no passwords are getting saved in plain text.
@IBRACORP
@IBRACORP 7 ай бұрын
Thanks for the tip!
@pedritounodos
@pedritounodos Жыл бұрын
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
@arathas1979
@arathas1979 Жыл бұрын
thanks for the guide, once I got money I will signup to help you create more
@dorkonviser9854
@dorkonviser9854 2 жыл бұрын
Great guide! Thank you! Is it possible to make a short explanation of how to add Fail2Ban from Authelia? (They have an explanation but not for UNRAID and it is not easy to understand).
@linusgrip6400
@linusgrip6400 Жыл бұрын
Yes please do that! :)
@angelauditorerbs170
@angelauditorerbs170 Жыл бұрын
great hack, thanks you
@MR_GPU
@MR_GPU 2 жыл бұрын
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?
@IBRACORP
@IBRACORP 2 жыл бұрын
Done 🙂
@OwsleyLaws71
@OwsleyLaws71 2 жыл бұрын
Am I crazy or is the Unraid password hash command missing?
@waddoo1234
@waddoo1234 2 жыл бұрын
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.
@drewgi7543
@drewgi7543 Жыл бұрын
Late reply but you can try to clear your cookies for your server in general and that should help :)
@yannduranx
@yannduranx 2 жыл бұрын
Great tutorial. I always used to think what little I knew of Authelia was too complicated to warrant my time. I think this video has changed that! I also learned that it looks like I may have been pronouncing Redis wrong. I've been say "red-us" instead of "ree-dis". I also have one where I may be able to help out in return. For Adminer, you say "ad-my-na", whereas I think it may have been intended to be pronounced "ad-minna", as it it's an app to **admin** your database/users. So it's an ad-minna app to help you admin what needs to be admined. What do you think of my logic. One last thing, is there a photo of our dedicated host? I'd love to put an actual face to the voice. Is there somewhere we can see that?
@IBRACORP
@IBRACORP 2 жыл бұрын
You know Yann? I think your logic makes sense mate! By no means do I know how to pronounce everything as intended. Potato, tomato! Yes mate we are planning a video after 10K subs to introduce myself 🙂
@chrismcmillon1577
@chrismcmillon1577 9 ай бұрын
Meet with Redis regularly at work. Most of them say Redis, but they aren't picky about it. It was the first question I asked them.
@iamthe7yearold587
@iamthe7yearold587 2 жыл бұрын
Hello. Do you think you could make a tutorial on how to set up a public minecraft server using the cloudflare tunnel? Thanks!
@oldcrazyeye6482
@oldcrazyeye6482 2 жыл бұрын
Likely can't. Most game servers require open ports regardless so tunneling them is kinda pointless
@DrDingus
@DrDingus 2 жыл бұрын
What is the Traefik Subdomain label for authelia? I didn't see that setup in your Traefik tutorial
@IBRACORP
@IBRACORP 2 жыл бұрын
Have you checked the documentation? It is covered in that.
@carl_thunder
@carl_thunder 2 жыл бұрын
Great video! For the endpoint, do I paste that configuration into the proxy for the service in question, advanced, custom Nginx configuration section?
@IBRACORP
@IBRACORP 2 жыл бұрын
Correct!
@carl_thunder
@carl_thunder 2 жыл бұрын
@@IBRACORP fabulous! You guys are awesome. Thanks again for the incredible content!
@adfjasjhf
@adfjasjhf 2 жыл бұрын
Lovely tutorial. Will you do some tutorials for Always Free Oracle VPN with some apps like this? I think it's the best way to start learning selfhosting and configuration.
@hawks5196
@hawks5196 2 жыл бұрын
Great idea!
@MrSnyaify
@MrSnyaify 2 жыл бұрын
Not so good enough. To many problems with this. Especially with registration.
@adfjasjhf
@adfjasjhf 2 жыл бұрын
@@MrSnyaify Honestly I registered without any problem on the first try from EU. Grabbed VPS in Germany and I have the maxed ARM based machine for free tier.
@rush_and_crush
@rush_and_crush Ай бұрын
the website for generating 128Bit passwords is offline
@abderrahmanesarir2562
@abderrahmanesarir2562 2 жыл бұрын
i followed step by step, but got this error , level=error msg="Failure running the storage provider startup check: the encryption key is not valid against the schema check value"
@IBRACORP
@IBRACORP 2 жыл бұрын
Sounds like maybe you changed the encryption key? Once you have encrypted the data with one key, your not easily able to then change the key to something else
@dzablow
@dzablow 2 жыл бұрын
Where was this video when I used my snowday 2 days ago to setup authelia?
@IBRACORP
@IBRACORP 2 жыл бұрын
It was still being worked on by our team of spider monkeys
@lincolngaudreau
@lincolngaudreau 2 жыл бұрын
I've been having no end of troubles getting Authelia set up with the docker compose file whereas this video is using Unraid - is there a more detailed guide for using the compose file? The redis container is failing to start with 'exec /opt/bitnami/scripts/redis/entrypoint.sh: exec format error'
@IBRACORP
@IBRACORP 2 жыл бұрын
The written guide covers docker compose. Which platform are you trying to run this on? Sounds like maybe your trying to run it on an ARM device and I don’t believe bitnami has an ARM container build for redis
@MR_GPU
@MR_GPU 2 жыл бұрын
@@IBRACORP They don't, on my Pi I just removed Redis altogether.
@simonemastellonephotography
@simonemastellonephotography Жыл бұрын
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
@IBRACORP
@IBRACORP Жыл бұрын
Hi Simone we're working on latest config file and hope to have it up soon. But we strongly suggest checking Authelia official GitHub as they have example config file always updated
@simonemastellonephotography
@simonemastellonephotography Жыл бұрын
@@IBRACORP Tank you, i did but i have so many errors ,is crazy
@sufalofficial6772
@sufalofficial6772 Жыл бұрын
When I added the GMS it softed completely different than yours. Yours softed more like a real app, wNice tutorialle mine softed very
@WaarpZor
@WaarpZor 2 жыл бұрын
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 !
@IBRACORP
@IBRACORP 2 жыл бұрын
Depending on which reverse proxy you have you need to tell it pass through the original IP
@WaarpZor
@WaarpZor 2 жыл бұрын
@@IBRACORP i am using Nginx Proxy Manager with the entry point and end point script from your guides 😁
@khaliphathiane584
@khaliphathiane584 Жыл бұрын
I have setup authelia one factor is working but two factor doesn't. Is redis required for two factor?
@IBRACORP
@IBRACORP Жыл бұрын
Not 100% sure but since redis does store remembered information assume yes. E.g the remember me function may not work without redis either.
@khaliphathiane584
@khaliphathiane584 Жыл бұрын
@@IBRACORP Thanks that makes sense. I can add device but when I pur the code I don't get redirected
@chunkster29
@chunkster29 Жыл бұрын
Hi im getting the following error when trying to setup freeipa with autherlia time="2022-09-23T04:28:53+01:00" level=fatal msg="The following providers had fatal failures during startup: user" can't find any help online
@chunkster29
@chunkster29 Жыл бұрын
all sorted required extra dc= for co.uk
@daburger638
@daburger638 9 ай бұрын
@@chunkster29 where did you put your fix in the configuration file for this error? I currently have 2 errors. The one you faced above and the one below. Did you ever experience the below error as well? time="2023-10-14T23:30:01-07:00" level=error msg="Failure running the user provider startup check: error reading the authentication database:"
@shootinputin6332
@shootinputin6332 2 жыл бұрын
Adding a persistent volume for Redis causes Redis to not even start up. Logs "mkdir: cannot create directory '/bitnami/redis': Permission denied"
@IBRACORP
@IBRACORP 2 жыл бұрын
Create the directory first and apply permissions
@shootinputin6332
@shootinputin6332 2 жыл бұрын
@@IBRACORP Thanks. I went a different way about it. Since the container successfully created the folder, I just went into the share and changed the folder permissions. It is great that you access a shares folders and files within the UnRaid webui now.
@indrar359
@indrar359 2 жыл бұрын
@@IBRACORP hi ibracorp, sorry for dumb question, but im still dont get it, what permission ? when i check /opt/appdata/redis is exist with root permission,
@VictorCaoCA
@VictorCaoCA 2 жыл бұрын
@@indrar359 When you first follow the directions, Unraid will create /mnt/user/appdata/redis/bitnami. From there, you should manually create from bitnami the following folders: redis/data. So the entire path will be /mnt/user/appdata/redis/bitnami/redis/data. When I inspect the logs of the docker image, the image tries to create the subsequent folder. (/bitnami/redis/data), but for whatever reason it can't so you have to do it manually.
@sergey930
@sergey930 Жыл бұрын
I had the same issue, fixed it by setting permissions using Krusader, here is how: once Redis is installed, in Krusader right click on the "redis" folder >> Properties >> Permissions tab, in "Access Permissions" section set everything to "Can View & Modify Content".
@indrar359
@indrar359 2 жыл бұрын
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
@antonio638
@antonio638 2 жыл бұрын
you need to add: ecryption_key: a-super-long-key right under: storage:
@IBRACORP
@IBRACORP 2 жыл бұрын
Check out our written guides, they are always kept up to date. It’s hard to keep videos up to date with the bleeding edge updates
@ra1k_0
@ra1k_0 2 жыл бұрын
Nice
@IBRACORP
@IBRACORP 2 жыл бұрын
Thanks
@porshastalks
@porshastalks 2 жыл бұрын
how do i generate the storage key?
@IBRACORP
@IBRACORP 2 жыл бұрын
You create it yourself, you can use this tool: www.allkeysgenerator.com/
@DanielTolbertDev
@DanielTolbertDev Жыл бұрын
This is outdated now with the SWAG video... An update on how to use these with AUtoproxy would be pefect
@meccu19
@meccu19 2 жыл бұрын
But how to use it with SWAG? Nice guides, but hard to link with spaceinvader guides
@IBRACORP
@IBRACORP 2 жыл бұрын
We do things differently 🙂
@meccu19
@meccu19 2 жыл бұрын
@@IBRACORP any chance if you can publish one docker template in community apps ? For small donation )) I am dumb, don’t know how setup it myself
@graiden
@graiden 2 жыл бұрын
But is there any advantage on this over using it directly with SWAG?
@IBRACORP
@IBRACORP 2 жыл бұрын
Not sure what you mean by this? It can be used with SWAG or any other reverse proxy that is supported
@lukascpu
@lukascpu 2 жыл бұрын
I'll shoot question here - why mariadb and redis? For small deployment I might consider redis but mariadb is overkill, if someone runs this for home lab - means 1-3 users only gain from using mariadb/redis is statelessness and that's it... Previous tutorial was better in that case as it was separated - small deployment = sqlite/file backend and large deployment = ldap/mariadb/redis
@trix4462
@trix4462 Жыл бұрын
You never know how much you have in common with so people.
@gracemina4528
@gracemina4528 Жыл бұрын
Doesn’t tNice tutorials program cost like 100$ ?
@kshexpress4117
@kshexpress4117 Жыл бұрын
SO link is given below!!!
@egetasel3909
@egetasel3909 Жыл бұрын
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
@ljakeupl
@ljakeupl Жыл бұрын
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?
@twitch.sae7
@twitch.sae7 Жыл бұрын
Tutorial*
@bluesquadron593
@bluesquadron593 2 жыл бұрын
My comments keep disappearing...
@hawks5196
@hawks5196 2 жыл бұрын
KZfaq is really bad for that!! What are you trying to comment?
@bluesquadron593
@bluesquadron593 2 жыл бұрын
@@hawks5196 well, seems my answer is not appearing answering to your question either. Very strange.. I only used legit words..
@IBRACORP
@IBRACORP 2 жыл бұрын
Sorry to hear mate. KZfaq is terrible with comments. If only people knew how many get auto deleted. It's a real problem
@alejandromunozdelacruz9598
@alejandromunozdelacruz9598 Жыл бұрын
tho
@darshanekbote8423
@darshanekbote8423 2 жыл бұрын
Anyone who has accomplished this video successfully, please do reply me, Im still struggling. Thank you
@jasonsell7172
@jasonsell7172 2 жыл бұрын
You are not the only one. This is my 3rd video on it and I keep getting to the point where I should be able to load the initial page and all I get is "request header too large"
@ak137lg
@ak137lg 2 жыл бұрын
@@jasonsell7172 oh thank god thats exactly what im getting any luck so far? Edit: nvm i think its a chrome issue. I just tried Edge and its working fine
@Lonnie.G
@Lonnie.G 2 жыл бұрын
@@ak137lg you just saved me. was so frustrated but simply tried a different browser and it works! edit: i think the real issue is too many cookies for the domain in question (in my case just my server IP) causes the header to be too large. clearing cookies would likely fix it without switching browsers too though I didn't test that
@Stopinvadingmyhardware
@Stopinvadingmyhardware 2 жыл бұрын
What?
@IBRACORP
@IBRACORP 2 жыл бұрын
Hello?
@hawks5196
@hawks5196 2 жыл бұрын
Where?
@physicsguy1240
@physicsguy1240 Жыл бұрын
Do the basics first, if it would be easy, everyone would do it
@enissay9950
@enissay9950 Жыл бұрын
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
@ChadE1020
@ChadE1020 Жыл бұрын
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.
@donza6261
@donza6261 Жыл бұрын
Thank you a lot
@ChadE1020
@ChadE1020 Жыл бұрын
@@donza6261 happy it helped
@markbarker289
@markbarker289 Жыл бұрын
Ran into this as well, your suggestion got it going. Thank you!
@Ruuustyy_
@Ruuustyy_ 4 ай бұрын
when i use the CLI "Docker run --rm authelia/authelai:latest authelia hash-password 'yourpassword' " it returns with error: unknown command "hashpassword" for "authelia"
@soana65
@soana65 4 ай бұрын
Same here. Error: unknown command "hash-password" for "authelia" BTW the following command worked for me: $ docker run authelia/authelia:latest authelia crypto hash generate argon2 --password 'password'
@Ruuustyy_
@Ruuustyy_ 4 ай бұрын
@@soana65 okay thank you I'll give that a try when I am free
Discover Traefik v2.6+ Installation Tips with Authelia
43:31
IBRACORP
Рет қаралды 87 М.
Simple Self-Hosted Security with Authelia
20:42
apalrd's adventures
Рет қаралды 12 М.
Clowns abuse children#Short #Officer Rabbit #angel
00:51
兔子警官
Рет қаралды 79 МЛН
Sigma girl and soap bubbles by Secret Vlog
00:37
Secret Vlog
Рет қаралды 14 МЛН
Ouch.. 🤕
00:30
Celine & Michiel
Рет қаралды 12 МЛН
Authentik: How to Install with Docker and Why You Should
15:11
Secure authentication for EVERYTHING! // Authentik
39:50
Christian Lempa
Рет қаралды 139 М.
2 Factor Auth and Single Sign On with Authelia
25:22
Techno Tim
Рет қаралды 140 М.
THE TOOL to Centralize ALL Your Apps and Servers | Teleport
27:53
Simplified LDAP Setup using FreeIPA on Unraid & Fedora
38:09
IBRACORP
Рет қаралды 30 М.
Bitwarden: The Best Selfhosted Password Manager?
28:54
IBRACORP
Рет қаралды 35 М.
Save Terabytes of Disk Space Using H265 & Tdarr
35:39
Spaceinvader One
Рет қаралды 175 М.
Quick and Easy Local SSL Certificates for Your Homelab!
12:08
Wolfgang's Channel
Рет қаралды 727 М.
iPhone socket cleaning #Fixit
0:30
Tamar DB (mt)
Рет қаралды 17 МЛН
low battery 🪫
0:10
dednahype
Рет қаралды 1,3 МЛН
Новые iPhone 16 и 16 Pro Max
0:42
Romancev768
Рет қаралды 2,2 МЛН