January 28, 20251 yr On 1/24/2025 at 1:43 PM, cheesemarathon said: Ok in that case i'm not sure I can help you. You're in uncharted waters with regards to ZFS on unRAID as I'm sure your aware. I also couldn't find a huge amount of info on zvol's & minio so looks like you might have to do some more digging there too. TrueNAS forums might be a good place for info. Unfortunately for you this is way beyond my area of expertise. Good Luck and please report back if you do make any success! Looks like I was overthinking this. I tried to make an new zfs dataset on an zfs pool (basically an share) and make sure to set this to zfs-pool only in share settings in Unraid and map this in the container config and it worked Another thing: I tried to map another drive to the same minio container as /data2, but this container seems to only pick up the drive attached to the first mount point, /data Edited January 28, 20251 yr by isvein
January 30, 20251 yr Have anyone managed to put this minio container behind tailscale on unraid7? I just get an error that the tailscale hook script failed. Looks to be because this container does not use /config as mount. Tried to change the Tailscale State Directory but does not work.
March 12, 20251 yr Based on the description from the MinIO app in unRAID and after doing some research, I understand that MinIO conflicts with how unRAID manages disks. Could you suggest some ways to make MinIO run smoothly without using a VM? I'm currently considering two approaches: - Adding a full disk as a pool (not in the main array) and letting MinIO use that entire disk (mounted at `/mnt/disk1`). However, I'm concerned about potential conflicts since unRAID still manages pool disks. - Using the Unassigned Devices app to mount the disk. I believe this approach might be better since unRAID does not manage the disk this way. Am I correct?
March 25, 20251 yr Just a quick headsup, the link for install instructions for Ghost is broken. I just need to know what the default admin login is, so I can proceed. I'm sure it would've been mentioned there.
April 5, 20251 yr On 3/25/2025 at 5:28 AM, thany said: Just a quick headsup, the link for install instructions for Ghost is broken. I just need to know what the default admin login is, so I can proceed. I'm sure it would've been mentioned there. If I understand correctly, you want the GhostCMS default admin login? From my understanding, there is NONE. When you first install GhostCMS, you can go to "YourGhostUrlWhateverItMayBe.com/ghost" and it will prompt you to create a new user. That will be the admin user.
June 25, 20251 yr On 1/28/2025 at 6:09 AM, isvein said:Looks like I was overthinking this.I tried to make an new zfs dataset on an zfs pool (basically an share) and make sure to set this to zfs-pool only in share settings in Unraid and map this in the container config and it worked Another thing: I tried to map another drive to the same minio container as /data2, but this container seems to only pick up the drive attached to the first mount point, /data If you want to run Minio in Single Node Multi Drive config, then you'll have to change the Post Arguments.It prolly looks something like "server /data ..." for you right now. If you want more drives, you need to change it to "server /data1 /data2 ..." or "server /data {1-3}" (for more than 2 drives).and ofc /data1 /data2 ... should map to the mount points of where you want to store the data.Also, you cannot convert an existing Single Node Single Drive to Multi Drive, it has to be a fresh installation.
June 25, 20251 yr On 3/12/2025 at 8:16 PM, socool said:Based on the description from the MinIO app in unRAID and after doing some research, I understand that MinIO conflicts with how unRAID manages disks. Could you suggest some ways to make MinIO run smoothly without using a VM? I'm currently considering two approaches: - Adding a full disk as a pool (not in the main array) and letting MinIO use that entire disk (mounted at `/mnt/disk1`). However, I'm concerned about potential conflicts since unRAID still manages pool disks. - Using the Unassigned Devices app to mount the disk. I believe this approach might be better since unRAID does not manage the disk this way. Am I correct?Both will work without issues.
August 4, 2025Aug 4 Ghost 6.0 launched! It [looks like](https://docs.ghost.org/install/docker#enabling-social-web-activitypub) by default self hosted instances will use their hosted ActivityPub servers. You can optionally enable self hosting for it. Hopefully this means an initial update to the template just to support 6.0 won't be too complicated.
August 19, 2025Aug 19 Can anyone explain the process of creating a vdisk that can be used for Minio ?
August 20, 2025Aug 20 On 8/4/2025 at 2:43 PM, ciferkey said:Ghost 6.0 launched! It [looks like](https://docs.ghost.org/install/docker#enabling-social-web-activitypub) by default self hosted instances will use their hosted ActivityPub servers. You can optionally enable self hosting for it. Hopefully this means an initial update to the template just to support 6.0 won't be too complicated.Is there a timeline on changing the existing template to support ghost 6? Plus has anyone successfully modified their existing install to migrate to ghost 6?
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.