{"id":22472583,"url":"https://github.com/jcarrano/trac-docker","last_synced_at":"2025-03-27T16:23:00.610Z","repository":{"id":171922105,"uuid":"611959496","full_name":"jcarrano/trac-docker","owner":"jcarrano","description":"Container for Trac Project Management","archived":false,"fork":false,"pushed_at":"2023-03-09T22:44:00.000Z","size":4,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-01T20:11:34.908Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"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/jcarrano.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":"2023-03-09T22:36:33.000Z","updated_at":"2023-03-09T22:36:59.000Z","dependencies_parsed_at":null,"dependency_job_id":"2a8259ed-6592-47fd-9815-c88e5737c104","html_url":"https://github.com/jcarrano/trac-docker","commit_stats":null,"previous_names":["jcarrano/trac-docker"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jcarrano%2Ftrac-docker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jcarrano%2Ftrac-docker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jcarrano%2Ftrac-docker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jcarrano%2Ftrac-docker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jcarrano","download_url":"https://codeload.github.com/jcarrano/trac-docker/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245879573,"owners_count":20687403,"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":[],"created_at":"2024-12-06T12:16:27.819Z","updated_at":"2025-03-27T16:23:00.604Z","avatar_url":"https://github.com/jcarrano.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Container for Trac 1.5\n\nThis is a simple container for Trac 1.5. It also includes the IniAdminPlugin.\n\nDocker Hub: https://hub.docker.com/repository/docker/jcarrano/trac/general\n\n## Usage\n\nThe following commands assume that your Trac environment it at `/my/trac/env`\non your local machine.\n\nThis examples use host networking but other options are possible.\n\nVariables:\n\n- TRAC_PORT: the port that trac will listen on (defaults to 80)\n- PROJ_DIR: project directory inside the container (defaults to /trac-env)\n\n### Pull\n\n```sh\ndocker pull jcarrano/trac:1.5\n```\n\n### Launch/Setup\n\nIf the project directory is already initialized, the `-it` option is not\nnecessary. If not, launch an interactive session to set up the environment:\n\nT set up, launch the container with\n\n```sh\npodman run -it -v /my/trac/env:/trac-env --name trac-test --network host -e TRAC_PORT=8080 jcarrano/trac:1.5\n```\n\nIt will prompt you for options: project name, and admin password. You can leave\nit running or exit with CTRL-C.\n\nIf it is already set-up, use\n\n```sh\npodman run -init -v /my/trac/env:/trac-env --name trac-test --network host -e TRAC_PORT=8080 jcarrano/trac:1.5\n```\n\n### Add a user\n\n```sh\npodman exec -it jcarrano/trac:1.5 adduser \u003cuser-name\u003e\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjcarrano%2Ftrac-docker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjcarrano%2Ftrac-docker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjcarrano%2Ftrac-docker/lists"}