Added tailscale

This commit is contained in:
2026-03-27 12:01:15 -04:00
parent c8c432c80c
commit 9066d799f5
10 changed files with 4779 additions and 13372 deletions

View File

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

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@@ -1,4 +0,0 @@
return {
["alisha"] = true;
["rishi"] = true;
};

View File

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

View File

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

View File

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

View File

@@ -11,9 +11,9 @@ return {
["h"] = 63; ["h"] = 63;
["t"] = 1773681576; ["t"] = 1773681576;
}; };
["_FcIBmTGxGSQ"] = { ["4SnB1A931_Vq"] = {
["t"] = 1773334971; ["h"] = 19;
["h"] = 18; ["t"] = 1774572117;
}; };
["2gQ7nreMX95i"] = { ["2gQ7nreMX95i"] = {
["t"] = 1774458366; ["t"] = 1774458366;
@@ -23,9 +23,9 @@ return {
["h"] = 14; ["h"] = 14;
["t"] = 1774311216; ["t"] = 1774311216;
}; };
["4SnB1A931_Vq"] = { ["_FcIBmTGxGSQ"] = {
["h"] = 19; ["t"] = 1773334971;
["t"] = 1774572117; ["h"] = 18;
}; };
["YddpNVED-Q2w"] = { ["YddpNVED-Q2w"] = {
["t"] = 1774358554; ["t"] = 1774358554;

View File

@@ -0,0 +1,17 @@
services:
tailscale:
image: tailscale/tailscale:latest
container_name: tailscale
hostname: flook
environment:
- TS_AUTHKEY=tskey-auth-kZn3UM8oYb11CNTRL-bmEm5L24juLZmhAVwyLYvLBSco33BVM5D
- TS_STATE_DIR=/var/lib/tailscale
- TS_USERSPACE=false
volumes:
- /mnt/user/appdata/tailscale:/var/lib/tailscale
- /dev/net/tun:/dev/net/tun
cap_add:
- NET_ADMIN
- NET_RAW
network_mode: host
restart: unless-stopped