Hello all, first time caller. Building a server with podman quadlets and am hitting a wall trying to pass a secret to the container and successfully log in. Pihole is set up with a Environment=WEBPASSWORD_FILE=/etc/pihole/webpassword
sort of way of passing it in. Does SilverBullet also have a similar way to pass it in as a file?
Figured it out!
printf admin:password | podman secret create silverbullet_user -
Then add this to the containers section:
Secret=silverbullet_user,type=env,target=SB_USER
Works like a charm.