{"id":21207519,"url":"https://github.com/jaromaz/stws","last_synced_at":"2025-09-09T01:35:15.088Z","repository":{"id":97324732,"uuid":"269474015","full_name":"jaromaz/stws","owner":"jaromaz","description":"SyncTERM (BBS terminal program) as a Web Service.","archived":false,"fork":false,"pushed_at":"2021-11-07T16:38:51.000Z","size":2041,"stargazers_count":17,"open_issues_count":1,"forks_count":3,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-07-10T13:35:06.451Z","etag":null,"topics":["bbs","docker","docker-container","syncterm","telnet"],"latest_commit_sha":null,"homepage":"https://jm.iq.pl/bbs","language":"Dockerfile","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jaromaz.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2020-06-04T21:59:48.000Z","updated_at":"2025-06-07T14:40:31.000Z","dependencies_parsed_at":null,"dependency_job_id":"d3b8409d-48ff-4bde-ad8c-6fa4ec78290f","html_url":"https://github.com/jaromaz/stws","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/jaromaz/stws","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jaromaz%2Fstws","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jaromaz%2Fstws/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jaromaz%2Fstws/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jaromaz%2Fstws/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jaromaz","download_url":"https://codeload.github.com/jaromaz/stws/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jaromaz%2Fstws/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":274232038,"owners_count":25245856,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-09-08T02:00:09.813Z","response_time":121,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["bbs","docker","docker-container","syncterm","telnet"],"created_at":"2024-11-20T20:59:01.646Z","updated_at":"2025-09-09T01:35:15.035Z","avatar_url":"https://github.com/jaromaz.png","language":"Dockerfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# SyncTERM Web Service\n\n## Description\n\n**stws** alows SyncTERM (BBS terminal program) to be accessible through a standard Web browser in a full screen mode. It also makes *Telnet BBS Guide* and *files downloaded from BBSes* available through the web interface in a full screen mode (recommended browser: Google Chrome).\n\n## Demo\n\nThis video presents file downloading via telnet and SyncTERM Web Service:\n\n\u003ca href=\"https://www.youtube.com/watch?v=s6dyZOtdL5g\"\u003e\u003cimg src=\"https://jm.iq.pl/bbs/video2.png\" width=\"480\"\u003e\u003c/a\u003e\n\n## Usage\n\nYou can simply run the container by entering:\n\n    docker run -d -p 6080:6080 jaromaz/stws\n    \nthen simply point your browser at: \n\n    http://\u003cyour-docker-server-ip\u003e:6080\n\nDefault ***password*** *:* syncterm\n\nTo create your own password, run a container with the environment variable PASSWD:\n\n    docker run -e PASSWD=mypass -d -p 6080:6080 jaromaz/stws\n    \nYou can also use a password file:\n\n    docker run --env-file ./passwd -d -p 6080:6080 jaromaz/stws\n\n## Built with\n\n* [SyncTERM](https://syncterm.bbsdev.net)\n* [X-Org](https://www.x.org)\n* [TightVNC Server](https://www.tightvnc.com/licensing-tvnserver.php)\n* [noVNC](https://github.com/novnc/noVNC)\n* [websockify](https://github.com/novnc/websockify)\n* [Tingle.js](https://github.com/robinparisi/tingle)\n\n## Build from source\n\nIf you want to make local modifications to this image for development purposes, just copy and run the following lines:\n\n    git clone https://github.com/jaromaz/stws.git \u0026\u0026 \\\n    cd stws \u0026\u0026 \\\n    docker build --tag stws:latest --no-cache . \u0026\u0026 \\\n    echo y | docker image prune --filter \"label=stage=builder-stws\" \u0026\u0026 \\\n    docker run -d -p 6080:6080 stws\n\n## Author\n\nJarosław Mazurkiewicz / **Jaromaz**\n\n## License\n\nThis project is licensed under the GNU GENERAL PUBLIC LICENSE Version 3 - see the LICENSE file for details. I recommend to\ncheck the licenses assigned to the individual components of this project.\n\nFor more information please visit my website: [https://jm.iq.pl/bbs](https://jm.iq.pl/bbs).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjaromaz%2Fstws","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjaromaz%2Fstws","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjaromaz%2Fstws/lists"}