Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 322811 | Differences between
and this patch

Collapse All | Expand All

(-)a/config (-9 / +4 lines)
Lines 30-36 dns_lookup = True Link Here
30
# Root URL of Radicale (starting and ending with a slash)
30
# Root URL of Radicale (starting and ending with a slash)
31
base_prefix = /
31
base_prefix = /
32
# Message displayed in the client when a password is needed
32
# Message displayed in the client when a password is needed
33
realm = Radicale - Password Required lol
33
realm = Radicale - Password Required
34
34
35
35
36
[encoding]
36
[encoding]
Lines 45-55 stock = utf-8 Link Here
45
# Value: None | htpasswd | IMAP | LDAP | PAM | courier | http
45
# Value: None | htpasswd | IMAP | LDAP | PAM | courier | http
46
type = None
46
type = None
47
47
48
# Usernames used for public collections, separated by a comma
49
public_users = public
50
# Usernames used for private collections, separated by a comma
51
private_users = private
52
53
# Htpasswd filename
48
# Htpasswd filename
54
htpasswd_filename = /etc/radicale/users
49
htpasswd_filename = /etc/radicale/users
55
# Htpasswd encryption method
50
# Htpasswd encryption method
Lines 97-106 http_password_parameter = Link Here
97
[rights]
92
[rights]
98
# Rights management method
93
# Rights management method
99
# Value: None | owner_only | owner_write | from_file
94
# Value: None | owner_only | owner_write | from_file
100
type = None
95
type = owner_only
101
96
102
# File for rights management from_file
97
# File for rights management from_file
103
file = ~/.config/radicale/rights
98
file = /etc/radicale/rights
104
99
105
100
106
[storage]
101
[storage]
Lines 109-115 file = ~/.config/radicale/rights Link Here
109
type = filesystem
104
type = filesystem
110
105
111
# Folder for storing local collections, created if not present
106
# Folder for storing local collections, created if not present
112
filesystem_folder = ~/.config/radicale/collections
107
filesystem_folder = /var/lib/radicale/
113
108
114
# Database URL for SQLAlchemy
109
# Database URL for SQLAlchemy
115
# dialect+driver://user:password@host/dbname[?key=value..]
110
# dialect+driver://user:password@host/dbname[?key=value..]
(-)a/logging (-2 / +1 lines)
Lines 45-51 formatter = simple Link Here
45
[handler_file]
45
[handler_file]
46
# File handler
46
# File handler
47
class = FileHandler
47
class = FileHandler
48
args = ('/var/log/radicale',)
48
args = ('/var/log/radicale/radicale.log',)
49
formatter = full
49
formatter = full
50
50
51
51
52
- 

Return to bug 322811