{"id":21875283,"url":"https://github.com/simatec/piler-docker","last_synced_at":"2025-04-15T01:29:08.672Z","repository":{"id":37814611,"uuid":"467426605","full_name":"simatec/piler-docker","owner":"simatec","description":"Mailpiler for Docker","archived":false,"fork":false,"pushed_at":"2024-08-21T13:24:49.000Z","size":108,"stargazers_count":42,"open_issues_count":10,"forks_count":13,"subscribers_count":4,"default_branch":"main","last_synced_at":"2025-03-28T13:21:23.619Z","etag":null,"topics":["archiv","docker","docker-compose","mail","mailarchiv","mailcow","mailpiler","piler"],"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/simatec.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":"2022-03-08T08:32:04.000Z","updated_at":"2025-03-01T22:37:39.000Z","dependencies_parsed_at":"2024-06-13T13:48:21.603Z","dependency_job_id":"f9d25117-6f79-4f82-8c84-a1f77dff2c26","html_url":"https://github.com/simatec/piler-docker","commit_stats":null,"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simatec%2Fpiler-docker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simatec%2Fpiler-docker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simatec%2Fpiler-docker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simatec%2Fpiler-docker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/simatec","download_url":"https://codeload.github.com/simatec/piler-docker/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248988489,"owners_count":21194432,"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":["archiv","docker","docker-compose","mail","mailarchiv","mailcow","mailpiler","piler"],"created_at":"2024-11-28T07:15:19.946Z","updated_at":"2025-04-15T01:29:08.654Z","avatar_url":"https://github.com/simatec.png","language":"Shell","funding_links":["https://paypal.me/mk1676"],"categories":[],"sub_categories":[],"readme":"# piler-docker\n\n[![License](https://img.shields.io/github/license/simatec/piler-docker?style=flat)](https://github.com/simatec/piler-docker/blob/master/LICENSE)\n[![Donate](https://img.shields.io/badge/paypal-donate%20|%20spenden-blue.svg)](https://paypal.me/mk1676)\n\n\n**************************************************************************************************************\n\n**If you like it, please consider a donation:**\n  \n[![paypal](https://www.paypalobjects.com/en_US/DK/i/btn/btn_donateCC_LG.gif)](https://paypal.me/mk1676)\n\n**************************************************************************************************************\n\n\n### Mailpiler for Docker\n\nThis is a project to get the Mailpiler running in a docker compose system in a simple and uncomplicated way.\n\nYou can find more information about the Piler project here.\n\nhttps://www.mailpiler.org/ or https://github.com/jsuto/piler\n\n*******************************************************************************************************\n\n### DockerHub\n\nhttps://hub.docker.com/r/simatec/piler\n\n*******************************************************************************************************\n\n\n### Installation Guide:\n\n* Install Docker and dependencies\n\n```\napt install curl git -y\n```\n\n```\ncurl -sSL https://get.docker.com/ | CHANNEL=stable sh\n```\n```\nsystemctl enable --now docker\n```\n\n* Install Docker-Compose\n\n```\ncurl -L https://github.com/docker/compose/releases/download/v$(curl -Ls https://www.servercow.de/docker-compose/latest.php)/docker-compose-$(uname -s)-$(uname -m) \u003e /usr/local/bin/docker-compose\n```\n```\nchmod +x /usr/local/bin/docker-compose\n```\n\n* reboot your system\n\n```\nreboot now\n```\n\n* Clone repository\n\n```\ncd /opt\n```\n```\ngit clone https://github.com/simatec/piler-docker.git\n```\n```\ncd /opt/piler-docker\n```\n\n\n* start the Install\n\n```\nbash install-piler.sh\n```\n\n\nCongratulations your Piler is installed...\n\nIf you have Let's Encrypt activated, you can reach the Piler at https://your-piler-domain\n\nIf Let's Encrypt is disabled, the Piler is at http://your-piler-domain or at http://your-local-IP\n\nThe Default Login is `admin@local` and the Password ist `pilerrocks`\n\n\n\u003e After installation, any changes can be made in piler.conf at any time and the install script can then be run again.\n\n\n**********************************************************************************************************\n\n\n### Update Guide:\n\nYou can execute the following commands to update the containers.\nHere the current yml files are downloaded from Github and the containers are updated if necessary.\n\n```\ncd /opt/piler-docker\nbash install-piler.sh\n```\nYou will get a selection menu with the following options:\n\n```\n1) Install-Piler\n2) Update-Piler\n```\n\n* After a successful update, unused container images can be removed from the system with the following command:\n\n```\ndocker system prune\n```\n\n**********************************************************************************************************\n\n### Using the Piler on the command line\n\nFor use on the command line, we first log into the container.\n\n```\ndocker exec -it piler /bin/bash\n```\n\nNext we switch to the user \"piler\"\n\n```\nsu piler\n```\n\nTo get write permissions, we switch to the /var/tmp folder\n\n```\ncd /var/tmp\n```\n\nHere you can now execute the functions of the Piler on the command line.\nHere are some examples:\n\n```\npilerimport -h\ncrontab -l\n```\n\nTo leave the container on the console you have to execute 2x `exit`.\n\n\n**********************************************************************************************************\n\n## Changelog\n\n### 0.9.7 (14.06.2024)\n* (simatec) Fix Network on Update\n\n### 0.9.7 (14.06.2024)\n* (simatec) Release 0.9.7\n\n### 0.9.6 (11.06.2024)\n* (simatec) Hostname Fix\n\n### 0.9.5 (10.06.2024)\n* (simatec) small fix\n\n### 0.9.4 (05.06.2024)\n* (simatec) patch for Piler Update added\n\n### 0.9.3 (01.06.2024)\n* (simatec) Piler v1.4.5 updated\n* (simatec) MariaDB v11.1.2 updated\n\n### 0.9.2 (19.09.2023)\n* (simatec) Piler v1.4.4 updated\n\n### 0.9.1 (23.01.2023)\n* (simatec) Piler updated\n\n### 0.9.1 (23.01.2023)\n* (simatec) Piler Docker Hub added\n* (simatec) Fix Automatic Import\n\n### 0.9.0 (23.01.2023)\n* (simatec) Piler Build added\n* (simatec) Piler Import Option added\n* (simatec) Fix Updater\n\n### 0.8.3 (19.01.2023)\n* (simatec) Update himself added\n\n### 0.8.2 (18.01.2023)\n* (simatec) docker, curl and git Check added\n* (simatec) Update Config added\n\n### 0.8.1 (17.01.2023)\n* (simatec) Docker Compose Check added\n\n### 0.8.0 (17.01.2023)\n* (simatec) Config-Menu for Installer added\n\n### 0.7.0 (15.01.2023)\n* (simatec) New Volumes added\n* (simatec) Fix Installer\n\n### 0.6.0 (18.12.2022)\n* (simatec) Update Installer\n* (simatec) update.sh added\n* (simatec) downgrade mariadb to v10.6\n\n### 0.5.3 (17.12.2022)\n* (simatec) Installer Fix\n\n### 0.5.2 (16.12.2022)\n* (simatec) update piler to v1.4.2\n\n### 0.5.1 (15.12.2022)\n* (simatec) update piler to v1.4.1\n* (simatec) update mariadb to v10.9.4\n\n### 0.5.0 (25.08.2022)\n* (simatec) update piler to 1.3.12\n* (simatec) update mariadb to 10.9.2\n\n### 0.4.0 (20.04.2022)\n* (simatec) small fixes\n\n### 0.3.0 (10.03.2022)\n* (simatec) purge option added to config\n\n### 0.2.0 (09.03.2022)\n* (simatec) Let's Encrypt added\n\n### 0.1.0 (08.03.2022)\n* (simatec) first beta\n\n## License\nMIT License\n\nCopyright (c) 2022 - 2024 simatec\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsimatec%2Fpiler-docker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsimatec%2Fpiler-docker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsimatec%2Fpiler-docker/lists"}