Skip to content

Commit d4abfc5

Browse files
committed
feat(docker): add Dockerfile for CryptPad with SSO plugin integration
docs(README.md): update project description to reflect SSO plugin bundling
1 parent ad20c11 commit d4abfc5

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

Dockerfile

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
FROM cryptpad/cryptpad:version-2024.12.0
2+
3+
# Switch to the cryptpad user for remaining operations
4+
USER cryptpad
5+
WORKDIR /cryptpad/lib/plugins
6+
7+
# Clone the SSO plugin
8+
RUN git clone https://github.com/cryptpad/sso/

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
# cryptpad-docker
2-
Builds docker images for cryptpad
2+
3+
Bundles the SSO plugin with the cryptpad docker image.

0 commit comments

Comments
 (0)