Added tailscale
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
return {
|
||||
["http_file_share/remove_expired_files"] = 1774550120;
|
||||
["tokenauth/clear_expired_grants"] = 1774513323;
|
||||
["user_account_management/remove_deleted_accounts"] = 1774513323;
|
||||
["mam/remove_expired_messages"] = 1774513323;
|
||||
["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;
|
||||
};
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
Binary file not shown.
File diff suppressed because it is too large
Load Diff
@@ -1,4 +0,0 @@
|
||||
return {
|
||||
["alisha"] = true;
|
||||
["rishi"] = true;
|
||||
};
|
||||
@@ -39,7 +39,7 @@ return {
|
||||
["jid"] = "eu.prod.push.monal-im.org";
|
||||
["node"] = "e44fa0b77b1537e268b60dec05db69bcb3c291fbf593824a867bfada246e8db8";
|
||||
["language"] = "en";
|
||||
["timestamp"] = 1774572120;
|
||||
["timestamp"] = 1774625139;
|
||||
["resource"] = "Monal-iOS.18db59b2";
|
||||
};
|
||||
["push.tigase.im<01#64D4817BB5106635AAC74FD81674EBC3863DC2DB3368551B6D84C94B3E4E0A06"] = {
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
return {
|
||||
["http_file_share/remove_expired_files"] = 1774550120;
|
||||
["tokenauth/clear_expired_grants"] = 1774513324;
|
||||
["user_account_management/remove_deleted_accounts"] = 1774513324;
|
||||
["mam/remove_expired_messages"] = 1774513323;
|
||||
["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;
|
||||
};
|
||||
|
||||
@@ -726,9 +726,9 @@ item({
|
||||
["name"] = "bundle";
|
||||
["key"] = "current";
|
||||
["with"] = "rishi@rishighan.com";
|
||||
["when"] = 1774542920;
|
||||
["when"] = 1774623419;
|
||||
["attr"] = {
|
||||
["stamp"] = "2026-03-26T16:35:20Z";
|
||||
["stamp"] = "2026-03-27T14:56:59Z";
|
||||
["xmlns"] = "eu.siacs.conversations.axolotl";
|
||||
};
|
||||
});
|
||||
|
||||
@@ -11,9 +11,9 @@ return {
|
||||
["h"] = 63;
|
||||
["t"] = 1773681576;
|
||||
};
|
||||
["_FcIBmTGxGSQ"] = {
|
||||
["t"] = 1773334971;
|
||||
["h"] = 18;
|
||||
["4SnB1A931_Vq"] = {
|
||||
["h"] = 19;
|
||||
["t"] = 1774572117;
|
||||
};
|
||||
["2gQ7nreMX95i"] = {
|
||||
["t"] = 1774458366;
|
||||
@@ -23,9 +23,9 @@ return {
|
||||
["h"] = 14;
|
||||
["t"] = 1774311216;
|
||||
};
|
||||
["4SnB1A931_Vq"] = {
|
||||
["h"] = 19;
|
||||
["t"] = 1774572117;
|
||||
["_FcIBmTGxGSQ"] = {
|
||||
["t"] = 1773334971;
|
||||
["h"] = 18;
|
||||
};
|
||||
["YddpNVED-Q2w"] = {
|
||||
["t"] = 1774358554;
|
||||
|
||||
17
stacks/tailscale/docker-compose.yml
Normal file
17
stacks/tailscale/docker-compose.yml
Normal 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
|
||||
Reference in New Issue
Block a user