-
I've installed a 256G SSD in my UDM Pro and I've deployed this project on that drive.
Here's the command I use to start the container:
podman run -d --net=host --restart always \
--name nt…
-
I'm probably doing something wrong, but I tried following the simple startup and I'm getting:
```
realpath: /home/admin/.tus.json: No such file or directory
./tusc.sh: line 84: $TUSFILE: ambiguous …
-
My TUS server implementation use a token base authentication. I have to fill my token in a dedicated HTTP Header.
How can I do that with tusc?
-
**Describe the bug**
After upgrade from 1.8.0 to 1.8.2-10 (and also from 1.8.2-10 to 1.8.3-2) the onboot service was wiped and not reloaded
**To Reproduce**
Steps to reproduce the behavior:
1. H…
-
Firstly, great job. This is awesome!
Can you please provide an example of how to use authentication (username and password) on the tusd server ( I believe this is now done using hooks) and how this…
-
@tusc I wanted to say thanks for the NTP docker build you did, but i think they locked that thread over at the unifi site.
couldn't figure out a way to msg you there. so just wanted to drop a note to…
-
Reference - https://groups.google.com/forum/#!searchin/grpc-io/ssl$20arpit%7Csort:date/grpc-io/TUsC_MTIv2U/oRhuDxWaBgAJ
### What version of gRPC and what language are you using?
1.10.0/C++
I…
-
```
# docker login docker.io
Authenticating with existing credentials...
Existing credentials are valid. Already logged in to docker.io
# docker pull tusc/ntopng-udm:latest
Trying to pull docker.…
-
Geolocation support is not enabled, please follow the instructions in the documentation to enable it.
https://github.com/ntop/ntopng/blob/dev/doc/README.geolocation.md
Not sure how much cha…
-
It is a docker best practice to keep the image as minimal as possible. It would be great to build all these binaries and then copy them over to a fresh image. Here is a very simple example
https:…