docker_telnet_server
  • Python 93.3%
  • Dockerfile 4.8%
  • Shell 1.9%
Find a file
Ernest J Gainey III 61d619e9d4
All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 1m20s
Build, Scan and Push Docker Image / build-and-push (push) Successful in 1m23s
fix code_scan.yaml
2025-08-23 23:38:34 -04:00
.forgejo/workflows fix code_scan.yaml 2025-08-23 23:38:34 -04:00
.gitea/workflows Add SonarQube Scanning 2024-07-21 20:51:24 +00:00
.gitignore fix docker build 2024-08-15 03:56:29 +00:00
config.json Changes to be committed: 2025-03-09 22:05:29 -04:00
config.json.dist Update .gitignore and create config.json.dist 2024-08-06 22:49:13 +00:00
docker-compose.yml Changes to be committed: 2025-03-09 22:05:29 -04:00
Dockerfile BASE IMAGE: Update to python:3.12.6-alpine3.20 2024-09-20 20:30:09 +00:00
LICENSE Initial commit 2024-07-21 20:41:54 +00:00
notes.txt Initial Import 2024-07-21 20:43:34 +00:00
README.md nothing to see here 2024-10-15 13:42:20 -04:00
rebuild.sh Build and Push to Registry 2024-08-04 19:09:08 +00:00
requirements.txt fix requirements.txt 2024-08-06 05:34:13 +00:00
telnet_server.py FIX: /app/telnet_server.py:141: DeprecationWarning: There is no current event loop 2024-08-15 03:35:46 +00:00

Telnet Server

Introduction

This project is a telnet server running in a docker container.

Installation

  1. Clone the repository
  2. Copy config.json.dist to config.json
  3. Update config.json
  4. docker compose up -d