blob: 1d82e4b3a247b26367317569251a8e21fab89470 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
|
---
etherpad_lite_zfs:
pool: storage
name: etherpad-lite
properties:
compression: lz4
etherpad_lite_instances:
pad.elevate.at:
version: c65c5f17aa26c9179ce591f44721861ba6f6bec4-elevate
port: 8300
hostnames:
- pad.elevate.at
zfs_properties:
quota: 5G
settings:
title: Elevate Etherpad
users:
admin:
is_admin: true
password: "{{ vault_etherpad_lite_user_passwords['pad.elevate.at']['admin'] }}"
user:
is_admin: false
password: "{{ vault_etherpad_lite_user_passwords['pad.elevate.at']['user'] }}"
defaultPadText: "Welcome to the ELEVATE - Etherpad!\n\nThis pad text is synchronized\
\ as you type, so that everyone viewing this page sees the same text. This allows\
\ you to collaborate seamlessly on documents!\n\nGet involved with Etherpad at http://etherpad.org\n\
\n IMPORTANT: THIS PAD IS PRIVIDED FOR FREE TO THE PUBLIC! There is no guarantee\
\ for your data - please take care of backups yourself! This is usually intended\
\ only for the Elevate Team and it might get access control in the future! If you\
\ are interested in having a PAD for your project, please get back to dan@elevate.at\
\ for information. It can be made available!"
favicon: favicon.ico
maxAge: 21600
editOnly: false
minify: true
requireSession: false
requireAuthentication: false
requireAuthorization: false
socketTransportProtocols: [xhr-polling, jsonp-polling, htmlfile]
abiword: null
loglevel: INFO
logconfig:
appenders:
- type: console
dbType: "mysql"
dbSettings:
host: "127.0.0.1"
user: "etherpad-lite"
password: "{{ vault_etherpad_lite_database_passwords['pad.elevate.at'] }}"
database: "etherpad-lite"
charset: "utf8mb4"
database:
type: mariadb
version: 10.4.8
password: "{{ vault_etherpad_lite_database_passwords['pad.elevate.at'] }}"
|