0
0

Etherpad: added admin plugin

This commit is contained in:
Opnxng 2024-06-09 11:36:37 +08:00
parent 3b424b94b1
commit 6725b98509
2 changed files with 4 additions and 10 deletions

View File

@ -18,7 +18,7 @@ services:
- DB_NAME=etherpad
- DB_USER={{ etherpad_db_user }}
- DB_PASS={{ etherpad_db_pass }}
# - ADMIN_PASSWORD={{ etherpad_admin_password }}
- ADMIN_PASSWORD={{ etherpad_admin_password }}
- TITLE=Notes
- SKIN_VARIANTS="super-light-toolbar super-light-editor light-background"
- DEFAULT_PAD_TEXT=Text

View File

@ -1,12 +1,6 @@
compose:
oracle1:
- redlib
oracle2:
- redlib
oracle3:
- redlib
oracle4:
- redlib
- etherpad
# ----------------------------------------------------------------------------------------------------