aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorMichael McVady <femtonaut@gmail.com>2023-02-25 13:32:49 -0600
committerMichael McVady <femtonaut@gmail.com>2023-02-25 13:32:49 -0600
commit100bd1f5c9d1788e956660499e4cf96ef121c1c5 (patch)
treed7b361058a487329b40745b1b23346b117b9e4e7 /README.md
parent174907730bd2175bddc896cb6484918e2e5064f5 (diff)
Hack in PATCH `/posts` endpoint
Diffstat (limited to 'README.md')
-rw-r--r--README.md13
1 files changed, 7 insertions, 6 deletions
diff --git a/README.md b/README.md
index 3965f47..6e6e3bb 100644
--- a/README.md
+++ b/README.md
@@ -4,7 +4,7 @@ An attempt to reimplement flog, using the [kore.io](https://kore.io) framework.
## Running
-```
+```sh
make fetch-dependencies
docker compose up
```
@@ -14,7 +14,7 @@ docker compose up
To run locally modify `conf/clog.conf`, comment out `root /var/chroot/` and uncomment
the `skip chroot` section:
-```
+```conf
privsep worker {
runas clog
@@ -26,7 +26,7 @@ privsep worker {
Maybe disable `seccomp_tracing` in `conf/clog.conf` if running into problems:
-```
+```conf
seccomp_tracing no
# seccomp_tracing yes
```
@@ -35,8 +35,9 @@ seccomp_tracing no
`psql` and load `db/db.sql`, `db/data.sql` for `db/data.sql`.
-
## TODO
-* Have `tests.py` load and drop database.
-* only do HTTP stuff at the edge.
+1. Have `tests.py` load and drop database.
+1. ~Only do HTTP stuff at the edge.~
+1. `PUT`/`PATCH`? posts.
+1. pagination