A few more updates discovered. QOL for building system
This commit is contained in:
parent
653991b616
commit
5d4bf8c2be
3 changed files with 4 additions and 3 deletions
|
|
@ -16,7 +16,7 @@ fi
|
|||
echo "Installing GitLab ..."
|
||||
GITLAB_HOME=${ZFS_DIR}/gitlab
|
||||
|
||||
GITLAB_ADDRESS=https://gitlab.adamhome.dev
|
||||
GITLAB_ADDRESS=gitlab.adamhome.dev
|
||||
GITLAB_EXTERN_HTTPS=14443
|
||||
GITLAB_EXTERN_HTTP=14080
|
||||
GITLAB_EXTERN_SSH=22
|
||||
|
|
@ -47,7 +47,6 @@ sudo docker run --detach \
|
|||
|
||||
# sudo docker exec -it gitlab /bin/bash
|
||||
# edit /etc/gitlab/gitlab.rb so that gitlab_rails['gitlab_shell_ssh_port'] = ${GITLAB_EXTERN_SSH}
|
||||
# edit /etc/gitlab/gitlab.rb extern_url "https://${GITLAB_ADDRESS}"
|
||||
# while still in gitlab env, run gitlab-ctl reconfigure
|
||||
|
||||
sudo docker exec -it gitlab grep 'Password:' /etc/gitlab/initial_root_password
|
||||
|
|
|
|||
|
|
@ -52,5 +52,7 @@ sudo docker run -d \
|
|||
--volume nextcloud_aio_mastercontainer:/mnt/docker-aio-config \
|
||||
--volume /var/run/docker.sock:/var/run/docker.sock:ro \
|
||||
nextcloud/all-in-one:latest
|
||||
# --publish ${NEXTCLD_EXTERN_HTTP}:80 \
|
||||
# --publish ${NEXTCLD_EXTERN_HTTPS}:8443 \
|
||||
|
||||
echo "Successfully installed Nextcloud AIO"
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@ ZFS_DIR=/data
|
|||
codename=$(lsb_release -cs);echo "deb http://deb.debian.org/debian $codename-backports main contrib non-free"|sudo tee -a /etc/apt/sources.list
|
||||
apt update
|
||||
apt install dpkg-dev linux-headers-generic linux-image-generic
|
||||
apt install zfs-dkms zfsutils-linux
|
||||
apt install zfs-dkms zfsutils-linux zfs-auto-snapshot
|
||||
|
||||
## Create ZFS Pool
|
||||
mkdir -p ${ZFS_DIR}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue