[GH-ISSUE #1] SSH Credentials for VirtualBox Image #3

Closed
opened 2026-02-27 15:54:24 +03:00 by kerem · 3 comments
Owner

Originally created by @c360e5f1 on GitHub (Mar 29, 2017).
Original GitHub issue: https://github.com/RD17/ambar/issues/1

Hi, I was able to download the VirtualBox image for Ambar but ran into some issues configuring it and getting it to work.

I'm putting it on my server behind an Apache web server so it's hosted with a proxypass directive on a custom hostname.

However, it's trying to hit the API on port 8004 with it's IP address, which looks like it's configurable by editing the apiURL.txt file on the container.

However, I can't gain access to the container to edit the apiURL file. Easiest would be the SSH credentials.

Originally created by @c360e5f1 on GitHub (Mar 29, 2017). Original GitHub issue: https://github.com/RD17/ambar/issues/1 Hi, I was able to download the VirtualBox image for Ambar but ran into some issues configuring it and getting it to work. I'm putting it on my server behind an Apache web server so it's hosted with a proxypass directive on a custom hostname. However, it's trying to hit the API on port 8004 with it's IP address, which looks like it's configurable by editing the apiURL.txt file on the container. However, I can't gain access to the container to edit the apiURL file. Easiest would be the SSH credentials.
kerem closed this issue 2026-02-27 15:54:24 +03:00
Author
Owner

@sochix commented on GitHub (Mar 29, 2017):

Hello @pengc99!

The VM credentials is:

login - administrator
password - 1a2a3aambar

To make it work you need to edit docker-compose.local.yml.

  • First of all, stop Ambar instance sudo ./ambar.sh stop
  • Open docker-compose.local.yml and find the following:
 frontend:
    environment:
      api: http://192.168.56.222:8004
    image: repo.rdseventeen.com:443/ambar-frontend:latest
    ports:
    - 80:80
    restart: always

Replace the http://192.168.56.222:8004 with your address.

  • Start Ambar instance sudo ./ambar.sh start

Hope it helps!

P.s. we'll release docker setup very soon

<!-- gh-comment-id:290018708 --> @sochix commented on GitHub (Mar 29, 2017): Hello @pengc99! The VM credentials is: login - `administrator` password - `1a2a3aambar` To make it work you need to edit `docker-compose.local.yml`. * First of all, stop Ambar instance `sudo ./ambar.sh stop` * Open `docker-compose.local.yml` and find the following: ``` frontend: environment: api: http://192.168.56.222:8004 image: repo.rdseventeen.com:443/ambar-frontend:latest ports: - 80:80 restart: always ``` Replace the `http://192.168.56.222:8004` with your address. * Start Ambar instance `sudo ./ambar.sh start` Hope it helps! _P.s. we'll release docker setup very soon_
Author
Owner

@c360e5f1 commented on GitHub (Mar 29, 2017):

Thanks! I'll give it a shot when I get home from work.

Any plans to integrate the client completely over port 80/443 so it doesn't try to make API calls over other ports?

<!-- gh-comment-id:290048157 --> @c360e5f1 commented on GitHub (Mar 29, 2017): Thanks! I'll give it a shot when I get home from work. Any plans to integrate the client completely over port 80/443 so it doesn't try to make API calls over other ports?
Author
Owner

@sochix commented on GitHub (Mar 30, 2017):

Any plans to integrate the client completely over port 80/443 so it doesn't try to make API calls over other ports?

For now, not

<!-- gh-comment-id:290327090 --> @sochix commented on GitHub (Mar 30, 2017): > Any plans to integrate the client completely over port 80/443 so it doesn't try to make API calls over other ports? For now, not
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/ambar#3
No description provided.