{"id":20456684,"url":"https://github.com/jgoerzen/docker-uucp","last_synced_at":"2025-04-13T04:04:04.871Z","repository":{"id":66276343,"uuid":"216144582","full_name":"jgoerzen/docker-uucp","owner":"jgoerzen","description":"[read-only mirror] UUCP (yes!) in Docker","archived":false,"fork":false,"pushed_at":"2024-03-08T01:39:55.000Z","size":5,"stargazers_count":7,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-04-13T04:03:15.679Z","etag":null,"topics":["docker","docker-image","uucp"],"latest_commit_sha":null,"homepage":"https://salsa.debian.org/jgoerzen/docker-uucp/","language":"Dockerfile","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jgoerzen.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-10-19T03:40:54.000Z","updated_at":"2023-05-26T11:44:39.000Z","dependencies_parsed_at":"2024-11-15T11:28:32.446Z","dependency_job_id":"a7ca75da-b452-4bb2-8724-b08ffe95fdb6","html_url":"https://github.com/jgoerzen/docker-uucp","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jgoerzen%2Fdocker-uucp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jgoerzen%2Fdocker-uucp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jgoerzen%2Fdocker-uucp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jgoerzen%2Fdocker-uucp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jgoerzen","download_url":"https://codeload.github.com/jgoerzen/docker-uucp/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248661708,"owners_count":21141450,"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","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":["docker","docker-image","uucp"],"created_at":"2024-11-15T11:23:37.061Z","updated_at":"2025-04-13T04:04:04.833Z","avatar_url":"https://github.com/jgoerzen.png","language":"Dockerfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# uucp\n\n**This project is no longer hosted on Github.  See its [new homepage on Salsa](https://salsa.debian.org/jgoerzen/docker-uucp).**\n\nThis Docker image provides a base of support for UUCP.  It includes\neverything you'll need to set up a UUCP-over-TCP node, whether you use\nbasic unencrypted commnuication or some other channel like TLS or\nSSH.  The info docs for Taylor UUCP are also included.\n\nYou can download with:\n\n    docker pull jgoerzen/uucp\n\nAnd run with:\n\n    docker run -td \\\n    --stop-signal=SIGRTMIN+3 \\\n    --tmpfs /run:size=100M --tmpfs /run/lock:size=100M \\\n    -v /sys/fs/cgroup:/sys/fs/cgroup:rw \\\n    --cgroupns=host \\\n    --hostname=uucp \\\n    -v /uucp:/var/spool/uucp:rw \\\n    --name=uucp jgoerzen/uucp\n\nYou will almost certainly want to preserve `/var/spool/uucp` and\npossibly also `/etc/uucp` between container builds.  \n\n# Logging\n\nLogging can be done either to Docker or in the container; see `DEBBASE_SYSLOG` as\ndocumented in the [docker-debian-base docs](https://salsa.debian.org/jgoerzen/docker-debian-base).\n\n# Source\n\nThis is prepared by John Goerzen \u003cjgoerzen@complete.org\u003e and the source\ncan be found at https://salsa.debian.org/jgoerzen/docker-uucp\n\n# Security Status\n\nThe Debian operating system is configured to automatically apply security patches.\n\nUUCP itself is barely maintained anymore and has a security model from an earlier era.  Do not expect perfect security from it.  For a more modern approach,\nyou might want my [NNCP docker image](https://salsa.debian.org/jgoerzen/docker-nncp).\n\n# Copyright\n\nDocker scripts, etc. are Copyright (c) 2019-2024 John Goerzen.  \nAll rights reserved.\n\nRedistribution and use in source and binary forms, with or without\nmodification, are permitted provided that the following conditions\nare met:\n1. Redistributions of source code must retain the above copyright\n   notice, this list of conditions and the following disclaimer.\n2. Redistributions in binary form must reproduce the above copyright\n   notice, this list of conditions and the following disclaimer in the\n   documentation and/or other materials provided with the distribution.\n3. Neither the name of the University nor the names of its contributors\n   may be used to endorse or promote products derived from this software\n   without specific prior written permission.\n\nTHIS SOFTWARE IS PROVIDED BY THE AUTHORS AND CONTRIBUTORS ``AS IS'' AND\nANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE\nIMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE\nARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE\nFOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL\nDAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS\nOR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)\nHOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT\nLIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY\nOUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF\nSUCH DAMAGE.\n\nAdditional software copyrights as noted.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjgoerzen%2Fdocker-uucp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjgoerzen%2Fdocker-uucp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjgoerzen%2Fdocker-uucp/lists"}