ASP.NET Core server application for selfhosted Google Photos clone (see: obsidian-app)
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
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.
5 years ago
Pages Add a standard ASP.NET Core 2.2 WebApp. 5 years ago
Properties Add a standard ASP.NET Core 2.2 WebApp. 5 years ago
wwwroot Add a standard ASP.NET Core 2.2 WebApp. 5 years ago
.gitignore Initial commit 5 years ago
Program.cs Add a standard ASP.NET Core 2.2 WebApp. 5 years ago
README.md Initial commit 5 years ago
Startup.cs Add a standard ASP.NET Core 2.2 WebApp. 5 years ago
appsettings.Development.json Add a standard ASP.NET Core 2.2 WebApp. 5 years ago
appsettings.json Add a standard ASP.NET Core 2.2 WebApp. 5 years ago
obsidian.csproj Add a standard ASP.NET Core 2.2 WebApp. 5 years ago

README.md

obsidian-web

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