Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New script: Dotnet ASP.NET Web Server #1501

Merged
merged 10 commits into from
Jan 16, 2025

Conversation

kris701
Copy link
Contributor

@kris701 kris701 commented Jan 15, 2025

🛠️ Note:
We are meticulous about merging code into the main branch, so please understand that pull requests not meeting the project's standards may be rejected. It's never personal!
🎮 Note for game-related scripts: These have a lower likelihood of being merged.


✍️ Description

I have made a script that sets up all you need to run a dotnet 9 ASP.NET web server.
Static content is served by nginx.
It also creates a FTP server in the container, that makes it so you can publish your project from Visual Studio on another computer.


🛠️ Type of Change

Please check the relevant options:

  • Bug fix (non-breaking change that resolves an issue)
  • New feature (non-breaking change that adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change unexpectedly)
  • New script (a fully functional and thoroughly tested script or set of scripts)

✅ Prerequisites

The following steps must be completed for the pull request to be considered:

  • Self-review performed (I have reviewed my code to ensure it follows established patterns and conventions.)
  • Testing performed (I have thoroughly tested my changes and verified expected functionality.)
  • Documentation updated (I have updated any relevant documentation)

@kris701 kris701 requested a review from a team as a code owner January 15, 2025 12:00
@github-actions github-actions bot added new script A change that adds a new script website A change to the website labels Jan 15, 2025
@kris701 kris701 changed the title Added files New script: Dotnet ASP.NET Web Server Jan 15, 2025
kris701 and others added 3 commits January 15, 2025 15:29
Co-authored-by: Michel Roegl-Brunner <73236783+michelroegl-brunner@users.noreply.github.com>
Changed the service name to a static one
@MickLesk MickLesk closed this Jan 16, 2025
@MickLesk MickLesk reopened this Jan 16, 2025
@MickLesk
Copy link
Member

sorry we need to reopen this because an workflow build error

@MickLesk MickLesk closed this Jan 16, 2025
@MickLesk MickLesk reopened this Jan 16, 2025
@MickLesk MickLesk closed this Jan 16, 2025
@MickLesk MickLesk reopened this Jan 16, 2025
@MickLesk MickLesk closed this Jan 16, 2025
@MickLesk MickLesk reopened this Jan 16, 2025
@MickLesk MickLesk merged commit 258b1bd into community-scripts:main Jan 16, 2025
20 of 25 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
new script A change that adds a new script website A change to the website
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants