Gitea configuration files and themes for 42l.
https://git.42l.fr
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
12 months ago | |
---|---|---|
config | 12 months ago | |
LICENSE | 3 years ago | |
README.md | 3 years ago |
README.md
42l-gitea
Gitea configuration files and themes for 42l.
Configuration
Configure your Gitea instance using ${GITEA_CUSTOM}/conf/app.ini
. Ours isn't provided since it contains secret keys.
To make the theme work you should add the following to the app.ini :
[ui]
DEFAULT_THEME = 42l-dark
THEMES = 42l-dark,42l-light,gitea,arc-green
Then, you can move the folders in config/
to the ${GITEA_CUSTOM}
folder and you're done.
If you want to use docker you can use the following :
VOLUME ./config/ ${GITEA_CUSTOM}