{"id":39879362,"url":"https://github.com/azigler/palladium","last_synced_at":"2026-01-18T14:28:17.412Z","repository":{"id":44559452,"uuid":"509282003","full_name":"azigler/palladium","owner":"azigler","description":"Deploy-and-enjoy web service suite via Docker","archived":false,"fork":false,"pushed_at":"2024-01-07T23:47:22.000Z","size":43,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2024-04-14T11:47:46.665Z","etag":null,"topics":["docker","docker-compose","linuxserver","open-source","smtp"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/azigler.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":".github/CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"LICENSE.md","code_of_conduct":".github/CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":".github/SECURITY.md","support":null},"funding":{"ko_fi":"andrewzigler"}},"created_at":"2022-07-01T01:22:32.000Z","updated_at":"2022-11-21T13:42:46.000Z","dependencies_parsed_at":"2023-01-30T19:46:05.378Z","dependency_job_id":null,"html_url":"https://github.com/azigler/palladium","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/azigler/palladium","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/azigler%2Fpalladium","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/azigler%2Fpalladium/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/azigler%2Fpalladium/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/azigler%2Fpalladium/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/azigler","download_url":"https://codeload.github.com/azigler/palladium/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/azigler%2Fpalladium/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28537586,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-18T13:04:05.990Z","status":"ssl_error","status_checked_at":"2026-01-18T13:01:44.092Z","response_time":98,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["docker","docker-compose","linuxserver","open-source","smtp"],"created_at":"2026-01-18T14:28:17.308Z","updated_at":"2026-01-18T14:28:17.401Z","avatar_url":"https://github.com/azigler.png","language":"Shell","funding_links":["https://ko-fi.com/andrewzigler"],"categories":[],"sub_categories":[],"readme":"![](https://user-images.githubusercontent.com/7295363/176799033-c0902aae-f2dd-4b66-9844-9739a5492402.jpg)\n\n# palladium\n\n\u003e Deploy-and-enjoy web service suite via Docker\n\n[![License](https://img.shields.io/badge/license-MIT-EEE.svg?style=popout-square)](./LICENSE.md)\n[![Contributing Guide](https://img.shields.io/badge/contributing-guide-EEE.svg?style=popout-square)](./.github/CONTRIBUTING.md)\n[![Code of Conduct](https://img.shields.io/badge/contributor-covenant-EEE.svg?style=popout-square)](./.github/CODE_OF_CONDUCT.md)\n[![Security Policy](https://img.shields.io/badge/security-policy-EEE.svg?style=popout-square)](./.github/SECURITY.md)\n\n## Table of Contents\n\n- [Background](#background)\n- [Install](#install)\n- [Usage](#usage)\n- [Maintainers](#maintainers)\n- [Contributing](#contributing)\n- [License](#license)\n\n## Background\n\nEasy-to-use `docker-compose.yml` to bootstrap a [Docker network](https://docs.docker.com/network/) of open source containers and provide a web service suite.\n\n- **[listmonk](https://hub.docker.com/r/listmonk/listmonk/tags):** listmonk/listmonk:latest\n- **[mattermost](https://hub.docker.com/r/mattermost/mattermost-team-edition/tags):** mattermost/mattermost-team-edition:latest\n- **[postgres](https://hub.docker.com/_/postgres/tags):** postgres:latest\n- **[redis](https://hub.docker.com/_/redis/tags):** redis:latest\n- **[swag](https://github.com/linuxserver/docker-swag):** lscr.io/linuxserver/swag:latest\n- **[wikijs](https://github.com/linuxserver/docker-wikijs):** lscr.io/linuxserver/wikijs:latest\n\n## Install\n\nThis project was tested in the `/opt` directory of a Ubuntu 22.04 (LTS) x64 Droplet with 2GB memory and 25GB disk space hosted by [DigitalOcean](https://m.do.co/c/a3448cce0762). You need to have the latest [Docker Desktop](https://docs.docker.com/engine/install/) installed for your operating system, with `docker compose` available as a command.\n\n1. Clone and enter the repository:\n\n```bash\ngit clone https://github.com/azigler/palladium.git\ncd palladium\n```\n\n2. Edit `exports.sh` and add your own values.\n\n3. Use `git update-index --assume-unchanged exports.sh` to keep your values out of source control.\n\n4. Proceed to [Usage](#usage) to start your [Docker containers](https://docs.docker.com/compose/). Services may work inconsistently the first time they are brought online, specifically if you are generating certificates. It's recommended to restart the [Docker containers](https://docs.docker.com/compose/) once after they fully come online for the first time before troubleshooting further.\n\n## Usage\n\nStart the containers with:\n\n```bash\n./start.sh\n```\n\nIf you have not yet done so, proceed to [Setup](#setup) to finalize your configuration.\n\nStop the containers with:\n\n```bash\n./stop.sh\n```\n\n## Maintainers\n\n[@azigler](https://github.com/azigler)\n\n## Contributing\n\nFeedback and contributions are encouraged! After reading the [Code of Conduct](./.github/CODE_OF_CONDUCT.md), use the [Bug Report](https://github.com/azigler/palladium/issues/new?assignees=\u0026labels=bug\u0026template=bug-report.md\u0026title=) and [Feature Request](https://github.com/azigler/palladium/issues/new?assignees=\u0026labels=enhancement\u0026template=feature-request.md\u0026title=) issue templates to discuss any bugs or contributions to palladium. For more information, please read the [Contributing Guide](./.github/CONTRIBUTING.md).\n\n## License\n\n[MIT](./LICENSE.md) © Andrew Zigler\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fazigler%2Fpalladium","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fazigler%2Fpalladium","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fazigler%2Fpalladium/lists"}