Skip to content

Commit 091edd8

Browse files
authored
Merge pull request #2 from freenas/update-minio-for-console
Update minio to explicitly specify console address
2 parents 5ee7652 + 7ed99ab commit 091edd8

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

post_install.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ SKEY=$(cat /root/skey)
99

1010
# Enable the service
1111
sysrc -f /etc/rc.conf minio_enable="YES"
12+
sysrc -f /etc/rc.conf minio_console_address=":9001"
1213
sysrc -f /etc/rc.conf minio_env="MINIO_ACCESS_KEY=$AKEY MINIO_SECRET_KEY=$SKEY"
1314

1415
# Setup backend directory

ui.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"adminportal": "http://%%IP%%:9000"
2+
"adminportal": "http://%%IP%%:9001"
33
}

0 commit comments

Comments
 (0)