Windows PDB self-service symbol server by Golang and Vuejs.
The web portal has integrated with Windows Azure AD OAuth Authorization.
Replace the correct AppID/AppKey and RedirectURI in the config.ini
.
[base]
SYMSTORE_EXE = "C:\Program Files (x86)\Windows Kits\8.1\Debuggers\x86\symstore.exe"
BUILD_SOURCE = "Z:\BuildServer"
DESTINATION = "D:\\SymbolServer"
LATEST_BUILD = latestbuild.txt
EXCLUDE_LIST = vc120.pdb,zlib10.pdb
DEBUG_ZIP = debug.zip
LOG_PATH =
[app]
CLIENT_ID = <Your AppId> # Windows Azure AD Application ID
CLIENT_KEY = <Your AppKey> # Application Key
REDIRECT_URI = http://localhost:8010/api/auth/authorize # Windows AD OAuth redirect URL
GRAPH_SCOPE = https://graph.microsoft.com/User.Read
Golang
go build
Vuejs
# web src folder
cd web
# install dependencies
npm install
# build for production with minification
npm run build
GoSymbols serve