Short term goal would be to support configuration of the path (as per other configuration through environment variables).
This function would need to be modified:
|
defp chrome_path do |
|
case :os.type() do |
|
{:unix, :darwin} -> |
|
"/Applications/Google\ Chrome.app/Contents/MacOS/Google\ Chrome" |
|
|
|
{:unix, _} -> |
|
"/usr/bin/google-chrome" |
|
end |
From early testing, Chromium was fully compatible.
Short term goal would be to support configuration of the path (as per other configuration through environment variables).
This function would need to be modified:
chroxy/lib/chroxy/chrome_server.ex
Lines 347 to 354 in a1997bd
From early testing, Chromium was fully compatible.