Initial docs, ported scripts from picknplay

This commit is contained in:
2026-02-24 21:15:43 +01:00
commit f3e3178f2f
8 changed files with 703 additions and 0 deletions

View File

@@ -0,0 +1,23 @@
@{
ProjectPath = "..\RpgRoller\RpgRoller.csproj"
Configuration = "Release"
Runtime = "win-x64"
PublishDir = "%TEMP%\RpgRoller-publish"
SelfContained = $false
WinScpPath = "C:\Users\frank\AppData\Local\Programs\WinSCP\WinSCP.com"
RemoteDir = "/httpdocs/rpgroller"
BasePath = "/rpgroller"
FtpHost = "xTr1m.com"
FtpUser = "xTr1m"
RecycleAppPool = $true
AppPoolName = "xTr1m.com(domain)(4.0)(pool)"
WinRmComputer = "xTr1m.com"
WinRmCredentialUser = "Administrator"
UseWinRmHttps = $true
WinRmAuth = "Basic"
RunEfMigrations = $false
RemoteSitePath = "C:\Inetpub\vhosts\xTr1m.com\httpdocs\rpgroller"
}