You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
How to set side-by-side-diffs=1 in cgitrc?Or, can you set it as the default config in the next released Docker image to https://hub.docker.com/r/clearlinux/cgit?
The text was updated successfully, but these errors were encountered:
notice the /home/shayan/cgit/cgitrc:/etc/cgitrc this will map your cgitrc file into the container and load it. Remember to restart your container if you make any changes, recreating is not required. This will enable or disable any option listed here: https://linux.die.net/man/5/cgitrc
You can also put any custom css files into /usr/share/cgit/ and it will pick it up.
How to set
side-by-side-diffs=1
incgitrc
?Or, can you set it as the default config in the next released Docker image tohttps://hub.docker.com/r/clearlinux/cgit
?The text was updated successfully, but these errors were encountered: