{"id":19299935,"url":"https://github.com/cloudogu/confluence-temp-delete-job","last_synced_at":"2026-03-05T14:04:25.417Z","repository":{"id":52651451,"uuid":"357103688","full_name":"cloudogu/confluence-temp-delete-job","owner":"cloudogu","description":"A small tool that deletes files.","archived":false,"fork":false,"pushed_at":"2026-02-13T13:50:56.000Z","size":155,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":3,"default_branch":"develop","last_synced_at":"2026-02-13T17:52:52.145Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Makefile","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"agpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/cloudogu.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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-04-12T07:47:44.000Z","updated_at":"2026-02-13T13:49:15.000Z","dependencies_parsed_at":"2025-01-05T22:41:03.509Z","dependency_job_id":null,"html_url":"https://github.com/cloudogu/confluence-temp-delete-job","commit_stats":{"total_commits":49,"total_committers":3,"mean_commits":"16.333333333333332","dds":0.1428571428571429,"last_synced_commit":"aa7285667110018fe951edecdf3953de287a9cd7"},"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/cloudogu/confluence-temp-delete-job","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cloudogu%2Fconfluence-temp-delete-job","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cloudogu%2Fconfluence-temp-delete-job/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cloudogu%2Fconfluence-temp-delete-job/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cloudogu%2Fconfluence-temp-delete-job/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cloudogu","download_url":"https://codeload.github.com/cloudogu/confluence-temp-delete-job/tar.gz/refs/heads/develop","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cloudogu%2Fconfluence-temp-delete-job/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30130031,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-05T12:40:50.676Z","status":"ssl_error","status_checked_at":"2026-03-05T12:39:32.209Z","response_time":93,"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":[],"created_at":"2024-11-09T23:13:12.092Z","updated_at":"2026-03-05T14:04:25.384Z","avatar_url":"https://github.com/cloudogu.png","language":"Makefile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# confluence-temp-delete-job\n\nA small tool that deletes files (short: `tempdel`).\n\n## Description\n\nOver the course of time, Confluence may carelessly leave temporary files in the directory `/opt/atlassian/confluence/temp`. This tool  runs like a background job and deletes such temp files according a file age policy.\n\nThere are three basic input parameters:\n\n1. the directory to be scanned for files\n1. the maximum age in hours of files that should not be deleted\n1. the time between the scanning intervals in minutes\n\n```bash\ntempdel delete-loop --age 12 --interval 60 /opt/atlassian/confluence/temp\n```\n\nMore information about the tool can be found in the [operations](docs/operations/delete-loop_en.md) documentation, or by calling `tempdel --help` provides more information.\n\nDocumentation on developing `tempdel` can be found in [English](docs/developing_en.md) and [German](docs/developing_de.md).\n\n---\n## What is the Cloudogu EcoSystem?\nThe Cloudogu EcoSystem is an open platform, which lets you choose how and where your team creates great software. Each service or tool is delivered as a Dogu, a Docker container. Each Dogu can easily be integrated in your environment just by pulling it from our registry.\n\nWe have a growing number of ready-to-use Dogus, e.g. SCM-Manager, Jenkins, Nexus Repository, SonarQube, Redmine and many more. Every Dogu can be tailored to your specific needs. Take advantage of a central authentication service, a dynamic navigation, that lets you easily switch between the web UIs and a smart configuration magic, which automatically detects and responds to dependencies between Dogus.\n\nThe Cloudogu EcoSystem is open source and it runs either on-premises or in the cloud. The Cloudogu EcoSystem is developed by Cloudogu GmbH under [AGPL-3.0-only](https://spdx.org/licenses/AGPL-3.0-only.html).\n\n## License\nCopyright © 2020 - present Cloudogu GmbH\nThis program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, version 3.\nThis program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details.\nYou should have received a copy of the GNU Affero General Public License along with this program. If not, see https://www.gnu.org/licenses/.\nSee [LICENSE](LICENSE) for details.\n\n\n---\nMADE WITH :heart:\u0026nbsp;FOR DEV ADDICTS. [Legal notice / Imprint](https://cloudogu.com/en/imprint/?mtm_campaign=ecosystem\u0026mtm_kwd=imprint\u0026mtm_source=github\u0026mtm_medium=link)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcloudogu%2Fconfluence-temp-delete-job","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcloudogu%2Fconfluence-temp-delete-job","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcloudogu%2Fconfluence-temp-delete-job/lists"}