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.

georgebrooksmso

Members
  • Joined

  • Last visited

  1. What finally worked for me. Installed postgresql:15 through apps. configured the Postgresql password=odoouser user=odoo DB=db set Datastorage path to be "/mnt/cache/appdata/postgresql/" Used the docker compose plugin. Add New stack - Advanced - set the location to /mnt/user/appdata/odoo Edit Stack - Compose file version: '2' services: odoo: image: odoo:16.0 user: root ports: - "8069:8069" - "8072:8072" tty: true command: -- volumes: - /mnt/user/appdata/odoo/data:/var/lib/odoo:rw - /mnt/user/appdata/odoo/config:/etc/odoo:rw - /mnt/user/appdata/odoo/addons:/mnt/extra-addons:rw environment: - HOST=[Server IP address for postgresql here] - PORT=5432 - USER=odoo - PASSWORD=odoouser That got it to install correctly . I did at this point change the /mnt/user/appdata/odoo folder owner to root - I am not sure if this was needed However...... then goto /mnt/user/appdata/odoo/config edit odoo.conf add the lines addons_path = /mnt/extra-addons data_dir = /var/lib/odoo Restart Odoo and you should see a Filestore folder created inside the data directory which should give persistent data working nicely. I moved an existing database onto this system from a bare metal setup and so far all seems good The three things on a lot of attempted setups that I missed were:- Getting the volume mappings correct - never used Docker before - I am wondering for speed whether the Data store should be mapped to "cache" opposed to "user". not having user:root - it would not install before that editing the odoo.conf file to give the mappings within odoo

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.