aboutsummaryrefslogtreecommitdiff
path: root/readme.md
blob: 2ea03f7739a65b8ffa8f9d72d979114c45eeadbe (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Strichliste v2

A _simpler_ trust based ledger.

The entire application is contained within `strichliste.lua`. This script
implements CGI. It was tested against Lua version 5.4.7. Application data is
stored in a number of files in the process working directory (See below).

The repository also contains a configuration file for the
[gnix http server](https://codeberg.org/metamuffin/gnix) (`gnix.yaml`) which is
useful for development or proxyless deployments.

## Data Files

- `log` stores the transaction log as CSV (`time,user,amount,comment`)
- `products` stores the product list as CSV (`barcode,price,name`)
- `config` stores configuration parameters as ESV (`key=value`)
  - `transaction_sound`: URL to sound played when creating a transaction