Rename to stalwart-accounts
This commit is contained in:
parent
54feff4cc6
commit
b28e6363c4
3 changed files with 31 additions and 31 deletions
58
Cargo.lock
generated
58
Cargo.lock
generated
|
|
@ -1292,35 +1292,6 @@ version = "0.4.20"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "b5e6163cb8c49088c2c36f57875e58ccd8c87c7427f7fbd50ea6710b2f3f2e8f"
|
checksum = "b5e6163cb8c49088c2c36f57875e58ccd8c87c7427f7fbd50ea6710b2f3f2e8f"
|
||||||
|
|
||||||
[[package]]
|
|
||||||
name = "mail_accounts"
|
|
||||||
version = "0.1.0"
|
|
||||||
dependencies = [
|
|
||||||
"argon2",
|
|
||||||
"axum",
|
|
||||||
"axum-extra",
|
|
||||||
"base64 0.21.2",
|
|
||||||
"color-eyre",
|
|
||||||
"cookie",
|
|
||||||
"envious",
|
|
||||||
"futures-util",
|
|
||||||
"itertools 0.11.0",
|
|
||||||
"jwt-simple",
|
|
||||||
"once_cell",
|
|
||||||
"openidconnect",
|
|
||||||
"parking_lot",
|
|
||||||
"secrecy",
|
|
||||||
"serde",
|
|
||||||
"serde_urlencoded",
|
|
||||||
"sqlx",
|
|
||||||
"tera",
|
|
||||||
"thiserror",
|
|
||||||
"tokio",
|
|
||||||
"tracing",
|
|
||||||
"tracing-subscriber",
|
|
||||||
"uuid",
|
|
||||||
]
|
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "matchers"
|
name = "matchers"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
|
|
@ -2599,6 +2570,35 @@ dependencies = [
|
||||||
"uuid",
|
"uuid",
|
||||||
]
|
]
|
||||||
|
|
||||||
|
[[package]]
|
||||||
|
name = "stalwart-accounts"
|
||||||
|
version = "0.1.0"
|
||||||
|
dependencies = [
|
||||||
|
"argon2",
|
||||||
|
"axum",
|
||||||
|
"axum-extra",
|
||||||
|
"base64 0.21.2",
|
||||||
|
"color-eyre",
|
||||||
|
"cookie",
|
||||||
|
"envious",
|
||||||
|
"futures-util",
|
||||||
|
"itertools 0.11.0",
|
||||||
|
"jwt-simple",
|
||||||
|
"once_cell",
|
||||||
|
"openidconnect",
|
||||||
|
"parking_lot",
|
||||||
|
"secrecy",
|
||||||
|
"serde",
|
||||||
|
"serde_urlencoded",
|
||||||
|
"sqlx",
|
||||||
|
"tera",
|
||||||
|
"thiserror",
|
||||||
|
"tokio",
|
||||||
|
"tracing",
|
||||||
|
"tracing-subscriber",
|
||||||
|
"uuid",
|
||||||
|
]
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "stringprep"
|
name = "stringprep"
|
||||||
version = "0.1.3"
|
version = "0.1.3"
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
[package]
|
[package]
|
||||||
name = "mail_accounts"
|
name = "stalwart-accounts"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
authors = ["traxys <quentin@familleboyer.net>"]
|
authors = ["traxys <quentin@familleboyer.net>"]
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
|
|
|
||||||
|
|
@ -85,7 +85,7 @@ with lib; {
|
||||||
serviceConfig = {
|
serviceConfig = {
|
||||||
Type = "simple";
|
Type = "simple";
|
||||||
User = cfg.user;
|
User = cfg.user;
|
||||||
ExecStart = "${cfg.package}/bin/mail_accounts";
|
ExecStart = "${cfg.package}/bin/stalwart-accounts";
|
||||||
EnvironmentFile = optional (cfg.environmentFile != null) cfg.environmentFile;
|
EnvironmentFile = optional (cfg.environmentFile != null) cfg.environmentFile;
|
||||||
# Security
|
# Security
|
||||||
NoNewPrivileges = true;
|
NoNewPrivileges = true;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue