{"id":15576588,"url":"https://github.com/abn/pantalaimon-container","last_synced_at":"2026-02-02T13:17:37.484Z","repository":{"id":149541978,"uuid":"381865503","full_name":"abn/pantalaimon-container","owner":"abn","description":"Unofficial container for Pantalaimon Matrix Reverse Proxy","archived":false,"fork":false,"pushed_at":"2021-07-01T00:40:55.000Z","size":8,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-16T07:50:33.058Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Dockerfile","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/abn.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,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-07-01T00:26:06.000Z","updated_at":"2021-07-16T16:56:25.000Z","dependencies_parsed_at":null,"dependency_job_id":"6970cb78-cde5-4f18-99ed-419801b2e8a3","html_url":"https://github.com/abn/pantalaimon-container","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/abn/pantalaimon-container","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abn%2Fpantalaimon-container","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abn%2Fpantalaimon-container/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abn%2Fpantalaimon-container/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abn%2Fpantalaimon-container/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/abn","download_url":"https://codeload.github.com/abn/pantalaimon-container/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abn%2Fpantalaimon-container/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":261927623,"owners_count":23231380,"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-10-02T18:52:41.542Z","updated_at":"2026-02-02T13:17:37.441Z","avatar_url":"https://github.com/abn.png","language":"Dockerfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Pantalaimon Container\n[![Docker Repository on Quay](https://quay.io/repository/abn/pantalaimon/status \"Docker Repository on Quay\")](https://quay.io/repository/abn/pantalaimon)\n\nThis is an unofficial container for the [Pantalaimon Matrix Reverse Proxy](https://github.com/matrix-org/pantalaimon).\n\n## Configuration\nThe container defaults to using provided [matrix.conf](matrix.conf) as configuration.\n\nFor using a custom configuration, you can mount the file similar to what is shown here.\n\n```sh\npodman run --rm -it \\\n\t-v `pwd`/matrix.conf:/opt/pantalaimon/matrix.conf:z \\\n    -p 8008:8008 \\\n\tquay.io/abn/pantalaimon:main\n```\n\nFor configuration specifics, you can refer to the [Pantalaimon README.md](https://github.com/matrix-org/pantalaimon#readme).\n\n## Data Persistence\nThe default data path is configured to use `/opt/pantalaimon/data`. You can mount a host directory similar to what is shown here.\n\n```sh\n# this is required for rootless containers\npodman unshare chown 1000:1000 /var/lib/pantalaimon\npodman run --rm -it \\\n\t--user 1000:1000 \\\n\t-v /var/lib/pantalaimon:/opt/pantalaimon/data:z \\\n    -p 8008:8008 \\\n\tquay.io/abn/pantalaimon:main\n```\n\n\u003e **Note:** The container users non-root default user. This means that mounted `data` directory requires correct permissions set. Additionally, [ensure user namespaces are dealt with as required for rootless containers](https://www.redhat.com/sysadmin/user-namespaces-selinux-rootless-containers).\n\n## Building From Source\nYou can build the container with custom `VERSION` and `UID` (default: `1000`).\n\n```sh\npodman build \\\n\t--build-arg VERSION=0.10.0 \\\n\t--build-arg UID=1000 \\\n\t-t local/pantalaimon\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fabn%2Fpantalaimon-container","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fabn%2Fpantalaimon-container","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fabn%2Fpantalaimon-container/lists"}