Dom
Dom
OK I made progress: The URL for the user_external is wrong in setup/nextcloud.sh The script creates: ``` https://github.com/nextcloud-releases/user_external/releases/download/v2.1.0/user_external-v2.1.0.tar.gz ``` But it should be: ``` https://github.com/nextcloud/user_external/releases/download/vv2.1.0/user_external-v2.1.0.tar.gz ``` changing the setup/nextcloud.sh script...
OK the original URL in setup/nextcloud.sh is correct for the 3.0.0 of user_external but not for the earlier ones. I would love to do a pull request but I am...
@petertayloruk That is exactly what happened to me. While this is open you have to manually edit the url in setup/nextcloud.sh before running the setup script. Also make sure you...
You can just create a dotted alias that sends to the non-dotted alias.
This is implemented but not in the GUI and not documented. Lets say your domain is https://billling.domain.com. You have a company called example and you wan the client domain be...
I second this. I am coming from Mac using Alfred for years and Alfred has a simple checkbox: Clear input on close [ ]. It keeps the last input, when...
Yes, it would be great. However meanwhile just edit your composer.json file so it includes the "repositories" section pointing to this git repo and then add "binaryage/firelogger" to your "require"...