Compare commits
3 Commits
d652a02399
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| ce85bed2ab | |||
| 9066d799f5 | |||
| c8c432c80c |
@@ -1,20 +0,0 @@
|
||||
services:
|
||||
gitlab:
|
||||
image: gitlab/gitlab-ee:18.8.7-ee.0
|
||||
container_name: gitlab
|
||||
restart: unless-stopped
|
||||
hostname: git.rishighan.com
|
||||
environment:
|
||||
GITLAB_OMNIBUS_CONFIG: |
|
||||
external_url 'https://git.rishighan.com'
|
||||
nginx['listen_port'] = 80
|
||||
nginx['listen_https'] = false
|
||||
gitlab_rails['time_zone'] = 'America/Chicago'
|
||||
ports:
|
||||
- "8929:80"
|
||||
- "2222:22"
|
||||
volumes:
|
||||
- /mnt/user/data/gitlab/config:/etc/gitlab
|
||||
- /mnt/user/data/gitlab/logs:/var/log/gitlab
|
||||
- /mnt/user/data/gitlab/data:/var/opt/gitlab
|
||||
shm_size: '256m'
|
||||
@@ -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;
|
||||
["http_file_share/remove_expired_files"] = 1774636521;
|
||||
["tokenauth/clear_expired_grants"] = 1774600521;
|
||||
["user_account_management/remove_deleted_accounts"] = 1774600521;
|
||||
["mam/remove_expired_messages"] = 1774600521;
|
||||
["http_file_share/calculate_total_storage_usage"] = 1774286523;
|
||||
};
|
||||
|
||||
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"] = 1774558202;
|
||||
["timestamp"] = 1774666451;
|
||||
["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;
|
||||
["http_file_share/remove_expired_files"] = 1774636521;
|
||||
["tokenauth/clear_expired_grants"] = 1774600521;
|
||||
["user_account_management/remove_deleted_accounts"] = 1774600521;
|
||||
["mam/remove_expired_messages"] = 1774600521;
|
||||
["http_file_share/calculate_total_storage_usage"] = 1774286523;
|
||||
};
|
||||
|
||||
@@ -726,9 +726,9 @@ item({
|
||||
["name"] = "bundle";
|
||||
["key"] = "current";
|
||||
["with"] = "rishi@rishighan.com";
|
||||
["when"] = 1774542920;
|
||||
["when"] = 1774666447;
|
||||
["attr"] = {
|
||||
["stamp"] = "2026-03-26T16:35:20Z";
|
||||
["stamp"] = "2026-03-28T02:54:07Z";
|
||||
["xmlns"] = "eu.siacs.conversations.axolotl";
|
||||
};
|
||||
});
|
||||
|
||||
@@ -3,8 +3,8 @@ return {
|
||||
{
|
||||
["name"] = "note";
|
||||
["attr"] = {
|
||||
["xmlns"] = "storage:rosternotes";
|
||||
["jid"] = "alisha@rishighan.com";
|
||||
["xmlns"] = "storage:rosternotes";
|
||||
};
|
||||
};
|
||||
["name"] = "storage";
|
||||
|
||||
@@ -3,9 +3,13 @@ return {
|
||||
["h"] = 31;
|
||||
["t"] = 1773421106;
|
||||
};
|
||||
["ikcZz-biHuP7"] = {
|
||||
["t"] = 1774536329;
|
||||
["h"] = 13;
|
||||
["kBd0vG6JLpNa"] = {
|
||||
["t"] = 1774225641;
|
||||
["h"] = 51;
|
||||
};
|
||||
["Lj5QYBilwZvC"] = {
|
||||
["h"] = 20;
|
||||
["t"] = 1774649839;
|
||||
};
|
||||
["B3xZvi0gv59d"] = {
|
||||
["h"] = 63;
|
||||
@@ -27,10 +31,6 @@ return {
|
||||
["h"] = 14;
|
||||
["t"] = 1774311216;
|
||||
};
|
||||
["kBd0vG6JLpNa"] = {
|
||||
["t"] = 1774225641;
|
||||
["h"] = 51;
|
||||
};
|
||||
["muL1aKknfFfE"] = {
|
||||
["h"] = 24;
|
||||
["t"] = 1773352476;
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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}
|
||||
|
||||
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