seafile suckage fixes

This commit is contained in:
2026-03-27 23:43:00 -04:00
parent 9066d799f5
commit ce85bed2ab
7 changed files with 23 additions and 22 deletions

View File

@@ -1,7 +1,7 @@
return {
["http_file_share/remove_expired_files"] = 1774550120;
["http_file_share/remove_expired_files"] = 1774636521;
["tokenauth/clear_expired_grants"] = 1774600521;
["user_account_management/remove_deleted_accounts"] = 1774600521;
["http_file_share/calculate_total_storage_usage"] = 1774286523;
["mam/remove_expired_messages"] = 1774600521;
["http_file_share/calculate_total_storage_usage"] = 1774286523;
};

View File

@@ -39,7 +39,7 @@ return {
["jid"] = "eu.prod.push.monal-im.org";
["node"] = "e44fa0b77b1537e268b60dec05db69bcb3c291fbf593824a867bfada246e8db8";
["language"] = "en";
["timestamp"] = 1774625139;
["timestamp"] = 1774666451;
["resource"] = "Monal-iOS.18db59b2";
};
["push.tigase.im<01#64D4817BB5106635AAC74FD81674EBC3863DC2DB3368551B6D84C94B3E4E0A06"] = {

View File

@@ -1,7 +1,7 @@
return {
["http_file_share/remove_expired_files"] = 1774550120;
["http_file_share/remove_expired_files"] = 1774636521;
["tokenauth/clear_expired_grants"] = 1774600521;
["user_account_management/remove_deleted_accounts"] = 1774600521;
["http_file_share/calculate_total_storage_usage"] = 1774286523;
["mam/remove_expired_messages"] = 1774600521;
["http_file_share/calculate_total_storage_usage"] = 1774286523;
};

View File

@@ -726,9 +726,9 @@ item({
["name"] = "bundle";
["key"] = "current";
["with"] = "rishi@rishighan.com";
["when"] = 1774623419;
["when"] = 1774666447;
["attr"] = {
["stamp"] = "2026-03-27T14:56:59Z";
["stamp"] = "2026-03-28T02:54:07Z";
["xmlns"] = "eu.siacs.conversations.axolotl";
};
});

View File

@@ -7,30 +7,30 @@ return {
["t"] = 1774225641;
["h"] = 51;
};
["Lj5QYBilwZvC"] = {
["h"] = 20;
["t"] = 1774649839;
};
["B3xZvi0gv59d"] = {
["h"] = 63;
["t"] = 1773681576;
};
["4SnB1A931_Vq"] = {
["h"] = 19;
["t"] = 1774572117;
};
["2gQ7nreMX95i"] = {
["t"] = 1774458366;
["h"] = 892;
};
["3sIvcIgQkgOj"] = {
["h"] = 14;
["t"] = 1774311216;
};
["_FcIBmTGxGSQ"] = {
["t"] = 1773334971;
["h"] = 18;
};
["2gQ7nreMX95i"] = {
["t"] = 1774458366;
["h"] = 892;
};
["YddpNVED-Q2w"] = {
["t"] = 1774358554;
["h"] = 19;
};
["3sIvcIgQkgOj"] = {
["h"] = 14;
["t"] = 1774311216;
};
["muL1aKknfFfE"] = {
["h"] = 24;
["t"] = 1773352476;

View File

@@ -87,4 +87,5 @@ INNER_NOTIFICATION_SERVER_URL=http://notification-server:8083
SEADOC_SERVER_URL=https://fileserver.rishighan.com/sdoc-server
## Seafile AI
ENABLE_SEAFILE_AI=false
ENABLE_SEAFILE_AI=false
MYSQL_ROOT_PASSWORD=dexter

View File

@@ -17,7 +17,7 @@ services:
networks:
- seafile-net
healthcheck:
test: ["CMD", "sh", "-c", "mysqladmin ping -h localhost -u root -p$$MYSQL_ROOT_PASSWORD"]
test: ["CMD", "sh", "-c", "mysqladmin ping -h 127.0.0.1 -u root -p$$MYSQL_ROOT_PASSWORD"]
interval: 20s
start_period: 30s
timeout: 5s
@@ -127,7 +127,7 @@ services:
- SEAFILE_MYSQL_DB_PASSWORD=${SEAFILE_MYSQL_DB_PASSWORD}
- SEAFILE_MYSQL_DB_SEAFILE_DB_NAME=seafile_db
- MD_PORT=8084
- MD_STORAGE_TYPE=s3
- MD_STORAGE_TYPE=file
- S3_MD_BUCKET=seafile-md
- S3_KEY_ID=${S3_KEY_ID}
- S3_SECRET_KEY=${S3_SECRET_KEY}