@Jonathan Lahijani - not sure if this is what you are looking for, but all Tracy's settings can be overridden in config.php like:
$config->tracy = [
'outputMode' => 'development',
'guestForceDevelopmentLocal' => true,
'forceIsLocal' => true,
];
Not sure if those are the exact options you want, but hopefully that approach works for you.
Hello,
This is the closest but also not being maintained: https://processwire.com/talk/topic/22665-module-imagereference-pick-images-from-various-sources/
Not a media manager, but it can fulfill certain requirements: https://processwire.com/modules/process-media-lister/ and "combined" with this https://processwire.com/talk/topic/29985-file-mover/ they can fulfill even more requirements. Not being overly complex, Robin will probably be able to update these whenever needed. That's an advantage....
Yes I already send a PM to kongondo asking where to download the latest version of the Media Manager. This module still looks very promising. But on the website https://mediamanager.kongondo.com/ neither a documentation nor a download link is available.
I think Media Manager is in the process of being open sourced? I think this is a module worth polishing and it's the closest to a media manager solution I can think of.