Skip to content

tuladhar/kamal

 
 

Repository files navigation

Kamal: Deploy web apps anywhere

Fork of Kamal with enhanced Dockerfile to add CLI binaries for supported password managers.

Name Binary Path Version
1Password /usr/local/bin/op 2.30.0
Bitwarden /usr/local/bin/bw 2024.9.0
LastPass /usr/bin/lpass 1.3.3

Note

While enchancement PR is pending review, feel free to use the below unofficial Docker image from my repository.

docker pull ptuladhar/kamal:latest
$ docker run -it --entrypoint sh ptuladhar/kamal:latest
/workdir # lpass --version
LastPass CLI v1.3.3.GIT
$ /workdir # op --version
2.30.0
$ /workdir # bw --version
Could not find dir, "/root/.config/Bitwarden CLI"; creating it instead.
Could not find data file, "/root/.config/Bitwarden CLI/data.json"; creating it instead.
2024.9.0

License

Kamal is released under the MIT License.

About

Deploy web apps anywhere.

Resources

License

Code of conduct

Contributing

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Ruby 97.7%
  • Dockerfile 1.2%
  • Shell 1.1%