aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Cargo.lock1
-rw-r--r--Cargo.toml1
-rw-r--r--src/main.rs5
3 files changed, 6 insertions, 1 deletions
diff --git a/Cargo.lock b/Cargo.lock
index f892f6e..9a2809c 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -219,6 +219,7 @@ dependencies = [
"rand",
"regex",
"reqwest",
+ "rustls",
"sasl",
"serde",
"serde_json",
diff --git a/Cargo.toml b/Cargo.toml
index 4886700..4012f00 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -45,6 +45,7 @@ regex = "1"
rand = "0.9"
+rustls = "0.23"
reqwest = { version = "0.12", default-features = false, features = [
"rustls-tls",
"gzip",
diff --git a/src/main.rs b/src/main.rs
index 66148fd..ef32078 100644
--- a/src/main.rs
+++ b/src/main.rs
@@ -1,9 +1,12 @@
#[tokio::main]
async fn main() {
- use catinator::{catinator};
+ use catinator::catinator;
tracing_subscriber::fmt::init();
+ rustls::crypto::CryptoProvider::install_default(rustls::crypto::aws_lc_rs::default_provider())
+ .unwrap();
+
let mut bot = catinator::Bot::new().await.unwrap();
let mut sed = catinator::hooks::sed::Sed::new();
f51&follow=1'>update factorioMax Audron-3/+27 2024-10-18deploy satisfactory serverMax Audron-1/+22 2024-10-18switch to protonvpn for illegal activitiesMax Audron-50/+240 2024-08-12move catinator secrets to be managed by secrets moduleMax Audron-1/+8 2024-08-12add pastor deploymentMax Audron-1/+296 2024-08-12remove psql ensurePermissionsMax Audron-5/+5 2024-08-12disable k8sMax Audron-5/+0 2024-08-12add catinatorMax Audron-7/+299 2024-08-12update flaresolverrMax Audron-1/+1 2024-08-12update powerdns configMax Audron-5/+5 2024-08-12update garage config to 1.0Max Audron-2/+3 2024-08-12update to nixos 24.05Max Audron-27/+21 2024-07-03add acc serverMax Audron-2/+23 2024-03-29add rtmp and laplaceMax Audron-1/+200 2024-03-29add hydra secretsMax Audron-0/+0 2024-03-29add hydra secretsMax Audron-5/+35 2024-03-19extend postgresql hpa for podman ipsMax Audron-1/+1 2024-03-02update authentikMax Audron-8/+6 2024-03-02setup gitea oidcMax Audron-5/+18 2024-02-28add giteaMax Audron-2/+39 2024-02-28remove gitlab moduleMax Audron-25/+0 2024-02-26update d3fus phone wg pubkeyMarcin Maselko-1/+1 2024-02-26added d3fus nass to wg configMarcin Maselko-0/+9 2024-02-21set minecraft memoryMax Audron-0/+1 2024-02-21add minecraft server and move palworld to games moduleMax Audron-3/+56 2024-02-21set network manually for ns serversMax Audron-0/+51 2024-02-20update nixpkgs-unstableMax Audron-3/+3 2024-02-19update d3fus fritzbox wg portMarcin Maselko-1/+1 2024-02-19add xonotic serverMax Audron-1/+10