ソースを参照

Updated port number, no need for admin privs.

master
Josh Mudge 4年前
コミット
9f32b08beb
  1. 5
      All/Sign Using OV Cert.md
  2. 2
      All/server.go

5
All/Sign Using OV Cert.md

@ -149,5 +149,10 @@ You can find more information about how this works at the source: https://stacko
## WIP: Service
```
SCHTASKS /Create /RU SYSTEM /SC ONSTART /TN "A Go Web Server" /TR "C:\Users\Josh\.local\opt\serviceman\bin\serviceman.A Go Web Server.exe"
```
Service: https://docs.microsoft.com/en-us/powershell/module/microsoft.powershell.management/new-service?view=powershell-6
Credential seems to be what makes it admin or not: https://docs.microsoft.com/en-us/powershell/module/microsoft.powershell.management/set-service?view=powershell-6

2
All/server.go

@ -18,7 +18,7 @@ import (
func main() {
port := flag.String("p", "8100", "port to serve on")
port := flag.String("p", "80", "port to serve on")
directory := flag.String("d", ".", "the directory of static file to host")
flag.Parse()

読み込み中…
キャンセル
保存