Skip to content
View in the app

A better way to browse. Learn more.

Unraid

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

daemoncat

Members
  • Joined

  • Last visited

  1. My workaround is here. # Rollback to this version: 16.9.8-ce.0 docker run\ -d\ --name='GitLab-CE'\ --net='bridge'\ -e TZ="UTC"\ -e HOST_OS="Unraid"\ -e HOST_HOSTNAME="DaemonCat"\ -e HOST_CONTAINERNAME="GitLab-CE"\ -l net.unraid.docker.managed=dockerman\ -l net.unraid.docker.webui='http://[IP]:[PORT:9080]'\ -l net.unraid.docker.icon='https://raw.githubusercontent.com/tynor88/docker-templates/master/images/gitlab_small.png'\ -p '9080:9080/tcp'\ -p '9443:9443/tcp'\ -p '9022:22/tcp'\ -v '/mnt/cache/appdata/gitlab-ce/config':'/etc/gitlab':'rw'\ -v '/mnt/cache/appdata/gitlab-ce/data':'/var/opt/gitlab':'rw'\ -v '/mnt/cache/appdata/gitlab-ce/log':'/var/log/gitlab':'rw'\ --env GITLAB_OMNIBUS_CONFIG="external_url 'http://unraid:9080/'" 'gitlab/gitlab-ce:16.9.8-ce.0'\ docker exec -it GitLab-CE update-permissions # Advice from dev to update version first: 16.11.3-ce.0 (update to 16.11.x before going to 17.0.x) docker run\ -d\ --name='GitLab-CE'\ --net='bridge'\ -e TZ="UTC"\ -e HOST_OS="Unraid"\ -e HOST_HOSTNAME="DaemonCat"\ -e HOST_CONTAINERNAME="GitLab-CE"\ -l net.unraid.docker.managed=dockerman\ -l net.unraid.docker.webui='http://[IP]:[PORT:9080]'\ -l net.unraid.docker.icon='https://raw.githubusercontent.com/tynor88/docker-templates/master/images/gitlab_small.png'\ -p '9080:9080/tcp'\ -p '9443:9443/tcp'\ -p '9022:22/tcp'\ -v '/mnt/cache/appdata/gitlab-ce/config':'/etc/gitlab':'rw'\ -v '/mnt/cache/appdata/gitlab-ce/data':'/var/opt/gitlab':'rw'\ -v '/mnt/cache/appdata/gitlab-ce/log':'/var/log/gitlab':'rw'\ --env GITLAB_OMNIBUS_CONFIG="external_url 'http://unraid:9080/'" 'gitlab/gitlab-ce:16.11.3-ce.0'\ # Finally, my current version(fixed): 17.0.2-ce.0 docker run\ -d\ --name='GitLab-CE'\ --net='bridge'\ -e TZ="UTC"\ -e HOST_OS="Unraid"\ -e HOST_HOSTNAME="DaemonCat"\ -e HOST_CONTAINERNAME="GitLab-CE"\ -l net.unraid.docker.managed=dockerman\ -l net.unraid.docker.webui='http://[IP]:[PORT:9080]'\ -l net.unraid.docker.icon='https://raw.githubusercontent.com/tynor88/docker-templates/master/images/gitlab_small.png'\ -p '9080:9080/tcp'\ -p '9443:9443/tcp'\ -p '9022:22/tcp'\ -v '/mnt/cache/appdata/gitlab-ce/config':'/etc/gitlab':'rw'\ -v '/mnt/cache/appdata/gitlab-ce/data':'/var/opt/gitlab':'rw'\ -v '/mnt/cache/appdata/gitlab-ce/log':'/var/log/gitlab':'rw'\ --env GITLAB_OMNIBUS_CONFIG="external_url 'http://unraid:9080/'" 'gitlab/gitlab-ce:17.0.2-ce.0'\
  2. Can you share with me on how to rollback to 16.9.8-ce.0 please? ☺️ I figured it out now 🙂 However, by specifying the version tag to the docker command, it breaks the "Automatic Checking" for version update though. * Version status is displaying "not available" instead of "up-to-date"
  3. Cannot start the container [GitLab-CE] after upgrading to gitlab-ce=17.0.1-ce.0 When checking the docker's log, it says: ----------------------------------------------------------------- If this container fails to start due to permission problems try to fix it by executing: docker exec -it gitlab update-permissions docker restart gitlab Cleaning stale PIDs & sockets
  4. daemoncat started following Docker Containers
  5. Upgrade to 6.12.8 has been done as smooth as silk with the steps posted here. Appreciate!

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.