diff options
Diffstat (limited to 'TO_FIX.md')
-rw-r--r-- | TO_FIX.md | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/TO_FIX.md b/TO_FIX.md new file mode 100644 index 0000000..e3a2b3e --- /dev/null +++ b/TO_FIX.md @@ -0,0 +1,11 @@ +TODO: +can log_file be written to? +add systemd unit? + +root_relative parameter is not needed, should be able to tell if a path is relative or not by the first character. +gmi.pl needs to accept an arguemnt, where the config.toml is located. + +default's root is relative to working_dir which is bad behavior. + +remove magic numbers +redirection bug where path = /share/dir, redirection says '30 share/dir/' resulting in '/share/share/dir/' |