Ian Kidd

Results 18 comments of Ian Kidd

Have you looked to see if there are any changes necessary to make to your docker setup here with the changes that have been applied regarding venv and sqlite?

I'm seeing how that goes. I'm currently manually applying your updates to my branch, bring the docker-compose down and up again, and seeing if it propagates/rebuilds the image without breaking...

Docker is basically a static image of an operating system. You expose some ports (51820) and maybe folders (like /etc/wireguard). You can refresh it by rebuilding the image or just...

I had mainly done this as a self-contained WG group without NAT for use as a gateway. If you're using my dockerized repo, please raise an issue there so I...

Should be able to make an issue now.

There is definitely work to do on that, I wanted to have the entry point script to init the app and install updates instead of doing it in the build...

You might be right. I'll fix that.

If you do integrate via the Auto Add above, you don't need to save the book when the dialog pops up, it will have already been imported when the temp...

Any chance that key could be referenced by path in the sshwifty.conf.json file instead of having to be pasted in as a line-breaked string? I used `awk 'NF {sub(/\r/, "");...

My apologies, I downloaded a bare version of the conf file without the comments in it, just went by the example Presets in it, and missed seeing that as an...