mirror of
https://github.com/DoTheEvo/selfhosted-apps-docker
synced 2024-11-18 21:28:13 +00:00
update
This commit is contained in:
parent
e8982b0dd1
commit
43e6b5f609
56
trueNASscale/readme.md
Normal file
56
trueNASscale/readme.md
Normal file
@ -0,0 +1,56 @@
|
||||
# TrueNAS SCALE
|
||||
|
||||
###### guide-by-example
|
||||
|
||||
![logo](https://i.imgur.com/9ocPlzl.png)
|
||||
|
||||
# Purpose & Overview
|
||||
|
||||
Network storage operating system managed through web GUI.<br>
|
||||
|
||||
* [Official site](https://www.truenas.com/truenas-scale/)
|
||||
* [Forums](https://www.truenas.com/community/forums/truenas-scale-discussion/)
|
||||
|
||||
TrueNAS SCALE is based on debian linux. ZFS file system is at the core.
|
||||
Running nginx and using pythong and django for the web interface.
|
||||
|
||||
# My specific use case
|
||||
|
||||
My home server runs Esxi.<br>
|
||||
TrueNAS is one of the virtual machines,
|
||||
with Fujitsu D3307 [flashed in to IT Mode](https://forums.servethehome.com/index.php?threads/the-versatile-sas3008-chipset-my-vendor-crossflashing-adventures.28297/page-4#post-319106)
|
||||
and pass-through in to the VM so that truenas has direct access to the disk,
|
||||
without any in between layer.
|
||||
|
||||
I hold strong opinion on backups > raid.<br>
|
||||
So I make zero use of zfs raid features and use it just as nice web GUI
|
||||
for samba and nfs sharing.
|
||||
|
||||
Good alterntive I could have go for is [openmediavault](https://www.openmediavault.org/),
|
||||
but truenas seems a bigger player.
|
||||
|
||||
|
||||
# Installation
|
||||
|
||||
|
||||
# Basic Setup
|
||||
|
||||
### Static IP address
|
||||
|
||||
### Pool and datasets
|
||||
|
||||
### SMB share
|
||||
|
||||
### NFS share
|
||||
|
||||
# Testing access to ZFS disks on a desktop
|
||||
|
||||
|
||||
# Reinstall and import of pools
|
||||
|
||||
|
||||
# Update
|
||||
|
||||
|
||||
# Backup and restore
|
||||
|
Loading…
Reference in New Issue
Block a user