Sign inSign up

grayhunter/teampass

By grayhunter

Updated about 6 years ago

Docker image of Teampass password manager with fixed API access

Image
0

462

grayhunter/teampass repository overview

docker-teampass

Docker image of Teampass password manager with fixed API access

Based of Teampass version 2.1.27.36

Teampass is a Collaborative Passwords Manager - https://teampass.net, https://github.com/nilsteampassnet/TeamPass

Based on teampass/teampass image, but with fixed API access:

RUN sed -i "/^}/i \
  location /api/ {\
          try_files $uri $uri/ /api/index.php?$args;\
  }" /etc/nginx/sites-enabled/default.conf

changed to

RUN sed -E -i '/^}/i\        location /api/ {' /etc/nginx/sites-enabled/default.conf && \
  sed -E -i '/^}/i\                try_files $uri $uri/ /api/index.php?$args;' /etc/nginx/sites-enabled/default.conf && \
  sed -E -i '/^}/i\        }' /etc/nginx/sites-enabled/default.conf

Tag summary

Content type

Image

Digest

Size

101 MB

Last updated

about 6 years ago

docker pull grayhunter/teampass