Dockerized cgit with a responsive Material Design theme
1.3K
Dockerized cgit with a responsive Material Design theme.
Run the container using the following command:
docker run -d -p 80:80 igorechek06/cgit-material
You can map local directories to the following paths inside the container to customize the instance.
This is the recommended directory to store your git repositories.
Used for storing static assets such as images.
cgitrc, write the path relative to /app/www/.Used to store specific Markdown files for repository descriptions.
repo.readme=/app/about/filename.md in your config.The main configuration file. It follows the standard cgitrc syntax.
Contains HTML fragments included in the pages.
head-include setting.header or footer settings defined in cgitrc.Contains the original cgit filters and two custom filters required for the Material theme. You can add your own custom filter scripts to this directory.
Contains files for markdown syntax highlighting and color variables. (See www/css folder)
Configuration examples are located in the /examples directory. This includes the configuration used for git.igorek.dev.
Content type
Image
Digest
sha256:8b49f56f0…
Size
101 MB
Last updated
4 months ago
docker pull igorechek06/cgit-material