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.

jj9987

Members
  • Joined

  • Last visited

Everything posted by jj9987

  1. It shows all the Docker volumes, that you can usually see with "docker volume list". By default these get mounted to /var/lib/docker/volumes/[volume id]/_data and are used by the container internally. More on Docker volumes.
  2. Application: Docker Registry @ https://github.com/docker/distribution-library-image DockerHub: https://registry.hub.docker.com/_/registry/ GitHub: https://github.com/juusujanar/unraid-templates/blob/master/DockerRegistry.xml This template uses the official Docker Registry image to quickly set up your own private repository for storing Docker images. If you have any issues/questions/suggestions regarding this Docker or the template, feel free to contact here.
  3. Application: Portainer @ https://portainer.io/ DockerHub:https://hub.docker.com/r/portainer/portainer/ GitHub: https://github.com/juusujanar/unraid-templates/blob/master/Portainer.xml This template uses the official Portainer Docker image to quickly set up a Portainer instance. It is used for graphical Docker management and gives more information than unRAID itself. If you have any issues/questions/suggestions regarding this Docker or the template, feel free to contact here.
  4. Application: Redis @ https://redis.io/ DockerHub: https://hub.docker.com/_/redis/ GitHub: https://github.com/juusujanar/unraid-templates/blob/master/Redis.xml This template uses the official Redis Docker image to quickly set up a Redis cache instance according to your configuration. If you have any issues/questions/suggestions regarding this Docker or the template, feel free to contact here.
  5. Application: PostgreSQL @ https://www.postgresql.org/ DockerHub: https://hub.docker.com/_/postgres/ GitHub: - Version 10: https://github.com/juusujanar/unraid-templates/blob/master/PostgreSQL10.xml - Version 11: https://github.com/juusujanar/unraid-templates/blob/master/PostgreSQL11.xml - Version 12: https://github.com/juusujanar/unraid-templates/blob/master/PostgreSQL12.xml - Version 13: https://github.com/juusujanar/unraid-templates/blob/master/PostgreSQL13.xml - Version 14: https://github.com/juusujanar/unraid-templates/blob/master/PostgreSQL14.xml This template uses the official Postgres Docker image to quickly set up a relational database according to your configuration. If you have any issues/questions/suggestions regarding this Docker or the template, feel free to contact here. CHANGELOG (5th November 2021): - BREAKING CHANGE: Database volume paths now include version tag, e.g. `/mnt/cache/appdata/postgresql10` so you can run multiple instances with different versions at the same time. - BREAKING CHANGE: PostgreSQL 10 template got changed, this could have broken stuff on old users. I am not familiar with the template changes on older versions. - Added PostgreSQL 12, 13 and 14 templates. - Container names changed to lowercase and includes version, e.g. `postgresql14`. This should make it easier for using in custom networks. - Brought the templates up to date with current schema version. Previous changelogs:

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.