Skip to content
This repository was archived by the owner on Jul 30, 2021. It is now read-only.

Commit 38ed4fd

Browse files
Add screenshots, badge and cleanup
1 parent 2dee9e6 commit 38ed4fd

File tree

1 file changed

+26
-21
lines changed

1 file changed

+26
-21
lines changed

README.md

Lines changed: 26 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,33 +1,40 @@
11
# Cockpit ZFS Manager
22

3+
![GitHub Tag](https://img.shields.io/github/v/release/optimans/cockpit-zfs-manager?include_prereleases&style=flat-square)
4+
35
**An interactive ZFS on Linux admin package for Cockpit.**
46

57
### WARNING!
68

7-
Cockpit ZFS Manager is currently pre-release software.
8-
9-
#### Use at own risk!
10-
11-
Not recommended for use on production systems.\
12-
Ensure all critical data is adequately backed up before use.
9+
Cockpit ZFS Manager is currently pre-release software. Use at your own risk!
1310

1411
## Requirements
1512

1613
* Cockpit: 201+
1714
* Samba: 4+
1815
* ZFS: 0.8+
19-
20-
#### Tested Distributions:
21-
22-
* Arch Linux
23-
* CentOS Linux 8.0
24-
* Debian 10.0
25-
* Fedora 31
26-
* Oracle Linux Server 8.0
27-
* Proxmox VE 6.0
28-
* Red Hat Enterprise Linux 8.0
29-
* Ubuntu 18.04 LTS
30-
* Ubuntu 19.10
16+
17+
<details>
18+
<summary>Tested Distributions</summary>
19+
20+
* Arch Linux
21+
* CentOS Linux 8.0
22+
* Debian 10.0
23+
* Fedora 31
24+
* Oracle Linux Server 8.0
25+
* Proxmox VE 6.0
26+
* Red Hat Enterprise Linux 8.0
27+
* Ubuntu 18.04 LTS
28+
* Ubuntu 19.10
29+
30+
</details>
31+
32+
## Screenshots
33+
<img src="https://user-images.githubusercontent.com/58222345/80313061-69dff180-881b-11ea-98d4-e245ed8faffd.png" width="425" /> <img src="https://user-images.githubusercontent.com/58222345/80313062-6b111e80-881b-11ea-9d0e-d4bcac251bf1.png" width="425" />
34+
<img src="https://user-images.githubusercontent.com/58222345/80313064-6c424b80-881b-11ea-812f-ab3a99edef75.png" width="425" />
35+
<img src="https://user-images.githubusercontent.com/58222345/80313065-6d737880-881b-11ea-8bad-a37506c2ce12.png" width="425" />
36+
<img src="https://user-images.githubusercontent.com/58222345/80313066-6f3d3c00-881b-11ea-859d-a47cf1e85177.png" width="425" />
37+
<img src="https://user-images.githubusercontent.com/58222345/80313067-7106ff80-881b-11ea-9688-0c94f8088b3b.png" width="425" />
3138

3239
## Installation
3340

@@ -52,15 +59,14 @@ Append to [global] section or individual share sections
5259

5360
```
5461
[global]
55-
~
5662
shadow: snapdir = .zfs/snapshot
5763
shadow: sort = desc
5864
shadow: format = %Y.%m.%d-%H.%M.%S
5965
shadow: localtime = yes
6066
vfs objects = acl_xattr shadow_copy2
6167
```
6268

63-
### SELinux
69+
#### SELinux
6470

6571
If using SELinux in enforcing mode, it is recommended to enable the boolean states for Samba:
6672

@@ -116,7 +122,6 @@ ZFS always creates shares in /var/lib/samba/usershares folder when ShareSMB prop
116122
If enabled, Cockpit ZFS Manager manages shares for the file systems only. Samba global configuration will need to be configured externally.
117123
## More Information
118124

119-
* [Roadmap](ROADMAP.md)
120125
* [ServeTheHome and ServeThe.Biz Forums](https://forums.servethehome.com/index.php?threads/25668/)
121126

122127
## Guides

0 commit comments

Comments
 (0)