-
Notifications
You must be signed in to change notification settings - Fork 0
Description
Again, thanks @CrispStrobe for this project!
Any chance of getting Docker support for this? I would like to run your WebDav server 24x7 on my homelab Proxmox server. (I was previously using the official container until Internxt disabled CLI access.)
As an example, here is the official client: https://github.com/internxt/cli/blob/main/Dockerfile
Also, it would be great for this case if you could add support for the various config options as ENV VAR's, especially adding support for an OTP token (rather than just a single 6-digit OTP code) so the container could generate new codes indefinitely. See the example in the official Dockerfile.
As another reference, I also previously used this Docker container (which has OTP token support) until Internxt released their official one: https://github.com/ne0ark/Internxt-CLI
Thanks!