No description
  • C# 66.6%
  • HTML 23.8%
  • CSS 6.4%
  • Dockerfile 3.2%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
Dirk Kok e739edd6ad
All checks were successful
Deploy Frontend / build-and-push-image (push) Successful in 27s
Deploy Frontend / trigger-update (push) Successful in 9s
fix when artist.Socials is null and rss is enabled
2026-07-31 19:41:31 +02:00
.forgejo/workflows fix syntax error 2026-03-04 10:58:13 +01:00
ArtGallery.Frontend fix when artist.Socials is null and rss is enabled 2026-07-31 19:41:31 +02:00
ArtGallery.Generator explicitly ignore json files 2026-06-18 22:25:51 +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 fix workflow file paths 2026-06-17 18:39:09 +02:00
docker-compose.yml fix when artist.Socials is null and rss is enabled 2026-07-31 19:41:31 +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.