anselor
anselor
@kotfu I think, going back to @kmvanbrunt's point on moving commands into CommandSets, we can move settables into a CommandSet. This opens the door for these types of behavior to...
@Tux12Fun probably minor, can you take a look?
I just ran into a similar issue using self-signed certs hosted by a local CA in my home LAN. Assuming your docker host has the proper certs registered, you can...
@dhardyuk Yeah, spinning on restart is what I was seeing too. I dug that error out of the docker logs.
Trying to get my Synology box to request the cert is my real goal yesterday. I wasn't able to get it to work with step-ca so I thought I'd try...
@dhardyuk ok, I know this isn't the right forum but I don't know how else to share this with you. I finally managed to get my Synology box to get...
It appears this PR may address the last point: https://github.com/hoarder-app/hoarder/pull/416
@MohamedBassem I don't think this is resolved. The docker compose file still needs updates to pick up the host environment's certificate store.
@MohamedBassem The problem isn't it serving https. The problem is it refuses to connect to an authentication server with https because it doesn't use the system root certificate store. When...
This has been re-fixed in the code but was merged right after the last release so is still unavailable. It looks like there was a new nightly build 2 days...