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.

[Support] YouTrack

Featured Replies

https://hub.docker.com/r/jetbrains/youtrack/

 

Quote

A project management tool that can be adapted to your processes to help you deliver great products. Track projects and tasks, use agile boards, plan sprints and releases, keep a knowledge base, work with reports and dashboards, create workflows that follow your business processes. Never force your process to fit the limits of a tool again. Unlike other project management tools, YouTrack can be customized to your needs!

 

  • 4 weeks later...

Fantastic! Thank you for setting this up.

 

I am having an issue, and I was wondering if had a thought. The container will not start, and the following error is listed in the logs.

Config directory is not writable: /opt/youtrack/conf

 

There is a proposed solution here that requires changing permissions.

 

 These are my installation settings:

  -d
  --name='YouTrack'
  --net='bridge'
  -e TZ="America/Los_Angeles"
  -e HOST_OS="Unraid"
  -e HOST_HOSTNAME="Pterodactyl"
  -e HOST_CONTAINERNAME="YouTrack"
  -e 'PUID'='99'
  -e 'PGID'='100'
  -l net.unraid.docker.managed=dockerman
  -l net.unraid.docker.webui='http://[IP]:[PORT:8080]'
  -l net.unraid.docker.icon='https://raw.githubusercontent.com/Balya/unraid-templates/main/YouTrack/icon-200.png'
  -p '8765:8080/tcp'
  -v '/mnt/user/appdata/YouTrack/data/':'/opt/youtrack/data/':'rw'
  -v '/mnt/user/appdata/YouTrack/logs/':'/opt/youtrack/logs/':'rw'
  -v '/mnt/user/appdata/YouTrack/backups/':'/opt/youtrack/backups/':'rw'
  -v '/mnt/user/appdata/YouTrack/conf/':'/opt/youtrack/conf/':'rw' 'jetbrains/youtrack:2022.3.62571'

 

Is this the correct fix?

 

Update: The solution I linked above fixed my issue, but I had to change the permissions recursively on the entire YouTrack directory.

Edited by marionza
Updating with solution.

  • 3 weeks later...

I would very much like to test the tool but when I create my instance, whether I put 'host', 'bridge' or any other 'custom' network, Youtrack starts on the NAS IP and the web interface does not work.

If I try to fix the ip, Youtrack simply does not launch with the following error: Server Error

 

Please help me, tank's

 

  • 2 months later...

Anyone have this working with a swag proxy-conf for a subdomain? 
YouTrack.mydomain.com?

 

  • 2 months later...
On 2/16/2023 at 2:23 PM, marionza said:

Fantastic! Thank you for setting this up.

 

I am having an issue, and I was wondering if had a thought. The container will not start, and the following error is listed in the logs.

Config directory is not writable: /opt/youtrack/conf

 

There is a proposed solution here that requires changing permissions.

 

Is this the correct fix?

 

Update: The solution I linked above fixed my issue, but I had to change the permissions recursively on the entire YouTrack directory.

 

I got this working by running "chmod 777 -R /mnt/user/appdata/YouTrack" and then "chown -R nobody:users /mnt/user/appdata/YouTrack" 

Not entirely sure if this second command (chown) is needed but I did it to keep in line with the rest of my appdata folders.

 

On 5/13/2023 at 3:38 PM, Captain_OmNoms said:

Anyone have this working with a swag proxy-conf for a subdomain? 
YouTrack.mydomain.com?

 

 

I got it working with NginxProxyManager + Cloudflare Tunnel (ddns). I followed my normal procedure as when adding any other service - nothing special for youtracker.

 

Is your container running properly? The container stopped after install due to incorrect appdata permissions (fixed with the previous post)

After setup, I am getting a 

The server is overloaded or down for maintenance. Please try again later.

error notification when loading the webpage. Any one else getting this? 

The only errors I'm getting on on the logs are these two:

ERROR StatusConsoleListener Unable to locate appender "CONSOLE" for logger config "io.ktor"
ERROR StatusConsoleListener Unable to locate appender "CONSOLE" for logger config "jetbrains.hosted.entityBro"

 

Edited by Shu

  • 3 months later...
On 8/11/2023 at 3:35 PM, Shu said:

 

I got this working by running "chmod 777 -R /mnt/user/appdata/YouTrack" and then "chown -R nobody:users /mnt/user/appdata/YouTrack" 

Not entirely sure if this second command (chown) is needed but I did it to keep in line with the rest of my appdata folders.

 

Issue is that the app is trying to user a UID and GID of 13001:13001 instead of 99:100

  • 4 months later...

Hi to the maintainer,

 

thanks very much for you effort to provide this app. Is an update planned to the most uotodate version?

 

Greetz

On 8/11/2023 at 9:58 AM, Shu said:

After setup, I am getting a 

The server is overloaded or down for maintenance. Please try again later.

error notification when loading the webpage. Any one else getting this? 

The only errors I'm getting on on the logs are these two:

ERROR StatusConsoleListener Unable to locate appender "CONSOLE" for logger config "io.ktor"
ERROR StatusConsoleListener Unable to locate appender "CONSOLE" for logger config "jetbrains.hosted.entityBro"

 

You ever figure this out? Having the issue myself. Seems to work with no issue when accessed locally but when accessed through my domain it states the maintenance error.

I did not. I abandoned the container and now use Notion (cloud)

  • 2 weeks later...
On 4/16/2024 at 2:13 PM, repsonder said:

Hi to the maintainer,

 

thanks very much for you effort to provide this app. Is an update planned to the most uotodate version?

 

Greetz

 

Hi to all,

 

as I did not get an answer related to my question for an update - Is it enough to change the repository in Unraid (see following screenshot)...

 

grafik.thumb.png.88fd36fb50158651dab536edfe44ba92.png

 

... to the last version in dockerhub (see folliwng screenhsot) or might there be data loss?

grafik.thumb.png.d696f9d9a973e4eb8ce8124a6ee641d2.png

 

Grreetz

  • 1 month later...

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.

 

On 11/29/2023 at 11:50 AM, Splash said:

Issue is that the app is trying to user a UID and GID of 13001:13001 instead of 99:100

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>

 

  • 9 months later...

Can anybody help me with SWAG and Youtrack? I am running Youtrack as docker on another Unraid, from LAN I can access it as http://192.168.1.50:8765 from any computer. On SWAG I setup as:

## Version 2024/07/16


server {
    listen 443 ssl;
    listen [::]:443 ssl;

    server_name youtrack.*;

    include /config/nginx/ssl.conf;

    client_max_body_size 0;

    location / {

        include /config/nginx/proxy.conf;
        include /config/nginx/resolver.conf;
        set $upstream_app 192.168.1.50;
        set $upstream_port 8765;
        set $upstream_proto https;
        proxy_pass $upstream_proto://$upstream_app:$upstream_port;

    }

    
}
 

But this does not work and when trying to connect youtrack.buzalka.cz I got reply 502 Bad gateway

 

Many thanks

 

V

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.