update readme

This commit is contained in:
xenia 2024-04-23 18:40:11 -04:00
parent e85f1c42c5
commit 083377210b
1 changed files with 5 additions and 5 deletions

View File

@ -96,16 +96,16 @@ the service user and group
## packages documentation
### `ghidra_headless`
### [`ghidra_headless`](./default.nix)
a variant of ghidra built with a headless openjdk, intended to reduce closure size for server
operation
### `ocamlPackages.xlog`
### [`ocamlPackages.xlog`](./pkgs/ocaml/xlog)
logging for cats, in ocaml: <https://git.lain.faith/haskal/xlog>
### `pythonPackages.feedvalidator` or `feedvalidator`
### [`pythonPackages.feedvalidator` or `feedvalidator`](./pkgs/python/feedvalidator)
the W3C atom/RSS feed validator library, <https://github.com/w3c/feedvalidator>
@ -133,7 +133,7 @@ feedvalidator --base "https://my-base-url/atom.xml" path/to/atom.xml
## lib documentation
### `fetchFromSteam`
### [`fetchFromSteam`](./lib/fetchsteam)
a fetcher that downloads binaries from [Steam](https://store.steampowered.com/) using
[DepotDownloader](https://github.com/SteamRE/DepotDownloader). this is intended for game servers
@ -160,7 +160,7 @@ pkgs.fetchFromSteam {
}
```
### `mkNginxServer`
### [`mkNginxServer`](./lib/dev-nginx)
creates a shell script that launches nginx in the foreground as the current user. the nginx is
configured to run an http server on `localhost:8080` with the given `siteConfig`