Commit Graph
17 Commits
Author SHA1 Message Date
Denozordec a310d7e6d4 Add telemtClient to bot struct and implement makeDirectTransport function for enhanced HTTP client configuration in main.go.
Publish telemt-bot Docker image / build-and-push (push) Successful in 56s
2026-03-21 12:11:36 +07:00
Denozordec 0018b5d8c6 Update Dockerfile to copy both go.mod and go.sum, and combine go mod download and build commands into a single RUN statement for improved efficiency.
Publish telemt-bot Docker image / build-and-push (push) Successful in 55s
2026-03-20 18:59:32 +07:00
Denozordec cd9389e9fd Implement SOCKS5 and HTTP proxy support in main.go, enhancing outgoing request handling. Update README.md to document new proxy environment variables. Update go.mod to include golang.org/x/net dependency.
Publish telemt-bot Docker image / build-and-push (push) Failing after 45s
2026-03-20 18:54:10 +07:00
Denozordec a68146e028 Add deduplication of strings in link rewriting process in main.go to ensure unique links are returned, enhancing link handling efficiency.
Publish telemt-bot Docker image / build-and-push (push) Successful in 55s
2026-03-15 21:33:05 +07:00
Denozordec 02db3a2c91 Refactor user link resolution in main.go to include a new function for rewriting links with a specified host, improving link handling and ensuring consistent server parameters in tg://proxy URLs.
Publish telemt-bot Docker image / build-and-push (push) Successful in 1m3s
2026-03-15 21:22:09 +07:00
Denozordec f1bcc205cc Add installation instructions for rsync on B servers in SYNC_SETUP.md to ensure proper synchronization setup.
Publish telemt-bot Docker image / build-and-push (push) Successful in 25s
2026-03-11 14:53:39 +07:00
Denozordec 1e18b2cbd3 Update SYNC_SETUP.md to include gt2.ivx.su as an additional replica for config.toml synchronization, enhancing the setup instructions for multiple read-only replicas.
Publish telemt-bot Docker image / build-and-push (push) Successful in 30s
2026-03-11 14:47:38 +07:00
Denozordec f7e8e58262 Update user link handling in main.go to ensure consistent fallback messages and improve error handling for missing links.
Publish telemt-bot Docker image / build-and-push (push) Successful in 25s
2026-03-09 19:09:31 +07:00
Denozordec d8ddc53640 Add configuration options for link generation in .env.example, docker-compose.yml, and main.go; update README.md with new environment variable descriptions.
Publish telemt-bot Docker image / build-and-push (push) Successful in 52s
2026-03-09 17:57:34 +07:00
Denozordec 5b5d99f7b1 Enhance user creation response in main.go to fetch and display user links if not provided by API, with a fallback message for missing links.
Publish telemt-bot Docker image / build-and-push (push) Successful in 53s
2026-03-09 17:43:05 +07:00
Denozordec 9c3879181b Refactor formatUserLinks function in main.go to improve link formatting and update link titles for consistency
Publish telemt-bot Docker image / build-and-push (push) Successful in 54s
2026-03-09 17:11:32 +07:00
Denozordec 0c93077030 Add user creation functionality and update commands in main.go and README.md
Publish telemt-bot Docker image / build-and-push (push) Successful in 52s
2026-03-09 16:44:49 +07:00
Denozordec 43bb8e4f4c Update README.md to enhance local setup instructions and add Docker Registry usage examples
Publish telemt-bot Docker image / build-and-push (push) Successful in 28s
2026-03-09 16:17:01 +07:00
Denozordec eb07c8c78f Update cache configuration in docker-publish workflow to use latest tag and inline caching
Publish telemt-bot Docker image / build-and-push (push) Successful in 48s
2026-03-09 16:12:18 +07:00
Denozordec 4b54cc4544 Refactor tag generation in docker-publish workflow for improved readability
Publish telemt-bot Docker image / build-and-push (push) Failing after 1m3s
2026-03-09 16:10:07 +07:00
Denozordec 29239ffe04 Update docker-publish workflow to trigger on all branches and tags 2026-03-09 16:09:06 +07:00
Denozordec c5f5a562c6 Init Commit 2026-03-09 16:05:44 +07:00