No description
  • C# 64.9%
  • HTML 25.1%
  • CSS 6.7%
  • Dockerfile 3.3%
Find a file
Dirk Kok 92ecaeeafb
All checks were successful
Deploy Frontend / build-and-push-image (push) Successful in 12s
Deploy Frontend / trigger-update (push) Successful in 3s
PROPERLY encode using AbsoluteUri
2026-04-24 15:03:40 +02:00
.forgejo/workflows fix syntax error 2026-03-04 10:58:13 +01:00
ArtGallery.Frontend PROPERLY encode using AbsoluteUri 2026-04-24 15:03:40 +02:00
ArtGallery.Generator clean up csprojs 2026-04-24 12:16:54 +02:00
.dockerignore fix dockerfile 2025-07-12 22:43:26 +02:00
.gitignore initial commit 2025-06-29 14:56:29 +02:00
ArtGallery.sln add workflow files to solution 2025-07-23 12:16:07 +02:00
LICENSE Create LICENSE 2025-07-28 23:03:14 +02:00
README.md Create README.md 2025-08-28 10:11:21 +02:00

ArtGallery

A simple frontend showing off art along with artist information, grouped by year or by artist.

For an active deployment, see https://art.foxite.me

ArtGallery.Frontend

The Razor app which serves the frontend. It reads a json file and references images stored on an external server (such as nginx).

ArtGallery.Generator

Scans a directory and produces a json file for Frontend to consume. It can also produce thumbnails for each image.