-
-
Notifications
You must be signed in to change notification settings - Fork 271
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to install Former2 on private hosted VM having webserver #356
Comments
Hey @vadiraj-prahalad, Check out HOSTING.md for information on this. tl;dr host this repo on any web server (Apache, nginx, etc.) and tweak the helper to allow it to talk to whatever endpoint you're hosting on, if it's not localhost. |
@iann0036 Thank you, I was able to setup. As per the documentation, I have added AmazonS3ReadOnlyAccess policy for the IAM user, however strangely I could not see any S3 buckets getting listed in the UI. |
Hey @vadiraj-prahalad, Have you installed the browser extension? That'll be required for the majority of services (due to a lack of CORS). |
Hi @iann0036 Yes, I have installed the plugin. |
The "Loading" screen stays and do not load any S3 buckets |
Thanks for confirming. When doing this, are there any errors in your console logs? On Chrome, you can find those in View > Developer > JavaScript Console. Also, if you're self-hosting and not using 127.0.0.1 or localhost, you'll need to customize the helper extension per the HOSTING document. |
Hello @iann0036, Thank you for your response. Attached is the issue which coming up in Developer Console of the browser. FYI: root@fb8693ae1f9f:/usr/share/nginx/html# find / -name 'manifest.json' However i am not able to configure the manifest.json file after logging into the running container. Please find the above code snippet from the container. Could you please help here |
Hey @vadiraj-prahalad, That does look like the web application is still not using the extension correctly. You need to clone the Former2 Helper repository (https://github.com/iann0036/former2-helper) then configure the manifest.json file per the instructions in HOSTING.md. Note that this is not the same repository as what is hosted within the Docker container - the only change within the Docker container files is to set the new CHROME_HELPER_EXTENSION_ID. To be clear, if you see network traffic towards any *.amazonaws.com endpoint on the locally hosted website, the extension is not working for you. |
Hello @iann0036 , Reviving this issue, now using alternate option of hosting on webserver ( not using container ) Steps performed
As per the documentation in HOSTING.md which states Load the extension by visiting chrome://extensions, clicking the "Load unpacked" button and selecting the chrome/ directory. Since the app server with Project is installed in Linux server, how to browse from Windows 11 Could you please help here Thanks, |
Hello Team,
Is there a documentation on how to install the Former2 on Private VM having Webservers running.
OS Type : RHEL8
The text was updated successfully, but these errors were encountered: