Gitea configuration files and themes for GnousEU.
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Mael G. 0b4d13ed5e
Readme license precisions
2 years ago
config unused files 2 years ago
LICENSE Initial commit 4 years ago
README.md Readme license precisions 2 years ago

README.md

GnousEU-gitea

Gitea configuration files and themes for GnousEU.

This is a fork of https://git.42l.fr/Fabien/42l-gitea, the Gitea configuration files and themes for 42l (another community w/ open sources services) under the terms of the Mozilla Public License Version 2.0.

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 = gnous-dark
THEMES = gnous-dark,gnous-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}