Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
 into main
  • Loading branch information
jrodrigv committed Apr 16, 2021
2 parents e894cd2 + 316d0e1 commit 85f0021
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 4 deletions.
11 changes: 10 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
<p align="center">
<a href="https://paypal.me/jrodrigv"><img src="https://img.shields.io/badge/paypal-donate-yellow.svg?style=flat&logo=paypal" alt="PayPal"/></a>
<a href="https://dev.azure.com/jrodrigv/Personal/_build/latest?definitionId=6&branchName=main"><img src="https://dev.azure.com/jrodrigv/Personal/_apis/build/status/jrodrigv.OfCourseIStillLoveYou?branchName=main" alt="Azure Devops"/></a>
</p>

# OfCourseIStillLoveYou

KSP mod to display hullcam cameras views on different GUI inside or outside the game using a Desktop app and Server app.
Expand Down Expand Up @@ -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 :)
Take a look to this video tutorial :) (TBD)
6 changes: 3 additions & 3 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -167,13 +167,13 @@ 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
(Build.ArtifactStagingDirectory)/OfCourseIStillLoveYou_osx_v1.0.$(Build.BuildId).zip
title: 'OfCourseIStillLoveYou v1.0.$(Build.BuildId)'
releaseNotesFilePath: '$(Build.SourcesDirectory)\ReleaseNotes.md'
isDraft: true
addChangeLog: false
addChangeLog: false

0 comments on commit 85f0021

Please sign in to comment.