summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2017-11-13Merge pull request #3 from bavery22/FixSoftLinkSebastien D1-1/+1
Fix case where ~/.ssh/id_rsa.pub is a softlink
2017-11-13Fixed injection error with ngx-cookie package v1.0.1.v0.3.4Sebastien Douheret2-2/+2
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
2017-11-10Fix case where ~/.ssh/id_rsa.pub is a softlinkbrian avery1-1/+1
Some users may have the default id_rsa/id_rsa.pub be a softlink to one of a set of rsa keys. In this case, the cp would result in a dangling softlink in the container and the startup fails. Adding a -L to the cp command results in copying whatever the softlink points to into the container, which seems like the desired behaviour. Signed-off-by: brian avery <brian.avery@intel.com>
2017-10-19Fix ssh command when execited with a wget pipev0.3.3Sebastien Douheret1-3/+3
2017-10-19Support case when .ssh and default key dont exist.Sebastien Douheret1-5/+6
2017-10-19Fix warnings detected by shellcheck.Sebastien Douheret1-22/+18
2017-10-19Fix: piped execution of script failedForlot Romain [IoT.bzh]1-1/+1
2017-10-19Fixed auto detection of versionSebastien Douheret1-5/+5
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
2017-10-19Fix docker images detection on Redhat like distro.Sebastien Douheret1-2/+3
2017-10-17Bump v0.3.2v0.3.2Sebastien Douheret1-1/+1
2017-10-17Create xds-project.conf file on folder creation.Sebastien Douheret1-0/+22
2017-10-17Delete folders on disk (Server side and for Syncthing folder only)Sebastien Douheret1-1/+10
2017-10-17Update doc links for xds-agent installationSebastien Douheret1-2/+3
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
2017-10-17Improved docker creation script.Sebastien Douheret1-18/+55
- detect uid/gid conflict - add -id option - improved help - cleanup invalid container on error (unless -nc option is set)
2017-10-17Fixed default syncthing local port numberSebastien Douheret1-1/+1
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
2017-10-16Bump v0.3.1v0.3.1Sebastien Douheret1-1/+1
2017-10-16Fixed xds systemd user serviceSebastien Douheret3-10/+33
2017-10-12xds-server is now start as user systemd service.Sebastien Douheret2-7/+6
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
2017-10-12Add --volume option support.Sebastien Douheret1-9/+23
Also removed useless volume (residual settings of AGL SDK container)
2017-10-12Used non default syncthing port to avoid confict.Sebastien Douheret5-5/+5
2017-10-12Fix ssh credential copy where hostname cannot be resolvedSebastien Douheret1-3/+3
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
2017-10-12Default service to be started by current user.Romain Forlot1-1/+0
As well as use the same scheme that for etc/ Change-Id: I2e133f8a394546b8d51668e193d408065cdf5e81 Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
2017-09-25Cosmetic fixSebastien Douheret2-1/+5
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
2017-09-22Allow to run xds-server without syncthing support.Sebastien Douheret2-16/+105
To disable synchting support, just don't declare "syncthing": {...} section in config.json file.
2017-09-22Set default syncthing path.Sebastien Douheret2-3/+15
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
2017-09-21Disable compiler optimizations and inlining for debugging.Sebastien Douheret1-3/+6
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
2017-09-21Move docs into xds-docs repo (published on http://docs.automotivelinux.org)Sebastien Douheret1-329/+5
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
2017-09-18Fix syncthing binary path detection.Sebastien Douheret4-15/+26
2017-09-14Allow to install sdks from local file when iot download site is not availableSebastien Douheret1-1/+2
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
2017-09-14Dynamically retrieve docker image name/versionSebastien Douheret1-11/+23
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
2017-09-13Update message to download & install xds-agent.Sebastien Douheret2-10/+36
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
2017-09-13Bump to 0.3.0Sebastien Douheret1-1/+1
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
2017-09-13Set same uid and gid inside and outside dockerSebastien Douheret1-16/+34
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
2017-09-13Auto retrieve docker image tagSebastien Douheret1-0/+10
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
2017-09-13Set install dir to /opt/AGL and move conf to $HOME/.xds-serverSebastien Douheret14-140/+117
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
2017-09-13Add packaging files used by OBS.Sebastien Douheret5-6/+30
xds-server is now packaging in OBS: https://build.opensuse.org/package/show/isv:LinuxAutomotive:app-Development/agl-xds-server Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
2017-09-12Fixed notes about docker user id setupSebastien D1-2/+6
2017-09-12Add note in README about docker user idSebastien D1-0/+19
If you plan to use path-mapping sharing type for your projects, you need to have the same user id and group id inside and outside docker.
2017-08-31Update container creation command line in README.Sebastien D1-1/+1
2017-08-30Bump docker container version to 4.0 and update doc.Sebastien Douheret2-7/+11
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
2017-08-30Fixed again freeze when iot.bzh website is not accessiblev0.2.2Sebastien Douheret1-7/+7
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
2017-08-30Set default xds-agent port matching the default agent settingSebastien Douheret1-1/+1
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
2017-08-30Remove Windows package generation (not supported)Sebastien Douheret1-3/+3
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
2017-08-30Clarify shell commands location (host versus in docker)Sebastien Douheret1-49/+83
2017-08-30Prevent script freeze when iot.bzh website is not accessible.Sebastien Douheret1-0/+7
2017-08-29Bump version v0.2.1Sebastien Douheret1-2/+3
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
2017-08-29Fixed path convertion/mapping for in/out and for command args.Sebastien Douheret4-16/+79
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
2017-08-26Fixed build error in Typescript 2.x and RxJS 5.xv0.2.0-betaSebastien Douheret1-2/+3
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
2017-08-26Merge remote-tracking branch 'origin/wip'Sebastien Douheret57-836/+2529
2017-08-25Always open global config when an error existsSebastien Douheret2-5/+5
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>