Mark Topper
Mark Topper
Is it possible to use Mailgun incoming webhooks to trigger new tickets, comments and so on?
It would be nice if the script allowed headlessly deletion of users by name. Maybe like `MENU_OPTION=2 CLIENT="foo" ./openvpn-install.sh` For now I just do this: ``` CLIENT="foo" cd /etc/openvpn/easy-rsa/ ||...
**Describe the bug** No biggie, just a helpful information to the checks that can help future installs, I spent a few minutes like "wtf" figuring this out cause I didn't...
It seems that the RenatoMarinho\LaravelPageSpeed\Middleware\CollapseWhitespace middleware trims whitespaces from inside a <textarea></textarea> input. Detailed description Lets say you have a textbox with the following: <?php echo "Hello world!"; ?> comes...
It would be awesome if there was a process checker that could check the process on a set of remote servers. This would also fix the issues when dealing with...
``` Argument 2 passed to Illuminate\Mail\MailServiceProvider::setGlobalAddress() must be of the type array, object given, called in vendor/laravel/framework/src/Illuminate/Mail/MailServiceProvider.php on line 58 ``` It happens that sometimes the `mail` configuration is by...
It will be possible to do some hook lookups. ``` $search = Hooks::search('Foobar') // Search for `Foobar` ->tag('voyager') // Find only hooks with the `voyager` tag ->orderBy('downloads') ->get(); $hooks =...
When clicking `Add Hook` it should show the most popular hooks, and it should be able to search for hooks. Requires that https://github.com/larapack/hooks/issues/3 is done first.
It would be great if it could become possible to collapse the menu into a burger-like menu when the visitor is on smaller screens.
__Work in progress__, do not merge!