{"id":21041980,"url":"https://github.com/kofish/pallium","last_synced_at":"2026-03-17T08:35:56.476Z","repository":{"id":22797241,"uuid":"26143627","full_name":"KoFish/pallium","owner":"KoFish","description":"A Go implementation of a matrix.org homeserver","archived":false,"fork":false,"pushed_at":"2015-01-15T20:15:40.000Z","size":320,"stargazers_count":42,"open_issues_count":3,"forks_count":6,"subscribers_count":7,"default_branch":"master","last_synced_at":"2025-06-26T14:51:16.195Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"edward-of-clt/stepWiz","license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/KoFish.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}},"created_at":"2014-11-03T23:22:21.000Z","updated_at":"2024-07-08T22:30:26.000Z","dependencies_parsed_at":"2022-08-21T02:40:42.695Z","dependency_job_id":null,"html_url":"https://github.com/KoFish/pallium","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/KoFish/pallium","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KoFish%2Fpallium","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KoFish%2Fpallium/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KoFish%2Fpallium/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KoFish%2Fpallium/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/KoFish","download_url":"https://codeload.github.com/KoFish/pallium/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KoFish%2Fpallium/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267626911,"owners_count":24117707,"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-07-29T02:00:12.549Z","response_time":2574,"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":[],"created_at":"2024-11-19T13:57:02.409Z","updated_at":"2026-03-17T08:35:56.445Z","avatar_url":"https://github.com/KoFish.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"pallium\n=======\n\nPallium is an experimental golang homeserver implementation for the [Matrix.org](matrix.org) standard.\n\nMatrix is a new open standard for interoperable Instant Messaging and VoIP, providing pragmatic\nHTTP APIs and open source reference implementations for creating and running your own real-time\ncommunication infrastructure. \n\nTo get up and running:\n\n    # get the latest Go from https://golang.org/dl/\n    # and define a GOPATH for your Go workspace if you don't have one already:\n    export GOPATH=~/go\n    mkdir -p $GOPATH\n\n    # grab the latest pallium with all its dependencies:\n    go get github.com/KoFish/pallium\n\n    # set up a default config\n    cd $GOPATH/github.com/KoFish/pallium\n    cp config.json.dist config.json\n\n    # edit the hostname param in config.json to specify how the server\n    # should refer to itself and expect to be accessed from the internet\n    # (use localhost for local experimentation)\n\n    # set the server running. This will create a local sqlite db for storage\n    # and start listening for traffic.\n    $GOPATH/bin/pallium\n\nTo use the server, select a client from [matrix.org](matrix.org).  For instance, to use\nthe webclient hosted at https://matrix.org/beta against your new server, just specify\nthe URL of your pallium server (e.g. http://localhost:8008) as the \"Home Server\" parameter\non the login and registration pages rather than http://matrix.org.  You do not need to\nenter the captcha, as pallium does not support captcha-based registration yet.\n\n*Currently pallium does not support the full Matrix API set, so the webclient may well not\nwork correctly*\n\nAlternatively, to run your own webclient:\n\n    git clone http://github.com/matrix-org/matrix-angular-sdk\n\n...and follow the instructions in syweb/webclient/README\n\nFor more information on Matrix, please see [Matrix.org](matrix.org), the\n[Matrix Specification](github.com/matrix-org/matrix-doc/tree/master/specification) or\n[Synapse](github.com/matrix-org/synapse) - the Python reference Matrix home server implementation.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkofish%2Fpallium","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkofish%2Fpallium","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkofish%2Fpallium/lists"}