franzinc

Results 15 comments of franzinc

Is this a dead project? I ask, because the binary downloads are giving me 404's. That is, everything on this page: https://github.com/andreaskoch/allmark/blob/develop/bin/download.md And, only the first issue has a comment...

I'm 100% sure this is not the problem because the file in `$HOME` had stuff in it. I had `set -x` just after the `exec`'s and the last command, that...

I'll play around and see if I can make a reproducible test case.

Thanks. We will look into it.

I haven't been able to get Sly to work at all with Allegro. I'm using 10.1 and the Git (HEAD on master) version. I see the `CL-USER> ` prompt and...

We're looking now at better link support. I'm not sure if hard link support will be included, but definitely symbolic link support will (better than what we have now).

I'm pretty certain the problem is this: the user the service runs as doesn't have permission in the NT filesystem to access the files/directories in question.

@jp-bennett I'm curious about the statement _Wireguard ticks a lot of the design requirements that fwknop had_. Can you elaborate on that? I've been a user of fwknop for a...

Information added to the [documentation](http://franz.com/agraph/docker/) on data volumes. @carueda the host volumes only work on Linux and that's not our market for this. Mac and Windows are, and they don't...

@arademaker I misspoke. The example @carueda gave, which was `-v /my/data/dir:/data` will not work on Mac or Windows. This use of `-v` is mapping a local directory to be available...