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.

Joplin Server custom docker ignores e variables?

Featured Replies

I'm trying to setup joplin/server:latest, using the following variables (through the GUI):

-p 22300:22300

-e DB_CLIENT=pg

-e POSTGRES_PASSWORD=your_db_password

-e POSTGRES_DATABASE=joplin

-e POSTGRES_USER=JOPLIN_POSTGRES_USER

-e POSTGRES_PORT=5432

-e POSTGRES_HOST=192.168.1.163:5432

-e APP_PORT=22300 \

-e APP_BASE_URL=http://192.168.1.163:22300 \

-e ALLOWED_ORIGINS=http://192.168.1.163:22300 \

When I run it, my given variables are ignored. I cannot go to the WebUI due to the origin not being allowed, and it decides it is using sqlite rather than postgreSQL.

JoplinLogs.txt

Solved by Ke3gan

  • Community Expert

try dropping the port from POSTGRES_HOST

POSTGRES_HOST=192.168.1.163:5432

you are already specifying POSTGRES_PORT and may be causing that option to fail

  • Author
2 hours ago, tjb_altf4 said:

try dropping the port from POSTGRES_HOST

POSTGRES_HOST=192.168.1.163:5432

you are already specifying POSTGRES_PORT and may be causing that option to fail

I tried that but no change I'm afraid, same log output:log2.txt

image.png

  • Author
  • Solution

I have found the only solution I could find: I set all my variables and configuration as extra parameters, allowing UNRAID to actually add my variables to the docker run command. Also be sure to put your password in ' ' or else issues can arise.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

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.