Jump to content

boltojam

Members
  • Posts

    4
  • Joined

  • Last visited

boltojam's Achievements

Noob

Noob (1/14)

0

Reputation

  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.
×
×
  • Create New...