aboutsummaryrefslogtreecommitdiff
path: root/readme.md
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2024-10-30 13:50:17 +0100
committermetamuffin <metamuffin@disroot.org>2024-10-30 13:50:17 +0100
commit1e26f265496380b3b20e17d47795d853a707a6c0 (patch)
treef292cfc6104814b8857acf0f23a5f25474f515e4 /readme.md
parenta2c773b04c6a261ea16840e94c4a74666d0b4645 (diff)
downloadabrechenbarkeit-1e26f265496380b3b20e17d47795d853a707a6c0.tar
abrechenbarkeit-1e26f265496380b3b20e17d47795d853a707a6c0.tar.bz2
abrechenbarkeit-1e26f265496380b3b20e17d47795d853a707a6c0.tar.zst
readme
Diffstat (limited to 'readme.md')
-rw-r--r--readme.md11
1 files changed, 11 insertions, 0 deletions
diff --git a/readme.md b/readme.md
new file mode 100644
index 0000000..9c7205a
--- /dev/null
+++ b/readme.md
@@ -0,0 +1,11 @@
+# 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. The "database" will be
+written to a file named `log` in the working directory.
+
+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.