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.

boltojam

Members
  • Joined

  • Last visited

Everything posted by boltojam

  1. Latest is here Package homechart · GitHub via ghcr.io/candiddev/homechart:main That appears to be getting updates even 3 days ago. What you get by paying is very unclear to me. I got it up and running without paying.
  2. Found a "fix" from github for the project. The case requirements changed so that everything after HOMECHART_ must be lower case. More details here Config | Homechart You should have: HOMECHART_postgresql_hostname HOMECHART_postgresql_password HOMECHART_postgresql_username HOMECHART_postgresql_port HOMECHART_postgresql_database Also, I had to make a couple of commands on the database due to changes in postgresql 15 (more detail here https://stackoverflow.com/a/74111630) GRANT ALL ON DATABASE homechart TO homechart; ALTER DATABASE homechart OWNER TO homechart; After that my instance started correctly
  3. Follow the instructions here Docker Installation | YouTrack Server Documentation (jetbrains.com) which requires creating the directories and setting permissions before doing the docker setup: mkdir -p -m 750 <path to data directory> \ <path to logs directory> \ <path to conf directory> \ <path to backups directory> chown -R 13001:13001 <path to data directory> \ <path to logs directory> \ <path to conf directory> \ <path to backups directory>
  4. Correct, you can reference the latest published tag from docker hub. They do not publish the container with a 'latest' tag which forces you to change the version manually to do an upgrade. This also means you will not see that an update is available on docker inside unraid.

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.