Camnomis

Members
  • Posts

    35
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

Camnomis's Achievements

Noob

Noob (1/14)

1

Reputation

  1. I have been pointed to this plugin from Fix Common Problems, as I have some shares which are set to be protected but files / folders exist on unprotected pool. I have installed and read the Dynamix File Manager PDF but I can't see where this plugin will help with my problem, as the move files only allows me to move things between shares not pools. Am I missing something obvious?
  2. Thanks, that worked and the raid is being rebuilt now
  3. I can reboot from the GUI, it just gets to the same stage where I can spin everything down but it won't let me stop the array
  4. Had a series of power cuts and I am now suffering the consequences, the system is two parity disks and three data disks. The server has rebooted and all VM's/dockers etc are working. However one parity disk and one data disk is showing an error "device is disabled, contents emulated" Both pass SMART tests but I can't stop the array to try and replace the disks, or rebuild over them, as I get a constant error "ARARRY STOPPING; RETRY UNMOUNTING DISK SHARE" How would I go about resolving this?
  5. Scrap that, looks like it was a bug that has been fixed in 4.36.1 https://github.com/authelia/authelia/issues/3621 Guess I will have to wait until the image is updated
  6. Looks like a recent update has broke something in the configuration.yml, when I try to start Authelia I get the following error message Has anyone else looked at this yet, or do I need to dive into the change logs
  7. Me again, has anyone installed Full text search Full text search - Elasticsearch Platform Full text search - Files I am getting mixed messages if it need to be installed as just the three apps listed or if it needs a whole seperate docker container etc.
  8. I have Nextcloud setup, and I think it's working, however the unraid share that I have allocated to the docker container seems to be completly open for all nextcloud accounts, anything in someones nextcloud can be viewed by anyone who has access to the share? Is this by design?
  9. Is anyone using Nextcloud and Authelia? I have Authelia setup so that when ever I access on an internal network it bypassess login, when I am away I need to login with 2FA, this all works perfectly when I use Nextloud through the webclient but I'd like to see if it's possible to bypass authelia when logging in with a mobile client or similar. For other services like Valutwarden I could configure authelia to bypass any requests coming via an API but it looks like the Nextcloud app is just a skinned version of the webinterface as everything seems to be requesting the standard URLs for access. I know Nextcloud has the ability to have its own 2FA but for ease I would prefer to use Authelia as that has already been configured with LDAP as has Nextcloud. Is what I am asking for possible?
  10. Hello, I have Authelia and Freeipa working nicely, the only thing I can't seem to work out is what would be the best way to handle password resets? Most of my users will be outside the network so will have to come through authelia to authenticate, but although the forgot password option on authelia seems to send out a reset request to their email address the logs show this then a reset is tried: Is it possible to reset an LDAP password through Authelia? EDIT: Ignore that, had to change from ldap to ldaps in the configuration.yml
  11. I know this should technically be posted in Application Support but forgive me as I didn’t want to limit myself to posting in the docker, plug-in or VM forum and pre judge a solution without exploring all the options. I have a pretty basic set up, UNRAID with a mix of VMs and Docker applications, including Nginx and Authelia so the applications are available from the internet. With Authelia I have 2FA set up and it works fine, no problems what so ever. However my Authelia config is such that anyone on an internal network doesn’t need 2FA, again this works fine however there is a small situation where if internally I use the IP address it bypasses 2FA but if I use the url configured in the proxy it asks for 2FA. I know this happens because the CNAMEs are all configured in Cloudflare so any requests goes to them and then comes back into my network via the public IP from my ISP so is not considered to be internal. I know I can get round this by updating local host files to point to the NPS address rather, and this works a great, however this workaround isn’t available on mobile devices etc, so I need something to handle the internal DNS, but looking at the options they are all way too complicated for my limited understanding, ideally I’d like something similar to the Cloudflare solution with a simple GUI to allow me to add half a dozen addresses and their respective internal IP address. Can anyone recommend a solution?
  12. Awesome! I am making my own life difficult but having an unraid share connected to a VM, and then sharing a folder as a network share from the VM to another machine!
  13. But can a single unraid share be presented to more than one VM so they can both access the share at the same time?
  14. Thanks for the help in this thread, I’ve got NPM with Authelia for 2FA and I’m really happy with the set up, only a small niggle is that when I try to access the UNRAID host via an NPM address it’s coming up with a 502 bad gateway, I can access via IP so I’m guessing it’s something in NPM which is causing the issue.
  15. Secondly What would I do for these entries in the Endpoint Config for a service I am using which is not containerised? set $upstream_CONTAINERNAME $forward_scheme://$server:$port; proxy_pass $upstream_CONTAINERNAME;