Carter Roeser
Carter Roeser
@DanialNikbin I just ported over the File Manager into a plugin for HWI available [here](https://github.com/cdgco/vh-fm). There are some small changes I plan to make in the future, and I just...
@DanialNikbin Sorry, I realized after I went to bed last night that I forgot to update the instructions. In order to give the server write permissions, you need to use...
I can move it to a different section in the menu, but seeing as it's an external app, I feel like it makes sense to place it under apps.
There is currently no system in place to accomplish that. You can edit the `manifest.xml` file in the `fm` directory and change `section` to `apps`, `administration`, or `account`, but there...
The menu is generated in the `includes/includes.php` file under the function `primaryMenu($l4, $l5, $a2)` where `$l5` is the path to the root of HWI.
Any connection to the HestiaCP filesystem requires active authentication. If you are the only one using the file manager, and don't care about storing your password in plain text, you...
I'll take a look, but I wasn't experiencing that yesterday, and I used the exact same package and version that HestiaCP uses for their file manager.
I noticed that my system is prepending files with 2 lines. I updated the package and tried editing the configuration but coundn't find any solution. I believe it may have...
Try changing `session_set_cookie_params(['samesite' => 'none']);` to `ini_set('session.cookie_samesite', 'None');` at the top of `login.php` and seeing if that works. If that doesn't work, try removing the `samesite` tag altogether. Chrome changed...
That makes sense. I didn't realize that Firestore was newer, I'll look into converting my app to use Firestore in that case. Thanks.