mirror of
https://github.com/RD17/ambar.git
synced 2026-04-25 15:35:49 +03:00
[GH-ISSUE #1] SSH Credentials for VirtualBox Image #3
Labels
No labels
$$ Paid Support
bug
bug
enhancement
help wanted
invalid
pull-request
question
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/ambar#3
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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.
@sochix commented on GitHub (Mar 29, 2017):
Hello @pengc99!
The VM credentials is:
login -
administratorpassword -
1a2a3aambarTo make it work you need to edit
docker-compose.local.yml.sudo ./ambar.sh stopdocker-compose.local.ymland find the following:Replace the
http://192.168.56.222:8004with your address.sudo ./ambar.sh startHope it helps!
P.s. we'll release docker setup very soon
@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?
@sochix commented on GitHub (Mar 30, 2017):
For now, not