Made some upgrades (auto free port, open in def. browser)#1
Open
gorangrubic wants to merge 8 commits intoTheCodeCleaner:masterfrom
Open
Made some upgrades (auto free port, open in def. browser)#1gorangrubic wants to merge 8 commits intoTheCodeCleaner:masterfrom
gorangrubic wants to merge 8 commits intoTheCodeCleaner:masterfrom
Conversation
…ctions (in Program.cs and Configuration.cs) - added default demo content for the site
- introduced doDisableLogFiles - added license headers
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Hello Bro!
I've upgraded some stuff in my fork - here's from readme:
Supports multiple instances running as it is able to auto detect unused port and reassign it if the one from the configuration is already served. This is controllable from: Configuration.doAutoSelectUnusedPort
Automatically opens the index.html of the hosted site, with default OS web browser (Win, iOS, Linux - supported). This is controllable from: Configuration.doAutoOpenDefaultBrowser
Log files creation is now possible to turn off from configuration This is controllable from: Configuration.doDisableLogFiles
Added sample site content (actually Bootstrap 4 Scrolling Nav template)
Added licence headers in the files
This is my first pull request in life, and first actual fork of someone's project :) so I'm not sure if I done something inappropriate (e.g. the licence headers stuff - check it, I've added your info on a way looked logical to me, but let me know on any objection/suggestion from your side), but I'm sure now the HostMe is a bit more powerful :)
Looking forward for your feedback!
Live long and prosper!