ASP.NET Core server application for selfhosted Google Photos clone (see: obsidian-app)
Go to file
Curle b8da68566f Add a standard ASP.NET Core 2.2 WebApp.
All the files here were made by running the command
dotnet new webApp -o obsidian --no-https

HTTPS will be enforced net<->user by IIS, not by the web app itself.
2019-07-22 00:28:50 +01:00
Pages Add a standard ASP.NET Core 2.2 WebApp. 2019-07-22 00:28:50 +01:00
Properties Add a standard ASP.NET Core 2.2 WebApp. 2019-07-22 00:28:50 +01:00
wwwroot Add a standard ASP.NET Core 2.2 WebApp. 2019-07-22 00:28:50 +01:00
.gitignore Initial commit 2019-07-18 16:37:21 +01:00
appsettings.Development.json Add a standard ASP.NET Core 2.2 WebApp. 2019-07-22 00:28:50 +01:00
appsettings.json Add a standard ASP.NET Core 2.2 WebApp. 2019-07-22 00:28:50 +01:00
obsidian.csproj Add a standard ASP.NET Core 2.2 WebApp. 2019-07-22 00:28:50 +01:00
Program.cs Add a standard ASP.NET Core 2.2 WebApp. 2019-07-22 00:28:50 +01:00
README.md Initial commit 2019-07-18 16:37:21 +01:00
Startup.cs Add a standard ASP.NET Core 2.2 WebApp. 2019-07-22 00:28:50 +01:00

obsidian-web

ASP.NET Core server application for selfhosted Google Photos clone (see: obsidian-app)