BililiveRecorder/BililiveRecorder.Web
雷宇辰 050226fdcc
chore: set UseAppHost to false when publishing
* CI: make `any` fully platform unspecific [38ab47c]

As https://docs.microsoft.com/en-us/dotnet/core/deploying/deploy-with-cli points out, dotnet >3.1 will produce a platform-specific executable by default unless set UseAppHost=false

* chore: set UseAppHost to false when publishing [0fbfb10]

Co-authored-by: genteure <genteure@gmail.com>
2022-08-31 11:33:40 +08:00
..
Api Web: Save config to file when changed 2022-07-08 21:13:00 +08:00
embeded feat(web): improve file browser & fix url not escaped correctly 2022-08-30 20:59:49 +08:00
Graphql Web: fix config version 2022-04-03 20:43:38 +08:00
Models feat: add option to save stream cover/thumbnail 2022-08-27 18:07:09 +08:00
Properties Add Web API 2022-04-02 21:02:29 +08:00
appsettings.Development.json Add Web API 2022-04-02 21:02:29 +08:00
appsettings.json Add Web API 2022-04-02 21:02:29 +08:00
BasicAuthCredential.cs Cli: Add HTTP Basic Auth 2022-06-08 00:15:05 +08:00
BasicAuthMiddleware.cs feat(web): make webui work at any base path 2022-08-27 10:19:07 +08:00
BililiveRecorder.Web.csproj chore: set UseAppHost to false when publishing 2022-08-31 11:33:40 +08:00
BililiveRecorderDirectoryFormatter.cs feat(web): improve file browser & fix url not escaped correctly 2022-08-30 20:59:49 +08:00
BililiveRecorderFileExplorerSettings.cs CLI: Add file browser toggle 2022-06-08 00:58:08 +08:00
DynamicHtmlController.cs feat: update webui 2022-08-27 21:17:06 +08:00
FakeRecorderForWeb.cs feat: add stream started desktop notification 2022-08-25 18:43:23 +08:00
Program.cs Add Web API 2022-04-02 21:02:29 +08:00
Startup.cs feat(web): make webui work at any base path 2022-08-27 10:19:07 +08:00