diff --git a/README.md b/README.md index b166723..b3ca738 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,8 @@ +
+ # OfCourseIStillLoveYou KSP mod to display hullcam cameras views on different GUI inside or outside the game using a Desktop app and Server app. @@ -25,6 +30,10 @@ KSP mod to display hullcam cameras views on different GUI inside or outside the * Mod: Inside the mod folder there is a settings.cfg file with the endpoint and port. * Execute the OfCourseIStillLoveYou.Server.exe first, then OfCourseIStillLoveYou.DesktopClient.exe and finally start KSP +## Running the server as a Docker Container +* Pull the image *docker pull jrodrigv/ofcourseistillloveyou:server_v1.0* +* Create a new container - example overriding endpoint to listen everything and from port 5000: *docker run -d -p 192.168.0.14:5000:5000 ofcourseistillloveyou.server:v1.0 --port 5000 --endpoint 0.0.0.0* + ## Mod usage -Take a look to this video tutorial :) \ No newline at end of file +Take a look to this video tutorial :) (TBD) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 2c49041..bdde394 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -167,8 +167,8 @@ steps: repositoryName: 'jrodrigv/OfCourseIStillLoveYou' action: 'create' target: '$(Build.SourceVersion)' - tagSource: 'gitTag' - tagPattern: 'v1.0.$(Build.BuildId)' + tagSource: 'userSpecifiedTag' + tag: 'v1.0.$(Build.BuildId)' assets: | (Build.ArtifactStagingDirectory)/OfCourseIStillLoveYou_win_v1.0.$(Build.BuildId).zip (Build.ArtifactStagingDirectory)/OfCourseIStillLoveYou_linux_v1.0.$(Build.BuildId).zip @@ -176,4 +176,4 @@ steps: title: 'OfCourseIStillLoveYou v1.0.$(Build.BuildId)' releaseNotesFilePath: '$(Build.SourcesDirectory)\ReleaseNotes.md' isDraft: true - addChangeLog: false + addChangeLog: false \ No newline at end of file