so basically it’s a false alarm. They simply assumed you are using a usb flash stick, when in fact, i am using a USB enclosure with m.2 NVME ssd which should be alright.
Ty now i feel more assured.
Although i’m not sure how safe it is running truenas OS on a single m.2 nvme ssd in this way
Originally i was gonna have the 2x m.2 sata ssd mirror each other but that’s not happening apparently.
now trying to setup shares for docker, and another for the truenas native apps. but i’m not sure what to pick.
smb?
apps?
Dataset for use by an application. If you plan to deploy container applications, the system automatically creates the ix-applications dataset but this is not used for application data storage.
to me translating that based on my QNAP experience,
the ixsystems dataset looks familiar to say container station folder location which stores the data for that.
But the docker stuff, you create in a different location separate from that. And this is probably what truenas was alluding to in their comment. Meaning, i can then dump my container permanent configs in a share i call docker (for simplicity sake) then point my docker apps to that location where those container files are stored.
Question then is, how to configure that share? from what i heard, you should go services and enable nfs, because those docker apps like using that
i managed to setup unifi controller using truenas apps.
i’m assuming it’s a docker? it was pretty easy to install. as for backup and restore, simply just backup unifi controller configuration, and restore from that
By default, the rsync daemon will allow access to everything within the dataset that has been specified for each module, without authentication. In order to set up password authentication you needs to add two auxilary parameters for the module:
Parameter: “auth users” Value: comma separated list of usernames
Parameter: “secrets file” Value: path to the rsyncd.secrets file
You will have to place the file inside your module dataset and use the value: “/data//rsynd.secrets”
The file will have to be chmod 600 and owned by root:root in order for the rsync daemon to accept it for authentication.
The file should contain list of username:password in plaintext, one user per line: admin:password1234 user:password5678
stuck at this part
what file? and put where exactly?
*update
well i created a file called
rsynd.secrets
normal txt file
in location /data/rsynd.secrets
which i found using winscp logging in as root. Checked the permissions is correct and owner root.
i restart rsync daemon, then tried the credentials but doesn’t work
managed to make progress. think i am on the right track.
now in hbs it merely says did you enter the incorrect password?
i had editted the file to place one credential per line as instructed. to be sure i even tried only adding 1 credential so less chance for errors. but still no dice. so not sure at this point x-x;
Accept the UID (user ID) and GID (group ID) default 568. If you create an administration user and group to use for this module in this application, enter that UID/GID number in these fields.
so i changed the default for uid and gid to match the user i created for smb shares