mirror of
https://github.com/lennart-k/rustical.git
synced 2025-12-13 20:32:48 +00:00
Remove accidentally pushed code
This commit is contained in:
@@ -12,7 +12,7 @@ a CalDAV/CardDAV server
|
||||
- easy to backup, everything saved in one SQLite database
|
||||
- [WebDAV Push](https://github.com/bitfireAT/webdav-push/) support, so near-instant synchronisation to DAVx5
|
||||
- lightweight (the container image contains only one binary)
|
||||
- adequately fast
|
||||
- adequately fast (I'd say blazingly fast™ :fire: if I did the benchmarks to back that claim up)
|
||||
- deleted calendars are recoverable
|
||||
|
||||
## Installation
|
||||
|
||||
@@ -14,10 +14,6 @@ pub struct User {
|
||||
pub password: Option<String>,
|
||||
#[serde(default)]
|
||||
pub app_tokens: Vec<String>,
|
||||
#[serde(default)]
|
||||
pub groups: Vec<String>,
|
||||
#[serde(skip)]
|
||||
pub inherited_groups: Vec<String>,
|
||||
}
|
||||
|
||||
#[derive(Clone, Debug, Display)]
|
||||
|
||||
@@ -32,8 +32,6 @@ pub fn cmd_gen_config(_args: GenConfigArgs) -> anyhow::Result<()> {
|
||||
password: Some(
|
||||
"generate a password hash with rustical pwhash --algorithm argon2".to_owned(),
|
||||
),
|
||||
groups: vec![],
|
||||
inherited_groups: vec![],
|
||||
app_tokens: vec![
|
||||
"generate an app token hash with rustical pwhash --algorithm pbkdf2".to_owned(),
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user