{"id":45836262,"url":"https://github.com/45drives/cockpit-navigator","last_synced_at":"2026-04-15T19:00:54.410Z","repository":{"id":37598085,"uuid":"369299578","full_name":"45Drives/cockpit-navigator","owner":"45Drives","description":"A Featureful File Browser for Cockpit","archived":false,"fork":false,"pushed_at":"2026-01-23T19:26:10.000Z","size":2811,"stargazers_count":701,"open_issues_count":31,"forks_count":52,"subscribers_count":18,"default_branch":"main","last_synced_at":"2026-02-27T03:33:07.414Z","etag":null,"topics":["cockpit","cockpit-navigator","file-browser","file-explorer","file-navigation"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/45Drives.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2021-05-20T18:15:31.000Z","updated_at":"2026-02-24T08:39:19.000Z","dependencies_parsed_at":"2024-11-05T23:33:11.226Z","dependency_job_id":"6f2f53ca-790a-497a-a5c8-fa96ee7c1a0e","html_url":"https://github.com/45Drives/cockpit-navigator","commit_stats":null,"previous_names":[],"tags_count":24,"template":false,"template_full_name":null,"purl":"pkg:github/45Drives/cockpit-navigator","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/45Drives%2Fcockpit-navigator","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/45Drives%2Fcockpit-navigator/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/45Drives%2Fcockpit-navigator/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/45Drives%2Fcockpit-navigator/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/45Drives","download_url":"https://codeload.github.com/45Drives/cockpit-navigator/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/45Drives%2Fcockpit-navigator/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31855432,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-15T15:24:51.572Z","status":"ssl_error","status_checked_at":"2026-04-15T15:24:39.138Z","response_time":63,"last_error":"SSL_read: 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":["cockpit","cockpit-navigator","file-browser","file-explorer","file-navigation"],"created_at":"2026-02-26T23:03:32.226Z","updated_at":"2026-04-15T19:00:54.364Z","avatar_url":"https://github.com/45Drives.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Cockpit Navigator\nA Featureful File System Browser for Cockpit - remotely browse, manage, edit, upload, and download files on your server through your web browser.  \n\n## Features\nWith no command line use needed, you can:\n* Navigate the entire filesystem,\n* Create, delete, and rename files,\n* Edit file contents,\n* Edit file ownership and permissions,\n* Create symbolic links to files and directories,\n* Reorganize files through cut, copy, and paste,\n* **Upload files by dragging and dropping**,\n* **Download files and directories**.\n\n| Browsing Filesystem |\n|---------------------|\n| ![User Interface](doc/ui_root.png) |\n\n| Editing Content | Editing Properties | \n|-----------------|--------------------|\n| ![Edit Contents](doc/ui_editor.png) | ![Edit Preferences](doc/ui_prefs.png) |\n\n# Installation\n## From Github Release\n### Ubuntu\n1. `$ wget https://github.com/45Drives/cockpit-navigator/releases/download/v0.5.10/cockpit-navigator_0.5.10-1focal_all.deb`\n1. `# apt install ./cockpit-navigator_0.5.10-1focal_all.deb`\n### EL7\n1. `# yum install https://github.com/45Drives/cockpit-navigator/releases/download/v0.5.10/cockpit-navigator-0.5.10-1.el7.noarch.rpm`\n### EL8\n1. `# dnf install https://github.com/45Drives/cockpit-navigator/releases/download/v0.5.10/cockpit-navigator-0.5.10-1.el8.noarch.rpm`\n## From Source\n1. Ensure dependencies are installed: `cockpit`, `python3`, `rsync`, `zip`.\n1. `$ git clone https://github.com/45Drives/cockpit-navigator.git`\n1. `$ cd cockpit-navigator`\n1. `$ git checkout \u003cversion\u003e` (v0.5.10 is latest)\n1. `# make install`\n## From 45Drives Repositories\n### Automatic Repo Setup with Script\n```sh\ncurl -sSL https://repo.45drives.com/setup -o setup-repo.sh\nsudo bash setup-repo.sh\n```\n#### Ubuntu\n```sh\nsudo apt install cockpit-navigator\n```\n#### El7/EL8\n```sh\nsudo dnf install cockpit-navigator\n```\n### Manually\n#### Ubuntu\n1. Import GPG Key\n```sh\nwget -qO - https://repo.45drives.com/key/gpg.asc | sudo gpg --dearmor -o /usr/share/keyrings/45drives-archive-keyring.gpg\n```\n2. Add 45drives.sources\n```sh\ncd /etc/apt/sources.list.d\nsudo curl -sSL https://repo.45drives.com/lists/45drives.sources -o /etc/apt/sources.list.d/45drives.sources\nsudo apt update\n```\n3. Install Package\n```sh\nsudo apt install cockpit-navigator\n```\n#### EL7\n1. Add 45drives.repo\n```sh\nsudo curl -sSL https://repo.45drives.com/lists/45drives.repo -o /etc/yum.repos.d/45drives.repo\nsudo sed -i 's/el8/el7/g;s/EL8/EL7/g' /etc/yum.repos.d/45drives.repo\nsudo yum clean all\n```\n2. Install Package\n```bash\nsudo yum install cockpit-navigator\n```\n#### EL8\n1. Add 45drives.repo\n```sh\nsudo curl -sSL https://repo.45drives.com/lists/45drives.repo -o /etc/yum.repos.d/45drives.repo\nsudo dnf clean all\n```\n2. Install Package\n```bash\nsudo dnf install cockpit-navigator\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F45drives%2Fcockpit-navigator","html_url":"https://awesome.ecosyste.ms/projects/github.com%2F45drives%2Fcockpit-navigator","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F45drives%2Fcockpit-navigator/lists"}