Everything posted by Sycotix
-
[Support] IBRACORP - All images and files
You can find my new in depth video up now on our channel. Perfect for beginners:
-
[Support] IBRACORP - All images and files
Hi there and welcome to unRAID! This can often happen because of permissions applied by unRAID/Docker. One the ways I combat this is using the Krusader container from the App Store. It allows you to view/edit your files and have full permissions. So I would install Krusader then when you open it, navigate to your appdata folder (mnt/user/appdata/authelia) and simply delete the config file. On your Windows 10 machine, once you've finished creating your config file just copy it into the appdata folder for Authelia. It should keep the right permissions so you can continue editing and saving as you go. Just be really careful in Krusader that you DO NOT delete or move anything accidentally. Always make sure you are accessing the user share folder like above and not any of the disk folders. There might be a more elegant solution but it works.
-
** GUIDE ** How to configure Cloudflare on your unRAID server with NGINX Proxy Manager
- [Support] IBRACORP - All images and files
My pleasure- [Support] IBRACORP - All images and files
Created and tested mate, seems to work for me. I've just put it on Github so give it a few hours then check app store- [Support] IBRACORP - All images and files
Hi Sohail thanks for the feedback mate that's very much appreciated. I can look into it and if it's a quick one shouldn't be hard to get a template up- How To Publish Docker Templates to Community Applications on unRAID
Thanks for the extra info Squid much appreciated. Glad I could put something out there, I'll dig deeper as we go along since in also always learning.- [Support] IBRACORP - All images and files
Thank you mate appreciate that. Cheers- [Support] IBRACORP - All images and files
Great thanks for that- [Support] IBRACORP - All images and files
I'm not too sure how much the redis or mariadb would impact it. It's more likely the NGINX config, another user has reported the same issue (https://github.com/ibracorp/authelia/issues/3) but for the life of me I don't see why- [Support] IBRACORP - All images and files
Thank you again, appreciate you coming back here to report it. Indeed, the issue was the JIRA template had Authelia repository linked. Should now be fixed, if you could confirm that would be great. Changes should take effect within 2 hours.- [Support] IBRACORP - All images and files
Thank you, fixed now- How To Publish Docker Templates to Community Applications on unRAID
- [Support] IBRACORP - All images and files
Thank you for this. I will update the conf file to address this issue going forward.- [Support] IBRACORP - All images and files
Possible cookie issue? No real answer for you at this time from me never tested with Safari but are cookies being saved?- [Support] IBRACORP - All images and files
I have created a walkthrough guide video to help those who need it:- [Support] IBRACORP - All images and files
Just wishing to let everyone know of our YouTube channel, where we'll be making videos, including Authelia. We already have some videos up if you're interested and if you enjoy please subscribe to help us out. Thank you Link: https://bit.ly/3q39SJO- [Support] IBRACORP - All images and files
Glad you got it. The rules can be sensitive so test them as you add them until you're sure of them- [Support] IBRACORP - All images and files
Check your YML config file as well as Unraid for the port setting.- [Support] IBRACORP - All images and files
2. YOURPASSWORD is whatever you like. Obviously the more secure, the better. Just make sure it's the same in your Authelia config. 3-5. If you don't want Authelia to test for SMTP, you need to set "disable_startup_check: true". Source: https://www.authelia.com/docs/configuration/notifier/ I would recommend you actually just use SMTP such as Gmail (or your own). Because if you like it, you will need to set it up anyway.- [Support] IBRACORP - All images and files
Probably the funniest and most accurate thing I've read hahah And yes great recommendation, the startup order is critical and I've got almost 15-30 secs delay between each container depending what it is.- [Support] IBRACORP - All images and files
I agree with you it is 'easier'. However the reason it's not wise is because it's not as reliable as having a dedicated database to store the information. While I understand most small deployments would be fine using the built-in SQL, I would not recommend it (and Authelia also doesn't recommend it) outside of a test environment. When you're happy with it, I suggest launching a mariadb or MySQL database and following our instructions, it's really easy.- [Support] IBRACORP - All images and files
I have updated the Git page. Better formatting and better information thanks to everyone's input. Cheers- [Support] IBRACORP - All images and files
I know I;m a little late but just wanted to say thank you for sharing this. Certainly makes sense to use the variables and I did not realise at the time. I have updated the Protected Endpoint conf to match now. As for the using the container name, I haven't been able to test it yet so I will keep it as is but your comment will help those who want to change it. Thanks again- [Support] IBRACORP - All images and files
Have you tried going to directly to the sub domain you setup for Authelia? i.e. auth.example.com? After logging in and having a valid session this should work. In any case, I have added your instructions to the Git page (crediting you of course). Thank you for coming back with a solution! - [Support] IBRACORP - All images and files