Commit graph

10 commits

Author SHA1 Message Date
Rasmus Karlsson
fa4b60d9d3 Update example config FileDir to /var/www/jaf/
As discussed in this PR: https://github.com/leon-richardt/jaf/pull/2
2022-08-14 13:26:17 +02:00
Leon Richardt
3b247a932f
Merge pull request #1 from leon-richardt/ref/check-file-existence
ref: check file existence instead of keeping in-memory set
2022-06-21 18:18:35 +02:00
Leon Richardt
9ca7b2a898
ref: check file existence instead of keeping in-memory set
The benefit of keeping all managed file names in memory instead of
checking on demand does not outweigh the increased memory usage.
Additionally, this method allows users to manually move files into the
served directory without fearing they might be overwritten by jaf.
2022-06-21 17:28:07 +02:00
Leon Richardt
bcd34a7a33
dev: add go.mod file
Not surprisingly, it is pretty simple since there are no dependencies.
2021-05-26 21:14:33 +02:00
Leon Richardt
bb8cb748d9
doc: subdivide "Configuration" section 2020-10-29 10:14:11 +01:00
Leon Richardt
9cd60561e2
doc: add usage instructions to README 2020-10-29 10:12:55 +01:00
Leon Richardt
6e9346e741
doc: add license 2020-10-27 23:22:22 +01:00
Leon Richardt
2fc0dd23d0
doc: add README 2020-10-27 23:19:06 +01:00
Leon Richardt
19576ac602
ref: remove debug output 2020-10-27 17:24:10 +01:00
Leon Richardt
2b9de72507
initial commit 2020-10-27 17:18:07 +01:00