Everything posted by Sycotix
-
[Support] IBRACORP - All images and files
@awediohead not sure why discord isn't letting you chat? I'll look into it. To answer your question, if the port is already in use by different app just use a random one one digit up or down if you like. It can't be the same one because the other app is using it and unraid won't let you anyway.
-
[Support] IBRACORP - All images and files
You need to use latest configuration.yml on my Git or the official Git. Mine has FreeIPA LDAP otherwise either will work.
-
[Support] IBRACORP - All images and files
Hi all! I have now updated the configuration.yml file for Authelia on Git. The new file is a replica of the latest official one with a lot of new changes and also customized ready for use with FreeIPA. Enjoy
-
[Support] IBRACORP - All images and files
Thanks guys I have been notified that Authelia was updated. I will update the template files on GitHub
-
[Plugin] Mover Tuning
Exactly the answer I needed. I thought something was going wrong my setup because each time I pressed it manually nothing would move. But this makes total sense since my threshold is at 70%.
-
[Support] IBRACORP - All images and files
Thank you for the support His! Really appreciate it mate. Yeah we lost power in the one week I decided to take a break away from home. Murphy's Law aye? So if that's the case, are you bridging the VM in Unraid? Could also be DNS maybe? Seeing as though my instructions are for using the VM with a FQDN. To be honest I don't know for sure with so many variables but that's seems odd. Having freeipa as a seperate machine is always preferable in reality. But who here really runs a corporation in their home.
-
Warning: Unraid Servers exposed to the Internet are being hacked
Great tips!
-
[Support] IBRACORP - All images and files
Yeah that sucks mate sorry I can't be much help on this one. You can try specifically listing the path in your rules like it says in the official docs in the example section down the page (https://www.authelia.com/docs/configuration/access-control.html) Otherwise might be a question for Emby or the Authelia team
-
[Support] IBRACORP - All images and files
there's your issue. You don't have the correct rules in your Authelia config file. Reading this it looks like you are unauthorised. Try adding a rule for that subdomain if you haven't or you can cover all subdomains with a wildcard such as *.example.com. Here's an example config file I made: https://github.com/ibracorp/authelia/blob/master/configuration.yml Let us know what you find
-
[Support] IBRACORP - All images and files
That's okay, we were all beginners at some point. So usually if an app has a API endpoint this method shown will allow the authentication to be skipped for the API, but if someone was to log in directly still be presented with the sign in for say Authelia or Organizr. I tried looking it up for Emby but can't confirm if it allows API access. From what I can see you need to actually log in. I could be wrong, but that's all I know sorry. I don't use Emby personally. You should provide the logs from Authelia. You can do this in Unraid by clicking the Docker container for Authelia and selecting Logs.
-
[Support] IBRACORP - All images and files
My pleasure thank you!
-
[Support] IBRACORP - All images and files
Thanks for watching my videos, appreciate it. For the first issue I'm not entirely sure but it could be that a header needs to be forwarded on? I'm currently using Organizr Auth for Ombi so can't test it right this second. The second issue is because your API path is being blocked by Authelia. Please watch my Organizr Auth video to undertand how to circumvent this for API paths. The video is about Organizr but the principle and the method is exactly the same:
-
[Support] IBRACORP - All images and files
Interesting. Sure I can do that, not sure where you're based but I'm in Melbourne. PM me and we'll post back with a solution for others
-
[Support] IBRACORP - All images and files
Haven't seen this issue before mate. Maybe worth blowing the cachet container away and trying again? As long as the database is reachable by network there should be no issues, I've tested it again to make sure. Are both containers in the same network type in unraid?
-
[Support] IBRACORP - All images and files
Check your Authelia config file and comment out or fix the TOTP part.
-
[Support] IBRACORP - All images and files
Added Cachet template to CA store. As well as the URL plugin. Video will be coming out soon on our site first so check it out
-
[Support] IBRACORP - All images and files
@everyone very important news here. If I could ask for ten minutes of your time please consider checking it out: https://ibracorp.io/dear-members/
-
[Support] IBRACORP - All images and files
Glad to hear it
-
[Support] IBRACORP - All images and files
Just uploaded the latest template from IBRACORP. Ghost - with SMTP and MariaDB mappings thanks to Bitnami and their amazing images. Big credit to Bitnami. Hope this template will be an asset to the community. Cheers EDIT: found some issues with the template. Now fixed, please wait for about one hour for the changes to come across to CA store EDIT 2: Again, had to fix some template issues. Just waiting for the next CA update to pull it.
-
[Support] IBRACORP - All images and files
Hi @gizmerthanks for the feedback, glad to help. So yeah with the API stuff I'm going to do a video on that because it comes up a lot. Keep an eye on the YouTube channel and you'll see it come up if subscribed. I'll end up putting it here too
-
[Support] IBRACORP - All images and files
Hate to ask mate, but this question comes up a lot, have you watched my videos covering this? It's mostly a config error in NGINX Proxy Manager (if using)
-
[Support] IBRACORP - All images and files
Hey mate thank you very much for sharing. If you could do a pull request that would be awesome. Not too sure what they do either but with the wide array of apps people publish it can be helpful as it doesn't cover everything.
-
[Support] IBRACORP - All images and files
Haha no problem at all. I know it can be a pain but once you've got the hang of it it'll be worth it. Enjoy
-
[Support] IBRACORP - All images and files
Your backend file config is not correct. It needs to look like this: file: path: /config/users_database.yml password: algorithm: argon2id iterations: 1 key_length: 32 salt_length: 16 memory: 1024 parallelism: 8 You have entered a password after the 'password:' line. The passwords are saved in the actual backend file only.
-
[Support] IBRACORP - All images and files
Glad to hear it! You just taught me something too! Enjoy