Commit graph

16 commits

Author SHA1 Message Date
Leon Richardt
df690928a7
Merge pull request #2 from pajlada/feat/add-dockerfile
Add Docker support
2022-08-14 13:34:12 +02:00
Rasmus Karlsson
e945a57a55 Create default FileDir directory in Dockerfile 2022-08-14 13:29:12 +02:00
Rasmus Karlsson
5cec67bfdb Add port publishing with some documentation 2022-08-14 13:29:12 +02:00
Rasmus Karlsson
ae33975668 Rename docker-publish workflow jobs 2022-08-14 13:29:12 +02:00
Rasmus Karlsson
728e6452b3 Add Docker support
Instructions for how to build & use it added to README.md

Add GitHub workflow to publishing the docker image to the
GitHub Container Repository
2022-08-14 13:29:12 +02:00
Leon Richardt
6cb1b09386
Merge pull request #3 from pajlada/chore/update-example-filedir
Update example config FileDir to `/var/www/jaf/`
2022-08-14 13:27:34 +02:00
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