James Chapman ba5766f9d5
All checks were successful
Docker Image CI / build (push) Successful in 8m8s
Update to .NET 10 preview
2025-03-11 23:32:27 +00:00
2023-07-23 20:00:53 +01:00
2025-03-11 23:32:27 +00:00
2025-03-11 23:32:27 +00:00
2023-11-04 12:55:55 +00:00
2025-03-11 23:32:27 +00:00
2024-07-07 23:47:41 +01:00

Groceries

An application for (manually) tracking your grocery shopping habits.

Installation

A pre-built image is available at git.jamsch0.dev/jamsch0/groceries. The default configuration can be found in config.ini once the volume has been created.

Example usage:

$ docker run -d -p 8080:80 -e LANG=en_GB TZ=Europe/London -v ./groceries:/config git.jamsch0.dev/jamsch0/groceries

Configuration

Groceries uses a PostgreSQL database. The PostgreSQL connection is configured by setting the Database key in the config file:

# config.ini
Database = "Host=127.0.0.1;Username=groceries;Password=password;Database=groceries"

The application will attempt to create the database if it doesn't already exist.

Description
An application for (manually) tracking your grocery shopping habits.
Readme 294 KiB
Languages
HTML 49.6%
C# 31%
CSS 13%
JavaScript 4.9%
Dockerfile 0.8%
Other 0.7%