mirror of
https://github.com/45Drives/cockpit-navigator.git
synced 2025-07-29 08:34:50 +02:00
Set up packaging and get ready for first release
Cockpit Navigator
A File System Browser for Cockpit.
Features
With no command line use needed, you can:
- Navigate the entire filesystem,
- Create, delete, and rename files,
- Edit file contents,
- Edit file ownership and permissions,
- Create symbolic links to files and directories.
Browsing Filesystem
Editing Properties
Editing Content
Installation
From Github Release
Ubuntu
$ wget https://github.com/45Drives/cockpit-navigator/releases/download/v0.1.0/cockpit-navigator_0.1.0-1focal_all.deb
# apt install ./cockpit-navigator_0.1.0-1focal_all.deb
EL7
# yum install https://github.com/45Drives/cockpit-navigator/releases/download/v0.1.0/cockpit-navigator-0.1.0.el7.noarch.rpm
EL8
# dnf install https://github.com/45Drives/cockpit-navigator/releases/download/v0.1.0/cockpit-navigator-0.1.0.el8.noarch.rpm
From Source
$ git clone https://github.com/45Drives/cockpit-navigator.git
$ cd cockpit-navigator
$ git checkout <version>
(v0.1.0 is latest)# make install
From 45Drives Repositories
Ubuntu
- Import GPG Key
wget -qO - http://images.45drives.com/repo/keys/aptpubkey.asc | sudo apt-key add -
- Add 45drives.list
cd /etc/apt/sources.list.d
sudo wget http://images.45drives.com/repo/debian/45drives.list
sudo apt update
- Install Package
sudo apt install cockpit-navigator
EL7
- Add Repository
cd /etc/yum.repos.d
sudo wget http://images.45drives.com/repo/centos/45drives-centos.repo
sudo yum clean all
- Install Package
sudo yum install cockpit-navigator
Languages
JavaScript
62.1%
Python
14.5%
CSS
8.2%
HTML
7.2%
Jinja
5.8%
Other
2.2%